This is the mail archive of the
gcc-bugs@gcc.gnu.org
mailing list for the GCC project.
[Bug fortran/32489] Endless loop when compiling
- From: "pault at gcc dot gnu dot org" <gcc-bugzilla at gcc dot gnu dot org>
- To: gcc-bugs at gcc dot gnu dot org
- Date: 12 Jan 2008 09:43:14 -0000
- Subject: [Bug fortran/32489] Endless loop when compiling
- References: <bug-32489-13404@http.gcc.gnu.org/bugzilla/>
- Reply-to: gcc-bugzilla at gcc dot gnu dot org
------- 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