[Bug fortran/31220] ICE on valid code with gfortran

fxcoudert at gcc dot gnu dot org gcc-bugzilla@gcc.gnu.org
Fri Mar 16 15:14:00 GMT 2007



------- Comment #1 from fxcoudert at gcc dot gnu dot org  2007-03-16 15:13 -------
Confirmed, but it's a duplicate of PR29396. Testcase was reduced to:

FUNCTION F1()
CHARACTER(LEN=4), TARGET, SAVE :: a="----"
CHARACTER(LEN=4), POINTER :: F1
F1=>a(1:)
END FUNCTION

*** This bug has been marked as a duplicate of 29396 ***


-- 

fxcoudert at gcc dot gnu dot org changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|UNCONFIRMED                 |RESOLVED
         Resolution|                            |DUPLICATE


http://gcc.gnu.org/bugzilla/show_bug.cgi?id=31220



More information about the Gcc-bugs mailing list