From: Simon Wright on 5 Mar 2010 18:35 "Dmitry A. Kazakov" <mailbox(a)dmitry-kazakov.de> writes: > Test_Dur : constant := 10_000; -- 100_000 overflows on a 32-bit machine I had expected that an x86_64 compiler would have 64-bit Integers; not so! they're still 32-bits. System.Addresses are 64-bit, though.
From: Simon Wright on 5 Mar 2010 18:35 Alex Mentis <asmentis(a)gmail.com> writes: > Confirmed: the bug is still present in GNAT GPL 2009. Not on Mac OS X (Snow Leopard), it isn't.
From: Georg Bauhaus on 6 Mar 2010 04:50 On 3/6/10 12:35 AM, Simon Wright wrote: > Alex Mentis<asmentis(a)gmail.com> writes: > >> Confirmed: the bug is still present in GNAT GPL 2009. > > Not on Mac OS X (Snow Leopard), it isn't. Seeing the different behavior, what should be the best update for http://en.wikibooks.org/wiki/Ada_Programming/Tips#Quirks
From: Simon Wright on 6 Mar 2010 07:06 Georg Bauhaus <rm-host.bauhaus(a)maps.futureapps.de> writes: > On 3/6/10 12:35 AM, Simon Wright wrote: >> Alex Mentis<asmentis(a)gmail.com> writes: >> >>> Confirmed: the bug is still present in GNAT GPL 2009. >> >> Not on Mac OS X (Snow Leopard), it isn't. > > Seeing the different behavior, what should be the best update > for > http://en.wikibooks.org/wiki/Ada_Programming/Tips#Quirks That looks _quite_ explicit ("Using GNAT on Windows, ..."). It would be nice to have a reference to the (Bugzilla?) report!
From: Alex Mentis on 6 Mar 2010 07:12 On Mar 5, 6:35 pm, Simon Wright <si...(a)pushface.org> wrote: > Alex Mentis <asmen...(a)gmail.com> writes: > > Confirmed: the bug is still present in GNAT GPL 2009. > > Not on Mac OS X (Snow Leopard), it isn't. Good point. I'm running GNAT GPL 2009 on Windows Vista.
First
|
Prev
|
Next
|
Last
Pages: 1 2 3 4 Prev: Testing a package's internal details. Next: Having a problem building with win32ada |