Commit 4956c16e by Andrew Haley Committed by Andrew Haley

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
parent 0ed08620
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.
......
......@@ -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"},
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment