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

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



------- 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


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