aboutsummaryrefslogtreecommitdiff
path: root/gcc/java/gcj.texi
diff options
context:
space:
mode:
authorAnthony Green <green@redhat.com>2002-09-30 14:57:43 +0000
committerAnthony Green <green@gcc.gnu.org>2002-09-30 14:57:43 +0000
commitacc59b855d7e95215412c2c86a6865595245be36 (patch)
tree4cb01f295ad7fd212fe7d141eec414cf205cef3b /gcc/java/gcj.texi
parent48ddd46c41cb690543ffc86828d664ce78af6122 (diff)
downloadgcc-acc59b855d7e95215412c2c86a6865595245be36.zip
gcc-acc59b855d7e95215412c2c86a6865595245be36.tar.gz
gcc-acc59b855d7e95215412c2c86a6865595245be36.tar.bz2
Add -fno-assert flag.
From-SVN: r57649
Diffstat (limited to 'gcc/java/gcj.texi')
-rw-r--r--gcc/java/gcj.texi14
1 files changed, 12 insertions, 2 deletions
diff --git a/gcc/java/gcj.texi b/gcc/java/gcj.texi
index bb45c4b..8acf3a3 100644
--- a/gcc/java/gcj.texi
+++ b/gcc/java/gcj.texi
@@ -428,6 +428,10 @@ using JNI, then you must use @code{-fjni}. This option causes
@command{gcj} to generate stubs which will invoke the underlying JNI
methods.
+@item -fno-assert
+Don't recognize the @code{assert} keyword. This is for compatibility
+with older versions of the language specification.
+
@item -fno-optimize-static-class-initialization
When the optimization level is greater or equal to @code{-O2},
@command{gcj} will try to optimize the way calls into the runtime are made
@@ -622,8 +626,9 @@ source file (@file{.java} file).
@ignore
@c man begin SYNOPSIS jv-scan
-jv-scan [@option{--complexity}] [@option{--encoding}=@var{name}]
- [@option{--print-main}] [@option{--list-class}] [@option{--list-filename}]
+jv-scan [@option{--no-assert}] [@option{--complexity}]
+ [@option{--encoding}=@var{name}] [@option{--print-main}]
+ [@option{--list-class}] [@option{--list-filename}]
[@option{--version}] [@option{--help}]
[@option{-o} @var{file}] @var{inputfile}@dots{}
@c man end
@@ -636,6 +641,11 @@ and the Info entries for @file{gcj} and @file{gcc}.
@c man begin OPTIONS jv-scan
@table @gcctabopt
+@item --no-assert
+Don't recognize the @code{assert} keyword, for backwards compatibility
+with older versions of the language specification.
+
+@table @gcctabopt
@item --complexity
This prints a complexity measure, related to cyclomatic complexity, for
each input file.