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 c/35523] Wrong result for constant float expression



------- Comment #3 from rguenth at gcc dot gnu dot org  2008-03-10 15:12 -------
gcc-4.3 -o t t.i
./t
sin(cos(tan(PI/2))) = -0.280611

gcc-4.3 -o t t.i -fno-builtin -lm
./t
sin(cos(tan(PI/2))) = -0.280611

works for me?


-- 


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


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