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/32489] Endless loop when compiling



------- Comment #8 from pault at gcc dot gnu dot org  2008-01-12 09:43 -------
(In reply to comment #4)

Dominique,

Indeed - I found all those regressions when I got up this morning.  However,
the patch indicates which way to go.  The compiler is repeatedly trying to
expand an array that it cannot.  I need to write an equivalent to
gfc_is_constant_expr that will test if the array can be expanded or not.

Thanks!

Paul


-- 


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


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