2003-12-26 Guilhem Lavaux <guilhem@kaffe.org>
[official-gcc.git] / gcc / java / lang.opt
blob987eb82e444147415ab379d3598266fb4a1fb0db
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
9 ; version.
10
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
14 ; for more details.
15
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
19 ; 02111-1307, USA.
21 ; See c.opt for a description of this file's format.
23 ; Please try to keep this file in ASCII collating order.
25 Language
26 Java
29 Java Joined
30 ; Documented for C
33 Java
34 ; Documented for C
36 MD_
37 Java Undocumented
38 ; Documented for C
41 Java Separate
42 ; Documented for C
45 Java
46 ; Documented for C
48 MMD_
49 Java Undocumented
50 ; Documented for C
53 Java
54 ; Documented for C
57 Java Separate
58 ; Documented for C
60 Wall
61 Java
62 ; Documented for C
64 Wdeprecated
65 Java
66 Warn if deprecated class, method, or field is used
68 Wextraneous-semicolon
69 Java
70 Warn if deprecated empty statements are found
72 Wout-of-date
73 Java
74 Warn if .class files are out of date
76 Wredundant-modifiers
77 Java
78 Warn if modifiers are specified when not necessary
80 fCLASSPATH=
81 Java JoinedOrMissing RejectNegative
82 --CLASSPATH     Deprecated; use --classpath instead
84 fassert
85 Java
87 fassume-compiled
88 Java
90 fassume-compiled=
91 Java JoinedOrMissing
93 fbootclasspath=
94 Java JoinedOrMissing RejectNegative
95 --bootclasspath=<path>  Replace system path
97 fcheck-references
98 Java
100 fclasspath=
101 Java JoinedOrMissing RejectNegative
102 --classpath=<path>      Set class path
104 fcompile-resource=
105 Java Joined RejectNegative
107 fdump-
108 Java Joined RejectNegative
110 femit-class-file
111 Java
113 femit-class-files
114 Java
116 fencoding=
117 Java Joined RejectNegative
118 --encoding=<encoding>   Choose input encoding (defaults from your locale)
120 fextdirs=
121 Java Joined RejectNegative
123 ffilelist-file
124 Java
126 fforce-classes-archive-check
127 Java
128 Always check for non gcj generated classes archives
130 fhash-synchronization
131 Java
133 findirect-dispatch
134 Java
135 Use offset tables for virtual method calls
137 finline-functions
138 Java
140 fjni
141 Java
142 Assume native functions are implemented using JNI
144 foptimize-static-class-initialization
145 Java
146 Enable optimization of static class initialization code
148 foutput-class-dir=
149 Java Joined RejectNegative
151 fstore-check
152 Java
153 Enable assignability checks for stores into object arrays
155 fuse-boehm-gc
156 Java
158 fuse-divide-subroutine
159 Java
161 version
162 Java
164 ; This comment is to ensure we retain the blank line above.