This is the mail archive of the fortran@gcc.gnu.org mailing list for the GNU Fortran 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]

Re: ICE in write() with gfortran 4.1.2


On Sat, 2006-11-25 at 21:29 +0100, Thomas Koenig wrote:
> This shouldn't ICE (obviously).
> 
> Can you submit a bug report on http://gcc.gnu.org/bugzilla ?

This is my fault, I changed the middle-end to produce an extra NOP_EXPR
and we produced a CONST_DECL in the front-end with the NOP_EXPR which
caused this bug.

I have a fix which I am going to bootstrap and test.

Thanks,
Andrew Pinski


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