------- 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