This is the mail archive of the gcc-patches@gcc.gnu.org mailing list for the GCC project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Re: java/7738 Patch: Turn off assert keyword recognition


Anthony Green wrote:

2002-09-28  Anthony Green  <green@redhat.com>

	* gcj.texi (Invoking jv-scan): Add --no-assert documentation.
	(Code Generation): Add -fno-assert documentation.
gcj.texi:643: No matching `@end table'.
makeinfo: Removing output file `gcj.info' due to errors; use --force to preserve.
make[2]: *** [../../gcc/gcc/java/gcj.info] Error 2
make[2]: Leaving directory `/mnt/cvs/objdir/gcc'
make[1]: *** [stage1_build] Error 2
make[1]: Leaving directory `/mnt/cvs/objdir/gcc'
make: *** [bootstrap] Error 2


Is this the correct fix?

Regards,
Andreas


--- gcj.texi.orig Mon Sep 30 18:46:50 2002
+++ gcj.texi Mon Sep 30 18:47:37 2002
@@ -645,7 +645,6 @@
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.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]