This is the mail archive of the
gcc-bugs@gcc.gnu.org
mailing list for the GCC project.
[Bug fortran/16336] ICE: Segmentation fault
- 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: 2 Jul 2004 21:35:31 -0000
- Subject: [Bug fortran/16336] ICE: Segmentation fault
- References: <20040702205932.16336.schnetter@aei.mpg.de>
- Reply-to: gcc-bugzilla at gcc dot gnu dot org
------- Additional Comments From pinskia at gcc dot gnu dot org 2004-07-02 21:35 -------
hmm, we are trying to print out an error at this point.
Here is the backtrace:
#0 error_string (p=0x73 <Address 0x73 out of bounds>) at /home/gates/pinskia/src/gnu/gcc/src/
gcc/fortran/error.c:109
#1 0x0805b7b0 in error_print (type=0x8463fcd "Error:", format0=Variable "format0" is not available.
) at /home/gates/pinskia/src/gnu/gcc/src/gcc/fortran/error.c:425
#2 0x0805bbbe in gfc_error (format=0x8467948 "COMMON block '%s' at %C has already been USE-
associated")
at /home/gates/pinskia/src/gnu/gcc/src/gcc/fortran/error.c:596
#3 0x0806f1f6 in gfc_match_common () at /home/gates/pinskia/src/gnu/gcc/src/gcc/fortran/match.
c:2203
#4 0x08075837 in match_word (str=Variable "str" is not available.
) at /home/gates/pinskia/src/gnu/gcc/src/gcc/fortran/parse.c:66
#5 0x08075f2e in decode_statement () at /home/gates/pinskia/src/gnu/gcc/src/gcc/fortran/parse.c:
190
#6 0x08076285 in next_statement () at /home/gates/pinskia/src/gnu/gcc/src/gcc/fortran/parse.c:
353
#7 0x08076bac in parse_spec (st=ST_DATA_DECL) at /home/gates/pinskia/src/gnu/gcc/src/gcc/
fortran/parse.c:1534
#8 0x08077a5c in parse_progunit (st=Variable "st" is not available.
) at /home/gates/pinskia/src/gnu/gcc/src/gcc/fortran/parse.c:2255
#9 0x08078066 in gfc_parse_file () at /home/gates/pinskia/src/gnu/gcc/src/gcc/fortran/parse.c:
2551
#10 0x0808d41a in gfc_be_parse_file (set_yydebug=0) at /home/gates/pinskia/src/gnu/gcc/src/gcc/
fortran/f95-lang.c:264
#11 0x08391098 in toplev_main (argc=115, argv=0xbffec304) at /home/gates/pinskia/src/gnu/gcc/
src/gcc/toplev.c:981
#12 0x420174d9 in __libc_start_main () from /lib/i686/libc.so.6
#13 0x0804b071 in _start ()
--
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=16336