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


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.

I'm not sure you're the culprit here, it's broken on 4.1.2, 4.2 and 4.3 on all targets I could test.


FX


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