------- Comment #3 from jsm28 at gcc dot gnu dot org 2009-10-29 20:26 ------- If you want C99-conforming excess precision, then use 4.5 or later (not 4.4) with -fexcess-precision=standard or strict conformance options such as -std=c99 that imply it (not -std=gnu99). With that I get:
ls_ld2=1.0842e-19 ls_d2 =1.0842e-19 ls_f2 =1.0842e-19 LD_EPS=1.0842e-19 D_EPS=2.22045e-16 F_EPS=1.19209e-07 fs_ld2=1.0842e-19 fs_d2 =1.0842e-19 fs_f2 =1.0842e-19 which I think is what you want. *** This bug has been marked as a duplicate of 323 *** -- jsm28 at gcc dot gnu dot org changed: What |Removed |Added ---------------------------------------------------------------------------- Status|UNCONFIRMED |RESOLVED Resolution| |DUPLICATE http://gcc.gnu.org/bugzilla/show_bug.cgi?id=41867 ------- You are receiving this mail because: ------- You are on the CC list for the bug, or are watching someone who is. -- To UNSUBSCRIBE, email to debian-gcc-requ...@lists.debian.org with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org