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: Sun, 30 Apr 2006 07:51:07 -0400
- Subject: Re: [Ada] Integer repesentation in the Ada FE
- References: <20060430092922.64923.qmail@web51803.mail.yahoo.com>
Bernd Trog wrote:
On Wed, 26 Apr 2006, Robert Dewar wrote:
Bernd Trog wrote:
I'm chasing a bug that only appeares when Standard.Integer'Size is 16:
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=26849
Trying to make the compiler work with standard integer size of
16 will be very difficult I fear.
Do you have an example where the compiler (not the runtime)
assumes a target Standard.Integer'Size >= 32?
Apart from the obvious use of string indexes, I don't know
specifically, but I have not looked, and if I did look I
would be surprised not to find!