public inbox for java-prs@sourceware.org
help / color / mirror / Atom feed
* [Bug java/14853] New: gcj doesnt reject invalid code with -c
@ 2004-04-05 15:04 konqueror at gmx dot de
  2004-04-05 15:05 ` [Bug java/14853] " konqueror at gmx dot de
                   ` (17 more replies)
  0 siblings, 18 replies; 19+ messages in thread
From: konqueror at gmx dot de @ 2004-04-05 15:04 UTC (permalink / raw)
  To: java-prs

When compiling the following code with "gcj -C" an error message orrurs 
correctly as with other java compilers too. With "gcj -c" this code gets 
compiled successfully (incorrectly) and works, but it should be rejected too. 
 
public class FinalTest 
{ 
public static void main (String[] args) 
{ 
        System.out = new java.io.PrintStream(null); 
} 
}

-- 
           Summary: gcj doesnt reject invalid code with -c
           Product: gcc
           Version: 3.5.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=14853


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

end of thread, other threads:[~2004-12-08 18:09 UTC | newest]

Thread overview: 19+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2004-04-05 15:04 [Bug java/14853] New: gcj doesnt reject invalid code with -c konqueror at gmx dot de
2004-04-05 15:05 ` [Bug java/14853] " konqueror at gmx dot de
2004-04-05 15:13 ` pinskia at gcc dot gnu dot org
2004-04-05 15:53 ` [Bug java/14853] [3.3/3.4/3.5 Regression] gcj doesnt reject invalid code when compiling natively pinskia at gcc dot gnu dot org
2004-06-06  3:58 ` giovannibajo at libero dot it
2004-06-12 21:56 ` mmitchel at gcc dot gnu dot org
2004-08-19 20:47 ` [Bug java/14853] [3.3/3.4/3.5 Regression] Assignment to final field permitted when compiling to native mmitchel at gcc dot gnu dot org
2004-11-01  0:45 ` [Bug java/14853] [3.3/3.4/4.0 " mmitchel at gcc dot gnu dot org
2004-12-04  0:29 ` tromey at gcc dot gnu dot org
2004-12-06 15:31 ` cvs-commit at gcc dot gnu dot org
2004-12-06 15:32 ` cvs-commit at gcc dot gnu dot org
2004-12-06 15:34 ` tromey at gcc dot gnu dot org
2004-12-06 18:31 ` [Bug java/14853] [3.3/3.4 " giovannibajo at libero dot it
2004-12-06 18:34 ` tromey at gcc dot gnu dot org
2004-12-06 18:38 ` giovannibajo at libero dot it
2004-12-07 17:07 ` tromey at gcc dot gnu dot org
2004-12-08 17:29 ` cvs-commit at gcc dot gnu dot org
2004-12-08 17:29 ` cvs-commit at gcc dot gnu dot org
2004-12-08 18:09 ` 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).