Java: Check null pointers

Andrew Haley aph@cambridge.redhat.com
Tue Mar 27 07:34:00 GMT 2001


The options help for this patch was missing.
Andrew.
2001年03月27日 Andrew Haley <aph@cambridge.redhat.com>
	* lang-options.h: Add flag_check_references.
Index: java/lang-options.h
===================================================================
RCS file: /cvs/gcc/gcc/gcc/java/lang-options.h,v
retrieving revision 1.24
diff -u -r1.24 lang-options.h
--- lang-options.h	2001年03月23日 19:42:25	1.24
+++ lang-options.h	2001年03月27日 15:33:48
@@ -45,6 +45,8 @@
 { "-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" },
+ { "-fno-check-references", "Don't generate null pointer checks inline" },
 { "-Wredundant-modifiers", 
 "Warn if modifiers are specified when not necessary"},
 { "-Wextraneous-semicolon", "Warn if deprecated empty statements are found"},


More information about the Java mailing list

AltStyle によって変換されたページ (->オリジナル) /