This is the mail archive of the java@gcc.gnu.org mailing list for the Java project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Re: Is this a bug?


Hi!
For your information:

On Tue, Sep 10, 2002 at 09:12:06AM +0200, I wrote:
> With gcc version 3.2.1 20020902 (prerelease) it prints
> on Linux
> a = 0xe8d4a51000
> x = 1000000000000
> 
> The difference is that the 'a = ' string is filled at compile time,
> the other one at runtime. (gcj -S told me that).
> 
> I will try it with the 20020909 snapshot which is made from HEAD as 
> indicated by the announcement.

The hex bug seems to be corrected in the mainline.
The newest snapshot gcc version 3.3 20020909 (experimental)
does not print hex numbers any more.

I could reproduce the bug only with the snapshot
gcc version 3.2.1 20020902 (prerelease).

Everything has been tested on Linux.

Hope that helps,
Martin.

-- 
The early bird catches the worm. If you want something else for       
breakfast, get up later.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]