1 ; Options for the Java front end.
2 ; Copyright (C) 2003 Free Software Foundation, Inc.
4 ; This file is part of GCC.
6 ; GCC is free software; you can redistribute it and/or modify it under
7 ; the terms of the GNU General Public License as published by the Free
8 ; Software Foundation; either version 2, or (at your option) any later
11 ; GCC is distributed in the hope that it will be useful, but WITHOUT ANY
12 ; WARRANTY; without even the implied warranty of MERCHANTABILITY or
13 ; FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License
16 ; You should have received a copy of the GNU General Public License
17 ; along with GCC; see the file COPYING. If not, write to the Free
18 ; Software Foundation, 59 Temple Place - Suite 330, Boston, MA
21 ; See c.opt for a description of this file's format.
23 ; Please try to keep this file in ASCII collating order.
66 Warn if deprecated class, method, or field is used
70 Warn if deprecated empty statements are found
74 Warn if .class files are out of date
78 Warn if modifiers are specified when not necessary
81 Java JoinedOrMissing RejectNegative
82 --CLASSPATH Deprecated; use --classpath instead
106 Java JoinedOrMissing RejectNegative
107 --bootclasspath=<path> Replace system path
113 Java JoinedOrMissing RejectNegative
114 --classpath=<path> Set class path
117 Java Joined RejectNegative
120 Java Joined RejectNegative
129 Java Joined RejectNegative
130 --encoding=<encoding> Choose input encoding (defaults from your locale)
133 Java Joined RejectNegative
138 fforce-classes-archive-check
140 Always check for non gcj generated classes archives
142 fhash-synchronization
147 Use offset tables for virtual method calls
154 Assume native functions are implemented using JNI
156 foptimize-static-class-initialization
158 Enable optimization of static class initialization code
161 Java Joined RejectNegative
165 Enable assignability checks for stores into object arrays
170 fuse-divide-subroutine
176 ; This comment is to ensure we retain the blank line above.