public inbox for gcc-prs@sourceware.org
help / color / mirror / Atom feed
From: Alexandre Petit-Bianco <apbianco@cygnus.com>
To: apbianco@gcc.gnu.org
Cc: gcc-prs@gcc.gnu.org
Subject: Re: java/4158: ICE in generate_bytecode_conditional(); SP mismatch
Date: Sat, 22 Sep 2001 10:36:00 -0000	[thread overview]
Message-ID: <20010922173600.17560.qmail@sourceware.cygnus.com> (raw)

The following reply was made to PR java/4158; it has been noted by GNATS.

From: Alexandre Petit-Bianco <apbianco@cygnus.com>
To: David Brownell <david-b@pacbell.net>
Cc: gcc-gnats@gcc.gnu.org
Subject: Re: java/4158: ICE in generate_bytecode_conditional(); SP mismatch
Date: Sat, 22 Sep 2001 10:35:25 -0700 (PDT)

 David Brownell writes:
 
 > However, I also got this when I ran a command ... at least
 > some of the code being generated doesn't verify using
 > Sun's JDK 1.3.0. 
 
 Interesting. Could you try modifying NamespaceSupport.java like so and
 give it an other try?
 
 Thank you.
 
 ./A
 
 --- NamespaceSupport.java~	Fri Jul 14 17:30:44 2000
 +++ NamespaceSupport.java	Sat Sep 22 10:34:06 2001
 @@ -118,7 +118,8 @@ public class NamespaceSupport
      {
 	contexts = new Context[32];
 	contextPos = 0;
 -	contexts[contextPos] = currentContext = new Context();
 +	currentContext = new Context();
 +	contexts[contextPos] = currentContext
 	currentContext.declarePrefix("xml", XMLNS);
      }
  


             reply	other threads:[~2001-09-22 10:36 UTC|newest]

Thread overview: 5+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2001-09-22 10:36 Alexandre Petit-Bianco [this message]
  -- strict thread matches above, loose matches on Subject: below --
2002-01-27 15:56 rodrigc
2001-09-22 11:26 David Brownell
2001-09-07  9:47 apbianco
2001-08-28 12:46 david-b

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=20010922173600.17560.qmail@sourceware.cygnus.com \
    --to=apbianco@cygnus.com \
    --cc=apbianco@gcc.gnu.org \
    --cc=gcc-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).