public inbox for gcc-bugs@sourceware.org
help / color / mirror / Atom feed
From: "overholt at redhat dot com" <gcc-bugzilla@gcc.gnu.org>
To: gcc-bugs@gcc.gnu.org
Subject: [Bug java/20606] New: ICE in make_edges, at cfgbuild.c:327 on x86_64 (with O2 - not with no optimizations)
Date: Wed, 23 Mar 2005 18:24:00 -0000	[thread overview]
Message-ID: <20050323182431.20606.overholt@redhat.com> (raw)

Toggling line 17 of the (soon to be) attached source file allows the compilation
to proceed.  Bryce can duplicate this error with his build from head.

$ gcj --version
gcj (GCC) 4.0.0 20050320 (Red Hat 4.0.0-0.35)
$ wget http://people.redhat.com/~overholt/Main.java
$ javac Main.java
$ gcj -fPIC -fjni -findirect-dispatch -shared -Wl,-Bsymbolic -o Main-noO2.so
Main.class
$ gcj -fPIC -fjni -findirect-dispatch -shared -Wl,-Bsymbolic -O2 -o
Main-withO2.so Main.class
Main.java: In class 'Main':
Main.java: In method
'Main.buildLocation(java.lang.String,java.net.URL,java.lang.String)':
Main.java:0: internal compiler error: in make_edges, at cfgbuild.c:327

-- 
           Summary: ICE in make_edges, at cfgbuild.c:327 on x86_64 (with O2
                    - not with no optimizations)
           Product: gcc
           Version: 4.0.0
            Status: UNCONFIRMED
          Severity: normal
          Priority: P2
         Component: java
        AssignedTo: unassigned at gcc dot gnu dot org
        ReportedBy: overholt at redhat dot com
                CC: gcc-bugs at gcc dot gnu dot org,java-prs at gcc dot gnu
                    dot org


http://gcc.gnu.org/bugzilla/show_bug.cgi?id=20606


             reply	other threads:[~2005-03-23 18:24 UTC|newest]

Thread overview: 19+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2005-03-23 18:24 overholt at redhat dot com [this message]
2005-03-23 18:25 ` [Bug java/20606] " overholt at redhat dot com
2005-03-23 18:27 ` [Bug middle-end/20606] " pinskia at gcc dot gnu dot org
2005-03-23 18:50 ` pinskia at gcc dot gnu dot org
2005-03-23 18:56 ` pinskia at gcc dot gnu dot org
2005-03-23 19:29 ` pinskia at gcc dot gnu dot org
2005-03-23 19:38 ` pinskia at gcc dot gnu dot org
2005-03-23 19:46 ` pinskia at gcc dot gnu dot org
2005-03-23 20:30 ` pinskia at gcc dot gnu dot org
2005-04-06 15:14 ` aph at gcc dot gnu dot org
2005-05-03 15:11 ` aph at gcc dot gnu dot org
2005-05-03 16:11 ` aph at gcc dot gnu dot org
2005-05-03 16:16 ` pinskia at gcc dot gnu dot org
2005-05-03 16:38 ` pinskia at gcc dot gnu dot org
2005-08-08 19:27 ` mmkernel at ezplanet dot net
2005-08-08 19:37 ` aph at gcc dot gnu dot org
2005-08-24 15:01 ` overholt at redhat dot com
2005-09-30 22:30 ` pinskia at gcc dot gnu dot org
2005-10-01  4:36 ` 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=20050323182431.20606.overholt@redhat.com \
    --to=gcc-bugzilla@gcc.gnu.org \
    --cc=gcc-bugs@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).