lang-options.h: Add flag_check_references.

2001-03-27  Andrew Haley  <aph@cambridge.redhat.com>

        * lang-options.h: Add flag_check_references.

From-SVN: r41124
This commit is contained in:
Andrew Haley 2001-04-05 18:10:36 +00:00 committed by Andrew Haley
parent 0ed0862080
commit 4956c16e5a
2 changed files with 5 additions and 0 deletions

View 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.

View 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"},