From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 17021 invoked by alias); 13 Jun 2004 09:20:10 -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 16927 invoked by uid 48); 13 Jun 2004 09:19:59 -0000 Date: Sun, 13 Jun 2004 09:20:00 -0000 Message-ID: <20040613091959.16926.qmail@sourceware.org> From: "pinskia at gcc dot gnu dot org" To: gcc-bugs@gcc.gnu.org In-Reply-To: <20040612215744.15964.Mart.Rentmeester@nn-online.org> References: <20040612215744.15964.Mart.Rentmeester@nn-online.org> Reply-To: gcc-bugzilla@gcc.gnu.org Subject: [Bug fortran/15964] ICE/segmentation fault X-Bugzilla-Reason: CC X-SW-Source: 2004-06/txt/msg01654.txt.bz2 List-Id: ------- Additional Comments From pinskia at gcc dot gnu dot org 2004-06-13 09:19 ------- Confirmed, here is the backtrace: #0 gfc_conv_expr_val (se=0xbffec000, expr=0x0) at /home/gates/pinskia/src/gnu/gcc/src/gcc/ fortran/trans-expr.c:1508 #1 0x08098b09 in gfc_conv_expr_type (se=0xbffec000, expr=0x0, type=0x0) at /home/gates/ pinskia/src/gnu/gcc/src/gcc/fortran/trans-expr.c:1520 #2 0x08098d3d in gfc_trans_init_string_length (cl=0x85a79f8, pblock=0xbffec0c0) at /home/gates/ pinskia/src/gnu/gcc/src/gcc/fortran/trans-expr.c:152 #3 0x080a7370 in gfc_trans_dummy_array_bias (sym=0x85a92c8, tmpdesc=0x400f4658, body=0x4007c0b0) at /home/gates/pinskia/src/gnu/gcc/src/gcc/fortran/trans-array.c:3032 #4 0x08091df7 in gfc_generate_function_code (ns=0x85a8e90) at /home/gates/pinskia/src/gnu/gcc/ src/gcc/fortran/trans-decl.c:1737 #5 0x0808d853 in gfc_generate_code (ns=0x85a8e90) at /home/gates/pinskia/src/gnu/gcc/src/gcc/ fortran/trans.c:651 #6 0x080735a7 in gfc_parse_file () at /home/gates/pinskia/src/gnu/gcc/src/gcc/fortran/parse.c:2477 #7 0x0808a06c in gfc_be_parse_file (set_yydebug=0) at /home/gates/pinskia/src/gnu/gcc/src/gcc/ fortran/f95-lang.c:266 #8 0x0838c4a8 in toplev_main (argc=0, argv=0xbffec304) at /home/gates/pinskia/src/gnu/gcc/src/ gcc/toplev.c:1666 #9 0x420174d9 in __libc_start_main () from /lib/i686/libc.so.6 #10 0x0804b071 in _start () but this is a dup of bug 15324. *** This bug has been marked as a duplicate of 15324 *** -- What |Removed |Added ---------------------------------------------------------------------------- Status|UNCONFIRMED |RESOLVED Keywords| |ice-on-valid-code Resolution| |DUPLICATE http://gcc.gnu.org/bugzilla/show_bug.cgi?id=15964