[Bug target/21809] Floating Optimization Bug

themis_hv at yahoo dot co dot uk gcc-bugzilla@gcc.gnu.org
Sun May 29 18:04:00 GMT 2005


------- Additional Comments From themis_hv at yahoo dot co dot uk  2005-05-29 17:58 -------
This also occurs with double, using test-case.c but with float replaced with
double, so code fragment looks like:

test-case.c:
#include <assert,h>
volatile double x = 3;
int main()
{
double a = 1 / x;
x = a;
assert(a == x);
}


Should I put this as separate PR?

-- 


http://gcc.gnu.org/bugzilla/show_bug.cgi?id=21809



More information about the Gcc-bugs mailing list