comp.lang.ada
 help / color / mirror / Atom feed
From: christoph.grein@eurocopter.com
Subject: Re: Enumeration representation clause surprise.
Date: Thu, 12 Jun 2008 01:27:45 -0700 (PDT)
Date: 2008-06-12T01:27:45-07:00	[thread overview]
Message-ID: <e0ceaf30-7983-4808-8768-edec57ee4783@79g2000hsk.googlegroups.com> (raw)
In-Reply-To: 88GdnYlGypeb5M3VnZ2dnUVZ_hzinZ2d@comcast.com

On 12 Jun., 03:16, tmo...@acm.org wrote:
> >There's a "Note" in RM13.4(11/1) that says "Unchecked_Conversion
> >may be used to query the internal codes used for an enumeration type".
>
Tom wrote:

>    That, along with 13.4(7) "An enumeration representation clause
> specifies the coding aspect of representation.  The coding consists of the
> internal code for each enumeration literal, ..."  sure sounds to me like
> an Unchecked_Conversion should return the internal code set by the
> enumeration representation clause, ie, the number 1 or number 2 in this
> case.  The fact the variable in question is in a record shouldn't make
> that false.

This is a non sequitur.

type My_Record is record
  I: My_Int;
end record;

for My_Record use record
  I at 0 range 0 .. 0;
end record;

Also in this case an Unchecked_Conversion gives different results for
I declared as a record component or by itself.

But I support the other reasons why the actual aspect clause should
possibly be rejected.



  reply	other threads:[~2008-06-12  8:27 UTC|newest]

Thread overview: 42+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2008-06-11 11:38 Enumeration representation clause surprise Markus Schoepflin
2008-06-11 12:30 ` christoph.grein
2008-06-11 12:56   ` Markus Schoepflin
2008-06-11 13:08     ` christoph.grein
2008-06-11 13:28     ` Samuel Tardieu
2008-06-11 13:48       ` Markus Schoepflin
2008-06-11 13:56         ` Samuel Tardieu
2008-06-11 14:58       ` Adam Beneschan
2008-06-11 15:23         ` Markus Schoepflin
2008-06-12  2:37           ` Randy Brukardt
2008-06-12  2:37           ` Randy Brukardt
2008-06-11 15:56         ` Samuel Tardieu
2008-06-11 19:10           ` Adam Beneschan
2008-06-11 19:59             ` Niklas Holsti
2008-06-12  1:16               ` tmoran
2008-06-12  8:27                 ` christoph.grein [this message]
2008-06-12  8:45               ` Markus Schoepflin
2008-06-12 16:43                 ` Mike Silva
2008-06-12 18:41                   ` Markus Schöpflin
2008-06-12 20:10                     ` Mike Silva
2008-06-12 20:52                       ` Simon Wright
2008-06-12 23:36                         ` Mike Silva
2008-06-13  5:49                           ` Simon Wright
2008-06-13  7:21                       ` Keith Thompson
2008-06-13 13:31                         ` Mike Silva
2008-06-13 14:45                           ` Markus Schoepflin
2008-06-13 17:52                           ` Keith Thompson
2008-06-13  9:14                       ` Jean-Pierre Rosen
2008-06-12 19:05 ` richtmyer
2008-06-12 21:26   ` Samuel Tardieu
2008-06-12 22:42     ` Adam Beneschan
2008-06-13  7:11       ` Samuel Tardieu
2008-06-13  8:27       ` christoph.grein
2008-06-13 16:21         ` Adam Beneschan
2008-06-15 19:33           ` Robert A Duff
2008-06-16 14:50             ` Adam Beneschan
2008-06-16 19:18               ` Robert A Duff
2008-06-17  6:03               ` christoph.grein
2008-06-17  7:22                 ` christoph.grein
2008-06-13  8:24     ` Peter Hermann
2008-06-13 14:47       ` Samuel Tardieu
2008-06-14 11:48         ` John B. Matthews
replies disabled

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox