This is the mail archive of the libstdc++@gcc.gnu.org mailing list for the libstdc++ 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: gcc-3.0.3: libstdc++/5045 and /3720 unsuffciently resolved?


Markus Werle wrote:

[ some partially wrong report - sorry! ]

I forgot to give different input to the executable.
there is wrong behaviour on hpux and a seg-fault with gcc-3.0.3 on linux.
This is the result for different values/compilers:


With input
1.2345678901234567890123456789012345678901234567890123456

gcc-3.0.3-hppa2.0w: value: 0
gcc-3.0.3-linux: Segmentation fault (the one that I was chasing in my own code :-( )
gcc-20020131-hppa2.0w: value: 1.23457

With input 1.2345678901234567890123456 everything is OK.

gcc-3.0.3-hppa2.0w: value: 1.23457
gcc-3.0.3-linux: value: 1.23457
gcc-20020131-hppa2.0w: value: 1.23457


Markus


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