This is the mail archive of the gcc-bugs@gcc.gnu.org mailing list for the GCC project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

[Bug target/21809] Floating Optimization Bug


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


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]