This is the mail archive of the
fortran@gcc.gnu.org
mailing list for the GNU Fortran project.
"ICE: loop_father but no loops" (PR 29789) - patch exists
- From: Tobias Burnus <burnus at net-b dot de>
- To: "'fortran at gcc dot gnu dot org'" <fortran at gcc dot gnu dot org>
- Date: Sun, 19 Nov 2006 19:21:57 +0100
- Subject: "ICE: loop_father but no loops" (PR 29789) - patch exists
Hi all,
if you haven't seen it, it exists now a patch for the
"ICE: verify_flow_info: loop_father but no loops"
problem. See:
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=29879
(Thanks, Andrew Pinski for writing the patch.)
I just did successfully bootstapped and regtested (on
x86_64-unknown-linux-gnu)
current gcc (SVN) with the following patches applied:
- the above mentioned ICE patch
- the Paul's VALUE patch
- the FX's ISO_FORTRAN_ENV patch
- My import patch(es)
- FX's "error_print does not support %N$X" patch
Tobias