public inbox for java-prs@sourceware.org
help / color / mirror / Atom feed
From: "andreast at gcc dot gnu dot org" <gcc-bugzilla@gcc.gnu.org>
To: java-prs@gcc.gnu.org
Subject: [Bug java/24572] [4.0 regression] ICE in gimplify_expr, at gimplify.c:3983
Date: Thu, 03 Nov 2005 20:16:00 -0000	[thread overview]
Message-ID: <20051103201605.6852.qmail@sourceware.org> (raw)
In-Reply-To: <bug-24572-5724@http.gcc.gnu.org/bugzilla/>



------- 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


  parent reply	other threads:[~2005-11-03 20:16 UTC|newest]

Thread overview: 8+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2005-10-28 17:09 [Bug java/24572] New: " debian-gcc at lists dot debian dot org
2005-11-03  9:41 ` [Bug java/24572] " mark at gcc dot gnu dot org
2005-11-03 20:16 ` andreast at gcc dot gnu dot org [this message]
2005-11-03 20:35 ` andreast at gcc dot gnu dot org
2005-11-12  9:35 ` debian-gcc at lists dot debian dot org
2005-12-13 18:59 ` pinskia at gcc dot gnu dot org
2005-12-14 11:04 ` debian-gcc at lists dot debian dot org
2006-01-01  5:22 ` pinskia at gcc dot gnu dot org

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=20051103201605.6852.qmail@sourceware.org \
    --to=gcc-bugzilla@gcc.gnu.org \
    --cc=java-prs@gcc.gnu.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).