public inbox for java-prs@sourceware.org
help / color / mirror / Atom feed
* [Bug java/19713] New: ICE with (void) parameter list
@ 2005-01-30 18:13 kon at iki dot fi
  2005-01-30 18:14 ` [Bug java/19713] " pinskia at gcc dot gnu dot org
  2005-09-30  5:28 ` pinskia at gcc dot gnu dot org
  0 siblings, 2 replies; 3+ messages in thread
From: kon at iki dot fi @ 2005-01-30 18:13 UTC (permalink / raw)
  To: java-prs

$ cat void.java
class X {
    void y(void) {
    }
}
$ gcj -v -C void.java
Using built-in specs.
Configured with: /home/kalle/src/FOREIGN-CVS/gcc/configure --prefix=/home/kalle
--exec-prefix=/home/kalle/i386-pc-linux-gnu --host=i386-pc-linux-gnu
--build=i386-pc-linux-gnu
Thread model: posix
gcc version 4.0.0 20050129 (experimental)

/home/kalle/stow/gcc/i386-pc-linux-gnu/bin/../libexec/gcc/i386-pc-linux-gnu/4.0.0/jc1 void.java -quiet -dumpbase void.java -auxbase-strip NONE -g1 -version
-fsyntax-only -femit-class-files -o /dev/null
GNU Java version 4.0.0 20050129 (experimental) (i386-pc-linux-gnu)
	compiled by GNU C version 4.0.0 20050103 (experimental).
GGC heuristics: --param ggc-min-expand=30 --param ggc-min-heapsize=4096
Class path starts here:
    /home/kalle/pikkuohjelmat/java/
   
/home/kalle/stow/gcc/i386-pc-linux-gnu/bin/../lib/gcc/../../../share/java/libgcj-4.0.0.jar/ (system) (zip)
void.java:2: error: ')' expected.
       void y(void) {
              ^
void.java:2: internal compiler error: tree check: expected tree_list, have
expr_with_file_location in method_header, at java/parse.y:4691
Please submit a full bug report,
with preprocessed source if appropriate.
See <URL:http://gcc.gnu.org/bugs.html> for instructions.

-- 
           Summary: ICE with (void) parameter list
           Product: gcc
           Version: 4.0.0
            Status: UNCONFIRMED
          Severity: minor
          Priority: P2
         Component: java
        AssignedTo: unassigned at gcc dot gnu dot org
        ReportedBy: kon at iki dot fi
                CC: gcc-bugs at gcc dot gnu dot org,java-prs at gcc dot gnu
                    dot org
 GCC build triplet: i386-pc-linux-gnu
  GCC host triplet: i386-pc-linux-gnu
GCC target triplet: i386-pc-linux-gnu


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


^ permalink raw reply	[flat|nested] 3+ messages in thread

* [Bug java/19713] ICE with (void) parameter list
  2005-01-30 18:13 [Bug java/19713] New: ICE with (void) parameter list kon at iki dot fi
@ 2005-01-30 18:14 ` pinskia at gcc dot gnu dot org
  2005-09-30  5:28 ` pinskia at gcc dot gnu dot org
  1 sibling, 0 replies; 3+ messages in thread
From: pinskia at gcc dot gnu dot org @ 2005-01-30 18:14 UTC (permalink / raw)
  To: java-prs


------- Additional Comments From pinskia at gcc dot gnu dot org  2005-01-30 18:14 -------
Confirmed.

-- 
           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|UNCONFIRMED                 |NEW
     Ever Confirmed|                            |1
           Keywords|                            |error-recovery, ice-on-
                   |                            |invalid-code
   Last reconfirmed|0000-00-00 00:00:00         |2005-01-30 18:14:40
               date|                            |


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


^ permalink raw reply	[flat|nested] 3+ messages in thread

* [Bug java/19713] ICE with (void) parameter list
  2005-01-30 18:13 [Bug java/19713] New: ICE with (void) parameter list kon at iki dot fi
  2005-01-30 18:14 ` [Bug java/19713] " pinskia at gcc dot gnu dot org
@ 2005-09-30  5:28 ` pinskia at gcc dot gnu dot org
  1 sibling, 0 replies; 3+ messages in thread
From: pinskia at gcc dot gnu dot org @ 2005-09-30  5:28 UTC (permalink / raw)
  To: java-prs


------- Additional Comments From pinskia at gcc dot gnu dot org  2005-09-30 05:28 -------
I see this a lot when I accidently write java code after having writting C and C++ code.

-- 
           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |pinskia at gcc dot gnu dot
                   |                            |org
  GCC build triplet|i386-pc-linux-gnu           |
   GCC host triplet|i386-pc-linux-gnu           |
 GCC target triplet|i386-pc-linux-gnu           |
   Last reconfirmed|2005-05-01 02:37:15         |2005-09-30 05:28:54
               date|                            |


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


^ permalink raw reply	[flat|nested] 3+ messages in thread

end of thread, other threads:[~2005-09-30  5:28 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2005-01-30 18:13 [Bug java/19713] New: ICE with (void) parameter list kon at iki dot fi
2005-01-30 18:14 ` [Bug java/19713] " pinskia at gcc dot gnu dot org
2005-09-30  5:28 ` pinskia at gcc dot gnu dot org

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).