Hello,
according to the gnat ref. manual
http://gcc.gnu.org/onlinedocs/gnat_rm/Implementation-Defined-Characteristics.html
Standard.Interger'Size is 32 bit for the compilation target.
I'd like to know if the Ada frontend (not the runtime
system) depends on t
On Thu, 3 Mar 2005, Robert Dewar wrote:
> Bernd Trog wrote:
> > according to the gnat ref. manual
> >
http://gcc.gnu.org/onlinedocs/gnat_rm/Implementation-Defined-Characteristics.html
> >
> > Standard.Interger'Size is 32 bit for the compilation target.
>
BTW,
has someone ported the binutils-2.13.2.1 libaddr2line patches to
binutils-2.16?
__
Do You Yahoo!?
Tired of spam? Yahoo! Mail has the best spam protection around
http://mail.yahoo.com
Hello,
whats the status of -fstack-usage?
Will it output the real or worst case stack usage?
__
Do You Yahoo!?
Tired of spam? Yahoo! Mail has the best spam protection around
http://mail.yahoo.com
On Sun, 15 Jan 2006, Olivier Hainque wrote:
> Bernd Trog wrote:
> > Will it output the real or worst case stack usage?
>
> The latter in any case, although I'm not sure what you mean by "real"
> stack usage. Could you please enligthen ?
By "real"
Hello,
can someone please explain the huge change in the internal
integer representation(Uint) from -32769 to -32767?
What's the difference between these three values, from
the Ada FE's point of view?
Thanks!
__
Do You Yahoo!?
Tired of spam?
On Wed, 26 Apr 2006, Robert Dewar wrote:
> Bernd Trog wrote:
> > 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
Does this mean that ther
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
On Sun, 30 Apr 2006, Robert Dewar wrote:
> Bernd Trog wrote:
> > package i is
> >subtype I32767 is Integer range -32767 .. 32767;
> >-- Note: -32767 is in the Uint_Direct range!
>
> This is a host type, not a target type, and this Integer
> is the hos
Hello,
does anybody know why a cross-gnatmake needs
a "gcc" (host version, no target prefix) in
order to cross-build a static library?
__
Do You Yahoo!?
Tired of spam? Yahoo! Mail has the best spam protection around
http://mail.yahoo.com
--- Laurent GUERBY <[EMAIL PROTECTED]> wrote:
> Hard to say without more information, looks like a bug though, I suggest
> you post detailed commands and logs in gcc.gnu.org/bugzilla :)
OK. It's PR27769. (http://gcc.gnu.org/bugzilla/show_bug.cgi?id=27769)
Hi,
I'd like to use gprmake to cross-compile a mixed language project, but
I don't know how to pass the RTS directory (--RTS=abc) to gprmake.
BTW, where can I find the documentation for gprmake?
__
Do You Yahoo!?
Tired of spam? Yahoo! Mail ha
12 matches
Mail list logo