This is the mail archive of the
fortran@gcc.gnu.org
mailing list for the GNU Fortran project.
Re: [Fortran,patch] Fix ICE on invalid code (PR29755)
- From: Tobias Burnus <burnus at net-b dot de>
- Cc: "'fortran at gcc dot gnu dot org'" <fortran at gcc dot gnu dot org>, gcc-patches <gcc-patches at gcc dot gnu dot org>
- Date: Wed, 08 Nov 2006 23:52:01 +0100
- Subject: Re: [Fortran,patch] Fix ICE on invalid code (PR29755)
- References: <4551AA8D.70802@net-b.de>
Hi,
Tobias Burnus wrote:
> Bootstrapped and regression tested on x86_64-unknown-linux-gnu (openSUSE
> 10.2beta2).
> (Trunk only. Before a 4.2 check in I would also do the bootstrap and
>
I withdraw my patch. With the current SVN trunk I cannot reproduce the
ICE anymore.
Even worse: it causes a lot of regression with the current SVN.
(Maybe I didn't check carefully yesterday or the changes in SVN caused
this.)
gfortran-4.2 still crashes with my test case.
One might consider checking in the (on the trunk passing) test case into
the trunk.
Tobias
PS: Just to make sure, I re-run "make check-gfortran" with my IMPORT
patch and it does not cause regressions, uff.