1 ; Options for the Java front end.
2 ; Copyright (C) 2003, 2005 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 the GCC internals manual for a description of this file's format.
23 ; Please try to keep this file in ASCII collating order.
65 Java Var(warn_deprecated) VarExists
66 Warn if a deprecated compiler feature, class, method, or field is used
69 Java Var(flag_extraneous_semicolon)
70 Warn if deprecated empty statements are found
73 Java Var(flag_newer) Init(1)
74 Warn if .class files are out of date
77 Java Var(flag_redundant)
78 Warn if modifiers are specified when not necessary
81 Java JoinedOrMissing RejectNegative
82 --CLASSPATH Deprecated; use --classpath instead
85 Java Var(flag_assert) Init(1)
86 Permit the use of the assert keyword
107 Java JoinedOrMissing RejectNegative
108 --bootclasspath=<path> Replace system path
111 Java Var(flag_check_references)
112 Generate checks for references to NULL
115 Java JoinedOrMissing RejectNegative
116 --classpath=<path> Set class path
119 Java Joined RejectNegative
122 Java Var(flag_emit_class_files) VarExists
126 Java Var(flag_emit_class_files)
127 Alias for -femit-class-file
130 Java Joined RejectNegative
131 --encoding=<encoding> Choose input encoding (defaults from your locale)
134 Java Joined RejectNegative
135 --extdirs=<path> Set the extension directory path
138 Java Var(flag_filelist_file)
139 Input file is a file with a list of filenames to compile
141 fforce-classes-archive-check
142 Java Var(flag_force_classes_archive_check)
143 Always check for non gcj generated classes archives
145 fhash-synchronization
146 Java Var(flag_hash_synchronization)
147 Assume the runtime uses a hash table to map an object to its synchronization structure
150 Java Var(flag_indirect_dispatch)
151 Use offset tables for virtual method calls
158 Assume native functions are implemented using JNI
160 foptimize-static-class-initialization
161 Java Var(flag_optimize_sci)
162 Enable optimization of static class initialization code
165 Java Joined RejectNegative
168 Java Var(flag_store_check) Init(1)
169 Enable assignability checks for stores into object arrays
172 Java Var(flag_use_boehm_gc)
173 Generate code for the Boehm GC
175 fuse-divide-subroutine
176 Java Var(flag_use_divide_subroutine) Init(1)
177 Call a library routine to do integer divisions
180 Java Var(flag_bootstrap_classes)
181 Generated should be loaded by bootstrap loader