public inbox for gcc-bugs@sourceware.org
help / color / mirror / Atom feed
* [Bug java/18682] New: gcj doesnt reject invalid code
@ 2004-11-26 17:12 konqueror at gmx dot de
  2004-11-26 17:13 ` [Bug java/18682] " konqueror at gmx dot de
                   ` (2 more replies)
  0 siblings, 3 replies; 4+ messages in thread
From: konqueror at gmx dot de @ 2004-11-26 17:12 UTC (permalink / raw)
  To: gcc-bugs

GCJ does not reject the following invalid code: 
 
public class NullTest 
{ 
  public static void main (String[] args) 
  { 
    int index = 1; 
    if (index == null) 
      index++; 
  } 
}

-- 
           Summary: gcj doesnt reject invalid code
           Product: gcc
           Version: 4.0.0
            Status: UNCONFIRMED
          Severity: normal
          Priority: P2
         Component: java
        AssignedTo: unassigned at gcc dot gnu dot org
        ReportedBy: konqueror at gmx dot de
                CC: gcc-bugs at gcc dot gnu dot org,java-prs at gcc dot gnu
                    dot org
 GCC build triplet: i686-pc-linux-gnu
  GCC host triplet: i686-pc-linux-gnu
GCC target triplet: i686-pc-linux-gnu


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


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

end of thread, other threads:[~2005-02-02 13:08 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2004-11-26 17:12 [Bug java/18682] New: gcj doesnt reject invalid code konqueror at gmx dot de
2004-11-26 17:13 ` [Bug java/18682] " konqueror at gmx dot de
2004-11-26 17:46 ` pinskia at gcc dot gnu dot org
2005-02-02 13:08 ` rmathew 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).