public inbox for java-prs@sourceware.org
help / color / mirror / Atom feed
From: "aph at gcc dot gnu dot org" <gcc-bugzilla@gcc.gnu.org>
To: java-prs@gcc.gnu.org
Subject: [Bug tree-optimization/27590] [regression] ICE when compiling catalina.jar from tomcat 5.0.30
Date: Mon, 15 May 2006 11:25:00 -0000	[thread overview]
Message-ID: <20060515112549.9002.qmail@sourceware.org> (raw)
In-Reply-To: <bug-27590-3744@http.gcc.gnu.org/bugzilla/>



------- Comment #6 from aph at gcc dot gnu dot org  2006-05-15 11:25 -------
Failed in link_block during finish_eh_generation ():

/* Link block B to chain after AFTER.  */
void
link_block (basic_block b, basic_block after)
{
  b->next_bb = after->next_bb;
  b->prev_bb = after;
  after->next_bb = b;
  b->next_bb->prev_bb = b;
}

#0  link_block (b=0x2aaaaaef5680, 
    after=0x0)
    at /home/aph/gcc/trunk/gcc/cfg.c:144

AFTER is NULL, so there is inevitably a SEGV.


-- 

aph at gcc dot gnu dot org changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
      Known to fail|                            |4.1.0 4.2.0
      Known to work|                            |4.0.3


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


  parent reply	other threads:[~2006-05-15 11:25 UTC|newest]

Thread overview: 13+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2006-05-13 17:20 [Bug java/27590] New: " konqueror at gmx dot de
2006-05-13 17:22 ` [Bug java/27590] " konqueror at gmx dot de
2006-05-13 17:27 ` konqueror at gmx dot de
2006-05-13 17:54 ` [Bug tree-optimization/27590] " aph at gcc dot gnu dot org
2006-05-15 10:59 ` aph at gcc dot gnu dot org
2006-05-15 11:19 ` aph at gcc dot gnu dot org
2006-05-15 11:21 ` aph at gcc dot gnu dot org
2006-05-15 11:25 ` aph at gcc dot gnu dot org [this message]
2006-05-15 11:51 ` aph at gcc dot gnu dot org
2006-05-29 22:46 ` [Bug middle-end/27590] [4.1/4.2 Regression] " pinskia at gcc dot gnu dot org
2006-06-04 19:02 ` mmitchel at gcc dot gnu dot org
2006-08-28 16:56 ` aph at gcc dot gnu dot org
2006-11-27  2:58 ` [Bug middle-end/27590] [4.1/4.2/4.3 " 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=20060515112549.9002.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).