This is the mail archive of the
gcc@gcc.gnu.org
mailing list for the GCC project.
Re: [Ada] Integer repesentation in the Ada FE
- From: Robert Dewar <dewar at adacore dot com>
- To: Bernd Trog <berndtrog at yahoo dot com>
- Cc: gcc at gcc dot gnu dot org
- Date: Wed, 26 Apr 2006 14:46:46 -0400
- Subject: Re: [Ada] Integer repesentation in the Ada FE
- References: <20060426164557.54189.qmail@web51805.mail.yahoo.com>
Bernd Trog wrote:
Hello,
can someone please explain the huge change in the internal
integer representation(Uint) from -32769 to -32767?
just a matter of efficiency for commonly used values
What's the difference between these three values, from
the Ada FE's point of view?
none at all. Uint is a private type, clients don't care
how it is implemented
For interest, why do you ask?