[Bug c/56399] New: Adding int to float generates incorrect results

2013-02-19 Thread johnfoxrep at yahoo dot com
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=56399 Bug #: 56399 Summary: Adding int to float generates incorrect results Classification: Unclassified Product: gcc Version: 4.7.2 Status: UNCONFIRMED Severity: blocker

[Bug c/56399] Adding int to float generates incorrect results

2013-02-19 Thread johnfoxrep at yahoo dot com
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=56399 johnfoxrep at yahoo dot com changed: What|Removed |Added Status|RESOLVED|UNCONFIRMED

[Bug c/56399] Adding int to float generates incorrect results

2013-02-19 Thread johnfoxrep at yahoo dot com
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=56399 johnfoxrep at yahoo dot com changed: What|Removed |Added Status|UNCONFIRMED |RESOLVED

[Bug c/56399] Adding int to float generates incorrect results

2013-02-19 Thread johnfoxrep at yahoo dot com
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=56399 --- Comment #5 from johnfoxrep at yahoo dot com 2013-02-19 18:08:54 UTC --- I think float should be a thing of the past as the CPU should be able to process double as fast as float today. Using double by default would prevent hard to find