public inbox for java-prs@sourceware.org
help / color / mirror / Atom feed
From: "cconway at lucent dot com" <gcc-bugzilla@gcc.gnu.org>
To: java-prs@gcc.gnu.org
Subject: [Bug java/16181] New: dequeue_and_dump: accessed operand 1 of this with 0 operands
Date: Thu, 24 Jun 2004 18:57:00 -0000	[thread overview]
Message-ID: <20040624185519.16181.cconway@lucent.com> (raw)

I'm seeing the following error when I try to dump the parse tree from a java
program (the syntax errors are irrelevant and can be ignored):

% gcj -v -fsyntax-only -fdump-translation-unit ParametersDialog.java
Reading specs from
/n/nbu/nbu/kedar/gcc/builds/linux_pc/bin/../lib/gcc/i686-pc-linux-gnu/3.5.0/specs
Configured with: ../../../src/configure --prefix=/nbu/kedar/gcc/builds/linux_pc
--disable-nls --enable-languages=c,c++,java
Thread model: posix
gcc version 3.5.0 20040607 (experimental)
 /n/nbu/nbu/kedar/gcc/builds/linux_pc/bin/../libexec/gcc/i686-pc-linux-gnu/3.5.0/jc1
ParametersDialog.java -quiet -dumpbase ParametersDialog.java -mtune=pentiumpro
-auxbase ParametersDialog -g1 -version -fsyntax-only -fdump-translation-unit -o
/dev/null
GNU Java version 3.5.0 20040607 (experimental) (i686-pc-linux-gnu)
        compiled by GNU C version 3.5.0 20040607 (experimental).
GGC heuristics: --param ggc-min-expand=30 --param ggc-min-heapsize=4096
Class path starts here:
    ./
   
/n/nbu/nbu/kedar/gcc/builds/linux_pc/bin/../lib/gcc/../../share/java/libgcj-3.5.0.jar/
(system) (zip)
ParametersDialog.java:22: error: Class or interface
`tsafe.engine.EngineParameters' not found in import.
   import tsafe.engine.EngineParameters;
          ^
ParametersDialog.java:36: error: Type `EngineParameters' not found in
declaration of field `parameters'.
       private EngineParameters parameters;
               ^
ParametersDialog.java:64: error: Type `TsafeClient' not found in the declaration
of the argument `client' of method `<init>'.
       public ParametersDialog(TsafeClient client, EngineParameters parameters) {
                               ^
ParametersDialog.java:64: error: Type `EngineParameters' not found in the
declaration of the argument `parameters' of method `<init>'.
       public ParametersDialog(TsafeClient client, EngineParameters parameters) {
                                                   ^
4 errors
ParametersDialog.java:0: internal compiler error: tree check: accessed operand 1
of this with 0 operands in dequeue_and_dump, at tree-dump.c:431
Please submit a full bug report,
with preprocessed source if appropriate.
See <URL:http://gcc.gnu.org/bugs.html> for instructions.

I can't figure out how to attach a .java file, so I'll commit this bug and try
to attach it post facto.

-- 
           Summary: dequeue_and_dump: accessed operand 1 of this with 0
                    operands
           Product: gcc
           Version: 3.5.0
            Status: UNCONFIRMED
          Severity: normal
          Priority: P2
         Component: java
        AssignedTo: unassigned at gcc dot gnu dot org
        ReportedBy: cconway at lucent dot com
                CC: gcc-bugs at gcc dot gnu dot org,java-prs at gcc dot gnu
                    dot org


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


             reply	other threads:[~2004-06-24 18:55 UTC|newest]

Thread overview: 9+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2004-06-24 18:57 cconway at lucent dot com [this message]
2004-06-24 18:58 ` [Bug java/16181] " cconway at lucent dot com
2004-06-24 19:06 ` cconway at lucent dot com
2004-06-24 20:40 ` pinskia at gcc dot gnu dot org
2004-06-25 19:56 ` mckinlay at redhat dot com
2004-06-27  8:39 ` mckinlay at redhat dot com
2004-06-28 16:11 ` cconway at lucent dot com
2004-06-29  3:33 ` pinskia at gcc dot gnu dot org
2004-07-10  0:33 ` 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=20040624185519.16181.cconway@lucent.com \
    --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).