From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 7193 invoked by alias); 3 Nov 2005 15:39:12 -0000 Mailing-List: contact gcc-bugs-help@gcc.gnu.org; run by ezmlm Precedence: bulk List-Archive: List-Post: List-Help: Sender: gcc-bugs-owner@gcc.gnu.org Received: (qmail 7183 invoked by uid 48); 3 Nov 2005 15:39:09 -0000 Date: Thu, 03 Nov 2005 15:39:00 -0000 Message-ID: <20051103153909.7182.qmail@sourceware.org> X-Bugzilla-Reason: CC References: Subject: [Bug fortran/24655] bug compiling following few lines code with gfortran In-Reply-To: Reply-To: gcc-bugzilla@gcc.gnu.org To: gcc-bugs@gcc.gnu.org From: "pinskia at gcc dot gnu dot org" X-SW-Source: 2005-11/txt/msg00467.txt.bz2 List-Id: ------- Comment #1 from pinskia at gcc dot gnu dot org 2005-11-03 15:39 ------- Confirmed, backtrace: #0 0x000000000042bc4a in recursive_stmt_fcn (e=0xc08160, sym=0xc07d40) at /home/pinskia/src/newtest/trunk/gcc/fortran/match.c:2727 #1 0x000000000042bc25 in recursive_stmt_fcn (e=0xc08420, sym=0xc07d40) at /home/pinskia/src/newtest/trunk/gcc/fortran/match.c:2744 #2 0x000000000042d8f0 in gfc_match_st_function () at /home/pinskia/src/newtest/trunk/gcc/fortran/match.c:2819 #3 0x00000000004359f3 in match_word (str=Variable "str" is not available. ) at /home/pinskia/src/newtest/trunk/gcc/fortran/parse.c:65 #4 0x0000000000435b01 in decode_statement () at /home/pinskia/src/newtest/trunk/gcc/fortran/parse.c:132 #5 0x0000000000436564 in next_statement () at /home/pinskia/src/newtest/trunk/gcc/fortran/parse.c:358 #6 0x00000000004376e2 in parse_spec (st=ST_DATA_DECL) at /home/pinskia/src/newtest/trunk/gcc/fortran/parse.c:1601 #7 0x0000000000437d36 in parse_progunit (st=ST_ARITHMETIC_IF) at /home/pinskia/src/newtest/trunk/gcc/fortran/parse.c:2305 #8 0x00000000004382dd in gfc_parse_file () at /home/pinskia/src/newtest/trunk/gcc/fortran/parse.c:2595 #9 0x00000000004518de in gfc_be_parse_file (set_yydebug=Variable "set_yydebug" is not available. ) at /home/pinskia/src/newtest/trunk/gcc/fortran/f95-lang.c:286 #10 0x0000000000719e73 in toplev_main (argc=Variable "argc" is not available. -- pinskia 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 |2005-11-03 15:39:09 date| | http://gcc.gnu.org/bugzilla/show_bug.cgi?id=24655