From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 6880 invoked by alias); 3 Nov 2005 20:16:06 -0000 Mailing-List: contact java-prs-help@gcc.gnu.org; run by ezmlm Precedence: bulk List-Subscribe: List-Archive: List-Post: List-Help: , Sender: java-prs-owner@gcc.gnu.org Received: (qmail 6853 invoked by uid 48); 3 Nov 2005 20:16:05 -0000 Date: Thu, 03 Nov 2005 20:16:00 -0000 Message-ID: <20051103201605.6852.qmail@sourceware.org> X-Bugzilla-Reason: CC References: Subject: [Bug java/24572] [4.0 regression] ICE in gimplify_expr, at gimplify.c:3983 In-Reply-To: Reply-To: gcc-bugzilla@gcc.gnu.org To: java-prs@gcc.gnu.org From: "andreast at gcc dot gnu dot org" X-SW-Source: 2005-q4/txt/msg00276.txt.bz2 List-Id: ------- Comment #2 from andreast at gcc dot gnu dot org 2005-11-03 20:16 ------- Todays gcc-svn HEAD compiles the jar fine. On ppc darwin. Todays gcc-svn-gcc-4_0-branch fails with the below bt. Also on darwin. wolfram:~/Desktop] andreast% gdb /Volumes/export/gcc/gcc-svn/branch/testbin/libexec/gcc/powerpc-apple-darwin8.3.0/4.0.3/jc1 GNU gdb 6.1-20040303 (Apple version gdb-384) (Mon Mar 21 00:05:26 GMT 2005) Copyright 2004 Free Software Foundation, Inc. GDB is free software, covered by the GNU General Public License, and you are welcome to change it and/or distribute copies of it under certain conditions. Type "show copying" to see the conditions. There is absolutely no warranty for GDB. Type "show warranty" for details. This GDB was configured as "powerpc-apple-darwin"...Reading symbols for shared libraries ..... done (gdb) set args antlr-2.7.5.jar -fhash-synchronization -fuse-divide-subroutine -fuse-boehm-gc -fnon-call-exceptions -fkeep-inline-functions -feliminate-unused-debug-symbols -fPIC -quiet -dumpbase antlr-2.7.5.jar -auxbase-strip antlr.so -g -O2 -version -fclasspath= -fassume-compiled -o /var/tmp//cchNKeYh.s (gdb) r Starting program: /Volumes/export/gcc/gcc-svn/branch/testbin/libexec/gcc/powerpc-apple-darwin8.3.0/4.0.3/jc1 antlr-2.7.5.jar -fhash-synchronization -fuse-divide-subroutine -fuse-boehm-gc -fnon-call-exceptions -fkeep-inline-functions -feliminate-unused-debug-symbols -fPIC -quiet -dumpbase antlr-2.7.5.jar -auxbase-strip antlr.so -g -O2 -version -fclasspath= -fassume-compiled -o /var/tmp//cchNKeYh.s Reading symbols for shared libraries . done GNU Java version 4.0.3 20051103 (prerelease) (powerpc-apple-darwin8.3.0) compiled by GNU C version 4.0.3 20051103 (prerelease). GGC heuristics: --param ggc-min-expand=100 --param ggc-min-heapsize=131072 Class path starts here: ./ /Volumes/export/gcc/gcc-svn/branch/testbin/share/java/libgcj-4.0.3.jar/ (system) (zip) Program received signal EXC_BAD_ACCESS, Could not access memory. Reason: KERN_PROTECTION_FAILURE at address: 0x00000010 add_insn_after (insn=0x4b841ea0, after=0x0) at /Volumes/export/gcc/gcc-svn/branch/gcc-4_0-branch/gcc/emit-rtl.c:3377 3377 rtx next = NEXT_INSN (after); (gdb) bt #0 add_insn_after (insn=0x4b841ea0, after=0x0) at /Volumes/export/gcc/gcc-svn/branch/gcc-4_0-branch/gcc/emit-rtl.c:3377 #1 0x00131208 in emit_note_after (subtype=-84, after=0x0) at /Volumes/export/gcc/gcc-svn/branch/gcc-4_0-branch/gcc/emit-rtl.c:4156 #2 0x002a0178 in tree_expand_cfg () at /Volumes/export/gcc/gcc-svn/branch/gcc-4_0-branch/gcc/cfgexpand.c:1076 #3 0x0006d7d0 in execute_pass_list (pass=0x47c15c) at /Volumes/export/gcc/gcc-svn/branch/gcc-4_0-branch/gcc/tree-optimize.c:526 #4 0x0006dae0 in tree_rest_of_compilation (fndecl=0x4a9b7080) at /Volumes/export/gcc/gcc-svn/branch/gcc-4_0-branch/gcc/tree-optimize.c:661 #5 0x002c53dc in cgraph_expand_function (node=0x4c586780) at /Volumes/export/gcc/gcc-svn/branch/gcc-4_0-branch/gcc/cgraphunit.c:835 #6 0x002c54d0 in cgraph_assemble_pending_functions () at /Volumes/export/gcc/gcc-svn/branch/gcc-4_0-branch/gcc/cgraphunit.c:307 #7 0x002c5c00 in cgraph_finalize_function (decl=0x4a9b7080, nested=0 '\0') at /Volumes/export/gcc/gcc-svn/branch/gcc-4_0-branch/gcc/cgraphunit.c:399 #8 0x00032690 in end_java_method () at /Volumes/export/gcc/gcc-svn/branch/gcc-4_0-branch/gcc/java/decl.c:2048 #9 0x0004c184 in parse_class_file () at /Volumes/export/gcc/gcc-svn/branch/gcc-4_0-branch/gcc/java/jcf-parse.c:925 #10 0x0004ebbc in java_parse_file (set_yydebug=1266949792) at /Volumes/export/gcc/gcc-svn/branch/gcc-4_0-branch/gcc/java/jcf-parse.c:1423 #11 0x0027c454 in toplev_main (argc=1078864652, argv=0xbffff73f) at /Volumes/export/gcc/gcc-svn/branch/gcc-4_0-branch/gcc/toplev.c:1010 #12 0x00002348 in _start (argc=21, argv=0xbffff5c4, envp=0xbffff61c) at /SourceCache/Csu/Csu-57/crt.c:272 #13 0x000021e8 in start () (gdb) [wolfram:gcc-svn/branch/objdir] andreast% ./gcc/xgcc -v Using built-in specs. Target: powerpc-apple-darwin8.3.0 Configured with: /Volumes/export/gcc/gcc-svn/branch/gcc-4_0-branch/configure --prefix=/Volumes/export/gcc/gcc-svn/branch/testbin --enable-java-awt=gtk,xlib --enable-gtk-cairo --disable-checking --enable-languages=c,c++,java --disable-multilib Thread model: posix gcc version 4.0.3 20051103 (prerelease) -- http://gcc.gnu.org/bugzilla/show_bug.cgi?id=24572