lang-options.h: Add flag_check_references.
authorAndrew Haley <aph@cambridge.redhat.com>
Thu, 5 Apr 2001 18:10:36 +0000 (18:10 +0000)
committerAndrew Haley <aph@gcc.gnu.org>
Thu, 5 Apr 2001 18:10:36 +0000 (18:10 +0000)
2001-03-27  Andrew Haley  <aph@cambridge.redhat.com>

        * lang-options.h: Add flag_check_references.

From-SVN: r41124

gcc/java/ChangeLog
gcc/java/lang-options.h

index 8e4afa3af7841db1dee4083e3e7c193dc60c533a..252fc040f249a39c119e04581e7d085e1187f543 100644 (file)
@@ -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.
index f65bb459beeeabc69def0109b50b7965b65e400a..e41e8a6ff169e1b01cbdbd002092fdf3feb9aecd 100644 (file)
@@ -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"},