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 fortran/54932] Invalid loop code generated by Fortran FE for loops with bounds in HIGH(type)


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

Rainer Orth <ro at gcc dot gnu.org> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |jakub at gcc dot gnu.org,
                   |                            |ro at gcc dot gnu.org

--- Comment #15 from Rainer Orth <ro at gcc dot gnu.org> 2013-03-18 10:18:48 UTC ---
Since very recently (between 20130313 and 20130315) gfortran.dg/do_1.f90
execution started to XPASS not only at -O0/-O1, but at every optimisation
level.
I think it would be bad to release 4.8.0 with that testsuite noise, but nothing
has happened on this front for a long time.

How to proceed?  Simply remove the xfail, add
-fno-aggressive-loop-optimizations
as Dominique proposed?

  Rainer


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