From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 24575 invoked by alias); 24 Dec 2009 02:34:41 -0000 Received: (qmail 23922 invoked by uid 48); 24 Dec 2009 02:34:25 -0000 Date: Thu, 24 Dec 2009 02:34:00 -0000 Message-ID: <20091224023425.23921.qmail@sourceware.org> X-Bugzilla-Reason: CC References: Subject: [Bug tree-optimization/42334] segfault in graphite-poly.h for 200.sixtrack In-Reply-To: Reply-To: gcc-bugzilla@gcc.gnu.org To: gcc-bugs@gcc.gnu.org From: "howarth at nitro dot med dot uc dot edu" Mailing-List: contact gcc-bugs-help@gcc.gnu.org; run by ezmlm Precedence: bulk List-Id: List-Archive: List-Post: List-Help: Sender: gcc-bugs-owner@gcc.gnu.org X-SW-Source: 2009-12/txt/msg02302.txt.bz2 ------- Comment #10 from howarth at nitro dot med dot uc dot edu 2009-12-24 02:34 ------- The pr42334-1.f test case fails as... Executing on host: /sw/src/fink.build/gcc45-4.4.999-20091223/darwin_objdir/gcc/testsuite/gfortran/../../gfortran -B/sw/src/fink.build/gcc45-4.4.999-20091223/darwin_objdir/gcc/testsuite/gfortran/../../ /sw/src/fink.build/gcc45-4.4.999-20091223/gcc-4.5-20091223/gcc/testsuite/gfortran.dg/graphite/pr42334-1.f -O -O2 -floop-interchange -S -o pr42334-1.s (timeout = 300) /sw/src/fink.build/gcc45-4.4.999-20091223/gcc-4.5-20091223/gcc/testsuite/gfortran.dg/graphite/pr42334-1.f: In function 'linel': /sw/src/fink.build/gcc45-4.4.999-20091223/gcc-4.5-20091223/gcc/testsuite/gfortran.dg/graphite/pr42334-1.f:3:0: internal compiler error: Segmentation fault Please submit a full bug report, with preprocessed source if appropriate. See for instructions. compiler exited with status 1 output is: /sw/src/fink.build/gcc45-4.4.999-20091223/gcc-4.5-20091223/gcc/testsuite/gfortran.dg/graphite/pr42334-1.f: In function 'linel': /sw/src/fink.build/gcc45-4.4.999-20091223/gcc-4.5-20091223/gcc/testsuite/gfortran.dg/graphite/pr42334-1.f:3:0: internal compiler error: Segmentation fault Please submit a full bug report, with preprocessed source if appropriate. See for instructions. FAIL: gfortran.dg/graphite/pr42334-1.f -O (internal compiler error) FAIL: gfortran.dg/graphite/pr42334-1.f -O (test for excess errors) Excess errors: /sw/src/fink.build/gcc45-4.4.999-20091223/gcc-4.5-20091223/gcc/testsuite/gfortran.dg/graphite/pr42334-1.f:3:0: internal compiler error: Segmentation fault and backtraces as.... Program received signal EXC_BAD_ACCESS, Could not access memory. Reason: KERN_INVALID_ADDRESS at address: 0x0000000000000002 0x00000001005355c8 in lst_interchange_select_inner (scop=, outer_father=, outer=, inner_father=) at ../../gcc-4.5-20091223/gcc/graphite-interchange.c:706 706 for (inner = 0; VEC_iterate (lst_p, LST_SEQ (inner_father), inner, l); inner++) (gdb) bt #0 0x00000001005355c8 in lst_interchange_select_inner (scop=, outer_father=, outer=, inner_father=) at ../../gcc-4.5-20091223/gcc/graphite-interchange.c:706 #1 0x00000001005356de in lst_interchange_select_inner (scop=, outer_father=, outer=, inner_father=) at ../../gcc-4.5-20091223/gcc/graphite-interchange.c:684 #2 0x0000000100536996 in lst_interchange_select_outer (scop=0x14182d360, loop=0x14185d390, outer=1) at ../../gcc-4.5-20091223/gcc/graphite-interchange.c:732 #3 0x0000000100536a01 in lst_interchange_select_outer (scop=0x14182d360, loop=0x141831f80, outer=) at ../../gcc-4.5-20091223/gcc/graphite-interchange.c:743 #4 0x0000000100536a01 in lst_interchange_select_outer (scop=0x14182d360, loop=0x141831fa0, outer=) at ../../gcc-4.5-20091223/gcc/graphite-interchange.c:743 #5 0x0000000100536a3e in scop_do_interchange (scop=0x14182d360) at ../../gcc-4.5-20091223/gcc/graphite-interchange.c:754 #6 0x0000000100537f98 in apply_poly_transforms (scop=0x14182d360) at ../../gcc-4.5-20091223/gcc/graphite-poly.c:260 #7 0x0000000100523873 in graphite_transform_loops () at ../../gcc-4.5-20091223/gcc/graphite.c:276 #8 0x00000001007c734a in graphite_transforms () at ../../gcc-4.5-20091223/gcc/tree-ssa-loop.c:300 #9 0x00000001006095ee in execute_one_pass (pass=0x100c7fda0) at ../../gcc-4.5-20091223/gcc/passes.c:1561 #10 0x00000001006098bd in execute_pass_list (pass=0x100c7fda0) at ../../gcc-4.5-20091223/gcc/passes.c:1616 #11 0x00000001006098cf in execute_pass_list (pass=0x100c7fb00) at ../../gcc-4.5-20091223/gcc/passes.c:1617 #12 0x00000001006098cf in execute_pass_list (pass=0x100c7f140) at ../../gcc-4.5-20091223/gcc/passes.c:1617 #13 0x0000000100738d58 in tree_rest_of_compilation (fndecl=0x141df1e00) at ../../gcc-4.5-20091223/gcc/tree-optimize.c:413 #14 0x00000001008f37f3 in cgraph_expand_function (node=) at ../../gcc-4.5-20091223/gcc/cgraphunit.c:1544 #15 0x00000001008f66ea in cgraph_optimize () at ../../gcc-4.5-20091223/gcc/cgraphunit.c:1623 #16 0x00000001008f6ccd in cgraph_finalize_compilation_unit () at ../../gcc-4.5-20091223/gcc/cgraphunit.c:1093 #17 0x000000010059b8b6 in write_global_declarations () at ../../gcc-4.5-20091223/gcc/langhooks.c:309 #18 0x00000001006ce9c2 in toplev_main (argc=19, argv=0x7fff5fbfee70) at ../../gcc-4.5-20091223/gcc/toplev.c:1061 #19 0x0000000100001534 in start () (gdb) at r155434. Using built-in specs. COLLECT_GCC=gfortran COLLECT_LTO_WRAPPER=/sw/lib/gcc4.5/libexec/gcc/x86_64-apple-darwin10.2.0/4.5.0/lto-wrapper Target: x86_64-apple-darwin10.2.0 Configured with: ../gcc-4.5-20091223/configure --prefix=/sw --prefix=/sw/lib/gcc4.5 --mandir=/sw/share/man --infodir=/sw/share/info --enable-languages=c,c++,fortran,objc,obj-c++,java --with-gmp=/sw --with-libiconv-prefix=/sw --with-ppl=/sw --with-cloog=/sw --with-mpc=/sw --with-system-zlib --x-includes=/usr/X11R6/include --x-libraries=/usr/X11R6/lib --disable-libjava-multilib Thread model: posix gcc version 4.5.0 20091223 (experimental) (GCC) -- http://gcc.gnu.org/bugzilla/show_bug.cgi?id=42334