This is the mail archive of the
gcc-bugs@gcc.gnu.org
mailing list for the GCC project.
[Bug fortran/20892] dummy procedure can't be generic
- From: "pinskia at gcc dot gnu dot org" <gcc-bugzilla at gcc dot gnu dot org>
- To: gcc-bugs at gcc dot gnu dot org
- Date: 30 Sep 2005 20:49:21 -0000
- Subject: [Bug fortran/20892] dummy procedure can't be generic
- References: <20050408160345.20892.jv244@cam.ac.uk>
- Reply-to: gcc-bugzilla at gcc dot gnu dot org
------- Additional Comments From pinskia at gcc dot gnu dot org 2005-09-30 20:49 -------
Seg fault on the mainline:
#0 resolve_formal_arglist (proc=0x95451c0)
at /home/peshtigo/pinskia/src/gnu/gcc/src/gcc/fortran/resolve.c:123
#1 0x0808f033 in traverse_ns (st=0x9530aa8, func=0x8081e30 <find_arglists>)
at /home/peshtigo/pinskia/src/gnu/gcc/src/gcc/fortran/symbol.c:2313
#2 0x080862ee in gfc_resolve (ns=0x9544e68)
at /home/peshtigo/pinskia/src/gnu/gcc/src/gcc/fortran/resolve.c:247
#3 0x0807dc09 in gfc_parse_file ()
at /home/peshtigo/pinskia/src/gnu/gcc/src/gcc/fortran/parse.c:2626
#4 0x08097585 in gfc_be_parse_file (set_yydebug=0)
at /home/peshtigo/pinskia/src/gnu/gcc/src/gcc/fortran/f95-lang.c:256
--
What |Removed |Added
----------------------------------------------------------------------------
GCC target triplet|i686-pc-linux-gnu |
Keywords| |ice-on-invalid-code
Last reconfirmed|2005-05-19 17:15:52 |2005-09-30 20:49:19
date| |
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=20892