[Bug c/14384] Invalid use of extra precision floating-point with -O0 optimization

anz at obs-nice dot fr gcc-bugzilla@gcc.gnu.org
Tue Mar 2 15:21:00 GMT 2004


------- Additional Comments From anz at obs-nice dot fr  2004-03-02 15:21 -------
Created an attachment (id=5842)
 --> (http://gcc.gnu.org/bugzilla/attachment.cgi?id=5842&action=view)
Source code showing the bug

Compile with -O0 with or without -DVF to show the bug,
producing the (incorrect) result 12345.123456
The correct result seems to be obtained when compiling
with -O3 and without -DVF, producing 12345.123047

-- 


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



More information about the Gcc-bugs mailing list