OSDN Git Service

2004-08-06 Kelley Cook <kcook@gcc.gnu.org>
[pf3gnuchains/gcc-fork.git] / gcc / java / lang.opt
1 ; Options for the Java front end.
2 ; Copyright (C) 2003 Free Software Foundation, Inc.
3 ;
4 ; This file is part of GCC.
5 ;
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.
20
21 ; See c.opt for a description of this file's format.
22
23 ; Please try to keep this file in ASCII collating order.
24
25 Language
26 Java
27
28 I
29 Java Joined
30 ; Documented for C
31
32 M
33 Java
34 ; Documented for C
35
36 MD_
37 Java Undocumented
38 ; Documented for C
39
40 MF
41 Java Separate
42 ; Documented for C
43
44 MM
45 Java
46 ; Documented for C
47
48 MMD_
49 Java Undocumented
50 ; Documented for C
51
52 MP
53 Java
54 ; Documented for C
55
56 MT
57 Java Separate
58 ; Documented for C
59
60 Wall
61 Java
62 ; Documented for C
63
64 Wdeprecated
65 Java Var(flag_deprecated) Init(1)
66 Warn if deprecated class, method, or field is used
67
68 Wextraneous-semicolon
69 Java Var(flag_extraneous_semicolon)
70 Warn if deprecated empty statements are found
71
72 Wout-of-date
73 Java Var(flag_newer) Init(1)
74 Warn if .class files are out of date
75
76 Wredundant-modifiers
77 Java Var(flag_redundant)
78 Warn if modifiers are specified when not necessary
79
80 fCLASSPATH=
81 Java JoinedOrMissing RejectNegative
82 --CLASSPATH     Deprecated; use --classpath instead
83
84 fassert
85 Java Var(flag_assert) Init(1)
86 Permit the use of the assert keyword
87
88 fassume-compiled
89 Java
90
91 fassume-compiled=
92 Java JoinedOrMissing
93
94 fenable-assertions
95 Java
96
97 fenable-assertions=
98 Java JoinedOrMissing
99
100 fdisable-assertions
101 Java
102
103 fdisable-assertions=
104 Java JoinedOrMissing
105
106 fbootclasspath=
107 Java JoinedOrMissing RejectNegative
108 --bootclasspath=<path>  Replace system path
109
110 fcheck-references
111 Java Var(flag_check_references)
112 Generate checks for references to NULL
113
114 fclasspath=
115 Java JoinedOrMissing RejectNegative
116 --classpath=<path>      Set class path
117
118 fcompile-resource=
119 Java Joined RejectNegative
120
121 femit-class-file
122 Java Var(flag_emit_class_files) VarExists
123 Output a class file
124
125 femit-class-files
126 Java Var(flag_emit_class_files)
127 Alias for -femit-class-file
128
129 fencoding=
130 Java Joined RejectNegative
131 --encoding=<encoding>   Choose input encoding (defaults from your locale)
132
133 fextdirs=
134 Java Joined RejectNegative
135
136 ffilelist-file
137 Java Var(flag_filelist_file)
138 Input file is a file with a list of filenames to compile
139
140 fforce-classes-archive-check
141 Java Var(flag_force_classes_archive_check)
142 Always check for non gcj generated classes archives
143
144 fhash-synchronization
145 Java Var(flag_hash_synchronization)
146 Assume the runtime uses a hash table to map an object to its synchronization structure
147
148 findirect-dispatch
149 Java Var(flag_indirect_dispatch)
150 Use offset tables for virtual method calls
151
152 finline-functions
153 Java
154
155 fjni
156 Java Var(flag_jni)
157 Assume native functions are implemented using JNI
158
159 foptimize-static-class-initialization
160 Java Var(flag_optimize_sci)
161 Enable optimization of static class initialization code
162
163 foutput-class-dir=
164 Java Joined RejectNegative
165
166 fstore-check
167 Java Var(flag_store_check) Init(1)
168 Enable assignability checks for stores into object arrays
169
170 fuse-boehm-gc
171 Java Var(flag_use_boehm_gc)
172 Generate code for the Boehm GC
173
174 fuse-divide-subroutine
175 Java Var(flag_use_divide_subroutine) Init(1)
176 Call a library routine to do integer divisions
177
178 version
179 Java