[Bug c++/35556] problem with log10 and arch x86_64

2009-05-17 Thread fxcoudert at gcc dot gnu dot org
--- Comment #5 from fxcoudert at gcc dot gnu dot org 2009-05-17 13:40 --- This was an Apple bug; furthermore, it seems to have been fixed somewhere between 10.5.2 and 10.5.7. -- fxcoudert at gcc dot gnu dot org changed: What|Removed |Added ---

[Bug c++/35556] problem with log10 and arch x86_64

2008-03-22 Thread fang at csl dot cornell dot edu
--- Comment #4 from fang at csl dot cornell dot edu 2008-03-22 23:35 --- yikes! -- fang at csl dot cornell dot edu changed: What|Removed |Added CC|

[Bug c++/35556] problem with log10 and arch x86_64

2008-03-14 Thread hans at svi dot nl
--- Comment #3 from hans at svi dot nl 2008-03-14 11:28 --- We encountered similar problems with Apple gcc 4.2.1 in statements like: x = log10(MY_CONSTANT); in combination with -fast compiler option. With option -O2 there were no problems. When 'x' is printed like reporter earlier the pr

[Bug c++/35556] problem with log10 and arch x86_64

2008-03-12 Thread dominiq at lps dot ens dot fr
--- Comment #2 from dominiq at lps dot ens dot fr 2008-03-12 20:47 --- This is known bug of OSX 10.5.2 (radar 5782719). The only thing we can do is wait for Apple to fix it. See pr35285 for fortran examples. -- http://gcc.gnu.org/bugzilla/show_bug.cgi?id=35556

[Bug c++/35556] problem with log10 and arch x86_64

2008-03-12 Thread laura at filmlight dot ltd dot uk
--- Comment #1 from laura at filmlight dot ltd dot uk 2008-03-12 16:59 --- Created an attachment (id=15304) --> (http://gcc.gnu.org/bugzilla/attachment.cgi?id=15304&action=view) output from building with -save_temps -- http://gcc.gnu.org/bugzilla/show_bug.cgi?id=35556