[Bug fortran/16499] ICE with character declaration
reichelt at gcc dot gnu dot org
gcc-bugzilla@gcc.gnu.org
Mon Jul 12 16:21:00 GMT 2004
------- 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
More information about the Gcc-bugs
mailing list