This is the mail archive of the
gcc-bugs@gcc.gnu.org
mailing list for the GCC project.
[Bug c/35523] Wrong result for constant float expression
- From: "pinskia at gcc dot gnu dot org" <gcc-bugzilla at gcc dot gnu dot org>
- To: gcc-bugs at gcc dot gnu dot org
- Date: 10 Mar 2008 16:53:37 -0000
- Subject: [Bug c/35523] Wrong result for constant float expression
- References: <bug-35523-15886@http.gcc.gnu.org/bugzilla/>
- Reply-to: gcc-bugzilla at gcc dot gnu dot org
------- Comment #7 from pinskia at gcc dot gnu dot org 2008-03-10 16:53 -------
(In reply to comment #6)
> I also get:
> [dandelion:~] pinskia% ./a.out
> sin(cos(tan(PI/2))) = -0.280611
In fact this calls the functions:
fmr f1,f0
bl L_tan$stub
fmr f0,f1
fmr f1,f0
bl L_cos$stub
fmr f0,f1
fmr f1,f0
bl L_sin$stub
fmr f0,f1
--
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=35523