public inbox for gcc-prs@sourceware.org
help / color / mirror / Atom feed
From: david-b@pacbell.net
To: gcc-gnats@gcc.gnu.org
Subject: java/4158: ICE in generate_bytecode_conditional(); SP mismatch
Date: Tue, 28 Aug 2001 12:46:00 -0000	[thread overview]
Message-ID: <20010828194131.17836.qmail@sourceware.cygnus.com> (raw)

>Number:         4158
>Category:       java
>Synopsis:       ICE in generate_bytecode_conditional(); SP mismatch
>Confidential:   no
>Severity:       serious
>Priority:       medium
>Responsible:    unassigned
>State:          open
>Class:          ice-on-legal-code
>Submitter-Id:   net
>Arrival-Date:   Tue Aug 28 12:46:01 PDT 2001
>Closed-Date:
>Last-Modified:
>Originator:     david-b@pacbell.net
>Release:        gcj 3.0
>Organization:
>Environment:
Linux 2.4.7 kernel, RedHat 7.0
i686-pc-linux-gnu
gcj configured --enable-threads=posix --enable-languages=c++,java --enable-checking
>Description:
        ICE reported:
          gcj -femit-class-files -Isource -foutput-class-dir=bin ...
./source/gnu/xml/dom/JAXPFactory.java: In class `':
./source/gnu/xml/dom/JAXPFactory.java: In method `(org.xml.sax.XMLReader,gnu.xml.dom.JAXPFactory)':
./source/gnu/xml/dom/JAXPFactory.java:162: Internal compiler error in generate_bytecode_conditional, at java/jcf-write.c:1350
Please submit a full bug report,
with preprocessed source if appropriate.
        This particular line of code is the "if":
            // if validating, default to treating validity errors as fatal
            if (factory.isValidating ())
                producer.setErrorHandler (this);
        This is a static final inner class.
        "factory" an instance of the enclosing (public final) class.
        "isValidating" is inherited from its (abstract) superclass.

Notice:  (a) ICE, (b) bogus diagnostic for classname

The ICE is essentially for an assertion
that state->code_SP didn't change (presumably,
while compiling that "if").
>How-To-Repeat:
        Get a current copy, from CVS, of the GNU JAXP project.
        That's CVS from http://savannah.gnu.org/software/classpathx ,
        the "jaxp" module. (The file in question is version
        1.3 in my version, dated 2001/6/24)

        Configure; change the JAVAC line in Makefile to 
JAVAC = gcj -femit-class-files -Isource -foutput-class-dir=$(CC-DESTDIR)
        Make.  See the ICE.
>Fix:
none known.  It may be that more current
versions of GCJ don't have this ICE.
>Release-Note:
>Audit-Trail:
>Unformatted:


             reply	other threads:[~2001-08-28 12:46 UTC|newest]

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

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=20010828194131.17836.qmail@sourceware.cygnus.com \
    --to=david-b@pacbell.net \
    --cc=gcc-gnats@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).