public inbox for gcc-prs@sourceware.org
help / color / mirror / Atom feed
From: David Brownell <david-b@pacbell.net>
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 11:26:00 -0000	[thread overview]
Message-ID: <20010922182601.26728.qmail@sourceware.cygnus.com> (raw)

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

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

 No change.  Perhaps it's related to "Context" being an inner class?
 I know compiling inner classes needed fixes in the 3.1 tree.
 
 By the way, that was compiling with a file-at-a-time shell script.
 If I just use the Makefile there (after enabling GCJ and adding
 the -fsyntax-only flag) there is a segfault during compilation:
 
   mkdir -p bin
   if [ -e filelist.mak ] ; then \
     gcj -fsyntax-only -femit-class-files -Isource -foutput-class-dir=bin @filelist.mak  ; \
     rm filelist.mak ; \
   fi
   ./source/gnu/xml/dom/Consumer.java:0: Internal error: Segmentation fault
   Please submit a full bug report,
   with preprocessed source if appropriate.
   See <URL: http://www.gnu.org/software/gcc/bugs.html > for instructions.
 
 That file compiled when not using the @filelist.mak invocation, though
 I had to make the shell script "mkdir -p bin/gnu/xml/dom" first.
 
 - Dave
 
 
 ----- Original Message ----- 
 From: "Alexandre Petit-Bianco" <apbianco@cygnus.com>
 To: "David Brownell" <david-b@pacbell.net>
 Cc: <gcc-gnats@gcc.gnu.org>
 Sent: Saturday, September 22, 2001 10:35 AM
 Subject: Re: java/4158: ICE in generate_bytecode_conditional(); SP mismatch
 
 
 > 
 > 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 11:26 UTC|newest]

Thread overview: 5+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2001-09-22 11:26 David Brownell [this message]
  -- strict thread matches above, loose matches on Subject: below --
2002-01-27 15:56 rodrigc
2001-09-22 10:36 Alexandre Petit-Bianco
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=20010922182601.26728.qmail@sourceware.cygnus.com \
    --to=david-b@pacbell.net \
    --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).