Bug#102353: marked as done ([fixed in gcj-3.1, PR java/3492] -fno-bounds-check in combination with -W gives strange message)

2003-01-11 Thread Debian Bug Tracking System
2001 15:16:11 +0200 From: Patrik Hagglund <[EMAIL PROTECTED]> To: Debian Bug Tracking System <[EMAIL PROTECTED]> Subject: -fno-bounds-check in combination with -W gives strange message X-Reportbug-Version: 1.18 X-Mailer: reportbug 1.18 Date: Tue, 26 Jun 2001 15:16:11 +0200 Message-Id:

-fno-bounds-check in combination with -W gives strange message

2001-06-30 Thread Matthias Klose
>Submitter-Id: net >Originator:Patrik Hagglund <[EMAIL PROTECTED]> >Organization: The Debian project >Confidential: no >Synopsis: -fno-bounds-check in combination with -W gives strange message >Severity: non-critical >Priority: low >Category

Bug#102353: -fno-bounds-check in combination with -W gives strange message

2001-06-26 Thread Patrik Hagglund
Package: gcj-3.0 Version: 1:3.0-3 Severity: normal > Hello.java << EOF public class Hello { public static void main(String[] args) { System.out.println("Hello!"); } } EOF gcj -W -fno-bounds-check --main=Hello Hello.java jc1: warning: Ignoring command line option