public inbox for gcc-bugs@sourceware.org
help / color / mirror / Atom feed
* [Bug java/12459] New: Checks, schmecks, who needs'em.
@ 2003-09-30 11:17 suckfish at ihug dot co dot nz
  2003-09-30 11:25 ` [Bug java/12459] " suckfish at ihug dot co dot nz
                   ` (8 more replies)
  0 siblings, 9 replies; 10+ messages in thread
From: suckfish at ihug dot co dot nz @ 2003-09-30 11:17 UTC (permalink / raw)
  To: gcc-bugs

PLEASE REPLY TO gcc-bugzilla@gcc.gnu.org ONLY, *NOT* gcc-bugs@gcc.gnu.org.

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

           Summary: Checks, schmecks, who needs'em.
           Product: gcc
           Version: 3.3.1
            Status: UNCONFIRMED
          Severity: normal
          Priority: P2
         Component: java
        AssignedTo: unassigned at gcc dot gnu dot org
        ReportedBy: suckfish at ihug dot co dot nz
                CC: gcc-bugs at gcc dot gnu dot org

Unless I'm going completely mad, this is not valid code.

$ cat temp.java

class x
{
    int i;
}
 
class temp
{
 
    int foo()
    {
        return x.i;
    }
}

$ gcj -O2 -S temp.java

$ echo $?
0

I think gcj needs more people using it for real development - it's actually
fairly solid on code that compiles, it's just the typos that confuse it.


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

end of thread, other threads:[~2005-07-15 11:56 UTC | newest]

Thread overview: 10+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2003-09-30 11:17 [Bug java/12459] New: Checks, schmecks, who needs'em suckfish at ihug dot co dot nz
2003-09-30 11:25 ` [Bug java/12459] " suckfish at ihug dot co dot nz
2003-09-30 15:51 ` pinskia at gcc dot gnu dot org
2003-09-30 20:14 ` pinskia at gcc dot gnu dot org
2003-09-30 21:36 ` pinskia at gcc dot gnu dot org
2004-07-15  6:49 ` [Bug java/12459] Invalid inner class field access confusion pinskia at gcc dot gnu dot org
2004-07-22 21:56 ` pinskia at gcc dot gnu dot org
2005-02-01 18:03 ` kon at iki dot fi
2005-02-01 18:06 ` pinskia at gcc dot gnu dot org
2005-07-15 11:59 ` 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).