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 middle-end/51285] [4.7 Regression] internal compiler error: in check_loop_closed_ssa_use, at tree-ssa-loop-manip.c


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

Joost VandeVondele <Joost.VandeVondele at mat dot ethz.ch> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |burnus at gcc dot gnu.org

--- Comment #2 from Joost VandeVondele <Joost.VandeVondele at mat dot ethz.ch> 2011-11-23 19:28:34 UTC ---
In that range there is the following commit

http://gcc.gnu.org/viewcvs/trunk/gcc/fortran/trans-decl.c?r1=172307&r2=172604&pathrev=172604

It could be a coincidence, but this thing

-  /* Do not use procedures that have a procedure argument because this
-     can result in problems of multiple decls during inlining.  */

seems to hold. The ICE is removed with

gfortran -O3 -fno-inline-functions bug.f90


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