This is the mail archive of the
gcc-bugs@gcc.gnu.org
mailing list for the GCC project.
[Bug fortran/24755] [4.0/4.1 Regression] internal compiler error with statement function
- 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: 9 Nov 2005 11:44:05 -0000
- Subject: [Bug fortran/24755] [4.0/4.1 Regression] internal compiler error with statement function
- References: <bug-24755-9343@http.gcc.gnu.org/bugzilla/>
- Reply-to: gcc-bugzilla at gcc dot gnu dot org
------- Comment #1 from pinskia at gcc dot gnu dot org 2005-11-09 11:44 -------
Confirmed, backtrace:
#0 0x080727d3 in recursive_stmt_fcn (e=0x9fec3b8, sym=0x9fec218) at
/home/peshtigo/pinskia/src/gnu/gcc/src/gcc/fortran/match.c:2727
#1 0x080727b5 in recursive_stmt_fcn (e=0x9fec540, sym=0x9fec218) at
/home/peshtigo/pinskia/src/gnu/gcc/src/gcc/fortran/match.c:2744
#2 0x080727b5 in recursive_stmt_fcn (e=0x9fec818, sym=0x9fec218) at
/home/peshtigo/pinskia/src/gnu/gcc/src/gcc/fortran/match.c:2744
#3 0x080727b5 in recursive_stmt_fcn (e=0x9fecb70, sym=0x9fec218) at
/home/peshtigo/pinskia/src/gnu/gcc/src/gcc/fortran/match.c:2744
#4 0x080727b5 in recursive_stmt_fcn (e=0x9fecbc8, sym=0x9fec218) at
/home/peshtigo/pinskia/src/gnu/gcc/src/gcc/fortran/match.c:2744
#5 0x08074349 in gfc_match_st_function () at
/home/peshtigo/pinskia/src/gnu/gcc/src/gcc/fortran/match.c:2819
#6 0x0807c2ba in match_word (str=<value optimized out>, subr=0x8074270
<gfc_match_st_function>, old_locus=0xbfdffc08)
at /home/peshtigo/pinskia/src/gnu/gcc/src/gcc/fortran/parse.c:65
#7 0x0807c3ac in decode_statement () at
/home/peshtigo/pinskia/src/gnu/gcc/src/gcc/fortran/parse.c:132
#8 0x0807cda5 in next_statement () at
/home/peshtigo/pinskia/src/gnu/gcc/src/gcc/fortran/parse.c:356
#
--
pinskia at gcc dot gnu dot org changed:
What |Removed |Added
----------------------------------------------------------------------------
Status|UNCONFIRMED |NEW
Ever Confirmed|0 |1
Known to fail| |4.1.0 4.0.3
Known to work| |4.0.1
Last reconfirmed|0000-00-00 00:00:00 |2005-11-09 11:44:05
date| |
Summary|internal compiler error with|[4.0/4.1 Regression]
|statement function |internal compiler error with
| |statement function
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=24755