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 tree-optimization/37449] [4.4 Regression] calculix gets wrong answer for -O1 -ffast-math



------- Comment #26 from jakub at gcc dot gnu dot org  2008-10-20 15:10 -------
On the #c11 testcase with -O2 -funsafe-math-optimizations I still see
  # cn_38 = PHI <-1.0e+0(4), 1.0e+0(11)>
  D.1262_39 = __builtin_pow (cn_38, 2.0e+0);
  D.1263_41 = 1.0e+0 - D.1262_39;
  D.1264_42 = __builtin_sqrt (D.1263_41);
before and after PRE, so the recent pre change doesn't handle it.


-- 


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


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