This is the mail archive of the
gcc-bugs@gcc.gnu.org
mailing list for the GCC project.
[Bug fortran/16499] ICE with character declaration
- From: "reichelt at gcc dot gnu dot org" <gcc-bugzilla at gcc dot gnu dot org>
- To: gcc-bugs at gcc dot gnu dot org
- Date: 12 Jul 2004 16:21:16 -0000
- Subject: [Bug fortran/16499] ICE with character declaration
- References: <20040712155440.16499.c.lemmen@fz-juelich.de>
- Reply-to: gcc-bugzilla at gcc dot gnu dot org
------- Additional Comments From reichelt at gcc dot gnu dot org 2004-07-12 16:21 -------
Confirmed. Here's an even shorter testcase that segfaults:
=================================================
subroutine foo(x)
character (len = *), dimension(:) :: x
call bar(x)
end subroutine foo
=================================================
--
What |Removed |Added
----------------------------------------------------------------------------
CC| |reichelt at gcc dot gnu dot
| |org
Status|UNCONFIRMED |NEW
Ever Confirmed| |1
Keywords| |ice-on-valid-code
Last reconfirmed|0000-00-00 00:00:00 |2004-07-12 16:21:13
date| |
Summary|ice-on-valid-code, seg-fault|ICE with character
| |declaration
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=16499