This is the mail archive of the
gcc-bugs@gcc.gnu.org
mailing list for the GCC project.
[Bug fortran/18923] segfault after subroutine name confusion
- 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: 6 Jun 2005 07:59:23 -0000
- Subject: [Bug fortran/18923] segfault after subroutine name confusion
- References: <20041210130028.18923.Thomas.Koenig@online.de>
- Reply-to: gcc-bugzilla at gcc dot gnu dot org
------- Additional Comments From reichelt at gcc dot gnu dot org 2005-06-06 07:59 -------
With the following testcase I still get a segfault:
=================================================
module FOO
contains
subroutine FOO
integer :: I
character(len=selected_int_kind(I)) :: C
end subroutine
end
=================================================
--
What |Removed |Added
----------------------------------------------------------------------------
Status|RESOLVED |REOPENED
Resolution|FIXED |
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=18923