OSDN Git Service

2001-03-27 Andrew Haley <aph@cambridge.redhat.com>
authoraph <aph@138bc75d-0d04-0410-961f-82ee72b054a4>
Thu, 5 Apr 2001 18:10:36 +0000 (18:10 +0000)
committeraph <aph@138bc75d-0d04-0410-961f-82ee72b054a4>
Thu, 5 Apr 2001 18:10:36 +0000 (18:10 +0000)
        * lang-options.h: Add flag_check_references.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@41124 138bc75d-0d04-0410-961f-82ee72b054a4

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

index 8e4afa3..252fc04 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 f65bb45..e41e8a6 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"},