This is the mail archive of the
gcc-bugs@gcc.gnu.org
mailing list for the GCC project.
[Bug fortran/28201] gfortran ICE if argument list does not match generic interface
- From: "pault at gcc dot gnu dot org" <gcc-bugzilla at gcc dot gnu dot org>
- To: gcc-bugs at gcc dot gnu dot org
- Date: 29 Jun 2006 22:28:25 -0000
- Subject: [Bug fortran/28201] gfortran ICE if argument list does not match generic interface
- References: <bug-28201-6552@http.gcc.gnu.org/bugzilla/>
- Reply-to: gcc-bugzilla at gcc dot gnu dot org
------- Comment #1 from pault at gcc dot gnu dot org 2006-06-29 22:28 -------
(gdb) run pr28201.f90
Starting program: /svn-4.2/libexec/gcc/i686-pc-linux-gnu/4.2.0/f951 pr28201.f90
Reading symbols from shared object read from target memory...done.
Loaded system supplied DSO at 0xc7b000
ice_i
Program received signal SIGSEGV, Segmentation fault.
resolve_call (c=0x8b12420) at ../../trunk/gcc/fortran/resolve.c:1518
1518 if (!gfc_generic_intrinsic (sym->name))
(gdb) backtrace
#0 resolve_call (c=0x8b12420) at ../../trunk/gcc/fortran/resolve.c:1518
#1 0x080909d8 in resolve_code (code=Variable "code" is not available.
)
at ../../trunk/gcc/fortran/resolve.c:4731
#2 0x080921d8 in resolve_codes (ns=0x8b323e8)
at ../../trunk/gcc/fortran/resolve.c:6582
#3 0x08092233 in gfc_resolve (ns=0x8b323e8)
at ../../trunk/gcc/fortran/resolve.c:6606
#4 0x080875b9 in gfc_parse_file () at ../../trunk/gcc/fortran/parse.c:3190
#5 0x080a861d in gfc_be_parse_file (set_yydebug=0)
at ../../trunk/gcc/fortran/f95-lang.c:303
#6 0x0839be8a in toplev_main (argc=2, argv=0xbfbee314)
at ../../trunk/gcc/toplev.c:999
#7 0x080dbf2f in main (argc=Cannot access memory at address 0xffffffff
) at ../../trunk/gcc/main.c:35
Thanks for the report
Paul
--
pault at gcc dot gnu dot org changed:
What |Removed |Added
----------------------------------------------------------------------------
Status|UNCONFIRMED |NEW
Ever Confirmed|0 |1
Last reconfirmed|0000-00-00 00:00:00 |2006-06-29 22:28:25
date| |
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=28201