------- 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

Reply via email to