diff options
Diffstat (limited to 'gcc')
-rw-r--r-- | gcc/java/ChangeLog | 4 | ||||
-rw-r--r-- | gcc/java/lang-options.h | 1 |
2 files changed, 5 insertions, 0 deletions
diff --git a/gcc/java/ChangeLog b/gcc/java/ChangeLog index 8e4afa3..252fc04 100644 --- a/gcc/java/ChangeLog +++ b/gcc/java/ChangeLog @@ -1,3 +1,7 @@ +2001-03-27 Andrew Haley <aph@cambridge.redhat.com> + + * lang-options.h: Add flag_check_references. + 2001-04-04 Per Bothner <per@bothner.com> * java-tree.h (CONSTANT_VALUE_P): New macro. diff --git a/gcc/java/lang-options.h b/gcc/java/lang-options.h index f65bb45..e41e8a6 100644 --- a/gcc/java/lang-options.h +++ b/gcc/java/lang-options.h @@ -45,6 +45,7 @@ DEFINE_LANG_NAME ("Java") { "-foutput-class-dir", "Directory where class files should be written" }, { "-fuse-divide-subroutine", "" }, { "-fno-use-divide-subroutine", "Use built-in instructions for division" }, + { "-fcheck-references", "Generate null pointer checks inline" }, { "-Wredundant-modifiers", "Warn if modifiers are specified when not necessary"}, { "-Wextraneous-semicolon", "Warn if deprecated empty statements are found"}, |