------- Comment #8 from jvdelisle at gcc dot gnu dot org 2010-06-22 01:24 ------- atan2_1.f90 has failed on other platforms before too. I think we just need:
! { dg-options "-ffloat-store" }
or maybe this
! { dg-options "-O0 -ffloat-store" }
in the test file. Can you try that and see if it clears your problem. Add it
right after the line that says ! { dg-do run }
--
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=44448
