[Bug c++/47600] gcc optimizer seems to avoid necessary floating-point addition

2011-03-08 Thread acfbuerger at googlemail dot com
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=47600 Alexander Bürger acfbuerger at googlemail dot com changed: What|Removed |Added Status|WAITING

[Bug c++/47600] gcc optimizer seems to avoid necessary floating-point addition

2011-02-03 Thread rguenth at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=47600 Richard Guenther rguenth at gcc dot gnu.org changed: What|Removed |Added Status|UNCONFIRMED |WAITING

[Bug c++/47600] gcc optimizer seems to avoid necessary floating-point addition

2011-02-03 Thread dominiq at lps dot ens.fr
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=47600 Dominique d'Humieres dominiq at lps dot ens.fr changed: What|Removed |Added Status|WAITING

[Bug c++/47600] gcc optimizer seems to avoid necessary floating-point addition

2011-02-03 Thread rguenth at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=47600 --- Comment #3 from Richard Guenther rguenth at gcc dot gnu.org 2011-02-03 16:58:51 UTC --- (In reply to comment #2) Does C* obey parentheses? If yes, the solution is the same as in Fortran ndist =(dist+d). If no, I think there is an option to

[Bug c++/47600] gcc optimizer seems to avoid necessary floating-point addition

2011-02-03 Thread redi at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=47600 Jonathan Wakely redi at gcc dot gnu.org changed: What|Removed |Added Status|UNCONFIRMED |WAITING Last

[Bug c++/47600] gcc optimizer seems to avoid necessary floating-point addition

2011-02-03 Thread dominiq at lps dot ens.fr
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=47600 --- Comment #5 from Dominique d'Humieres dominiq at lps dot ens.fr 2011-02-03 19:02:55 UTC --- (In reply to comment #4) Dominique, did you mean to take this out of WAITING state? I'm assuming you didn't I think the WAITING state followed