public inbox for java-prs@sourceware.org
help / color / mirror / Atom feed
From: "steven at gcc dot gnu dot org" <gcc-bugzilla@gcc.gnu.org>
To: java-prs@gcc.gnu.org
Subject: [Bug middle-end/20648] [4.1 regression] ICE in cfg_layout_redirect_edge_and_branch_force
Date: Tue, 29 Mar 2005 11:53:00 -0000	[thread overview]
Message-ID: <20050328215703.11993.qmail@sourceware.org> (raw)
In-Reply-To: <20050326182155.20648.schwab@suse.de>


------- Additional Comments From steven at gcc dot gnu dot org  2005-03-28 21:57 -------
Test case, thanks to Tom Tromey: 
 
T.java: 
public class T 
{ 
  int field; 
  public void test(int f) { 
    synchronized (this) { 
      if (field != 0) 
        throw new IllegalStateException(); 
      field = f; 
    } 
  } 
} 
 
./gcj -B. -B../ia64-unknown-linux-gnu/libjava/ 
-fclasspath=../ia64-unknown-linux-gnu/libjava/ -C T.java 
./gcj -B. -B../ia64-unknown-linux-gnu/libjava/ 
-fclasspath=../ia64-unknown-linux-gnu/libjava/ -c -g -O2 -findirect-dispatch 
T.class 
 
 

-- 
           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|UNCONFIRMED                 |NEW
     Ever Confirmed|                            |1
   Last reconfirmed|0000-00-00 00:00:00         |2005-03-28 21:57:03
               date|                            |


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


  parent reply	other threads:[~2005-03-28 21:57 UTC|newest]

Thread overview: 16+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2005-03-27 13:01 [Bug java/20648] New: " schwab at suse dot de
2005-03-27 16:21 ` [Bug middle-end/20648] " pinskia at gcc dot gnu dot org
2005-03-27 22:17 ` schwab at suse dot de
2005-03-27 22:17 ` pinskia at gcc dot gnu dot org
2005-03-29 11:53 ` steven at gcc dot gnu dot org [this message]
2005-03-29 12:29 ` [Bug middle-end/20648] [4.0/4.1 " steven at gcc dot gnu dot org
2005-03-30 18:57 ` steven at gcc dot gnu dot org
2005-04-03 11:28 ` cvs-commit at gcc dot gnu dot org
2005-04-03 12:49 ` steven at gcc dot gnu dot org
2005-04-03 13:24 ` schwab at suse dot de
2005-04-07  9:03 ` schwab at suse dot de
2005-04-07  9:06 ` [Bug middle-end/20648] [4.0 " steven at gcc dot gnu dot org
2005-04-07  9:06 ` pinskia at gcc dot gnu dot org
2005-04-07  9:10 ` steven at gcc dot gnu dot org
2005-04-07 14:22 ` cvs-commit at gcc dot gnu dot org
2005-04-07 14:45 ` schwab at suse dot de

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=20050328215703.11993.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).