+2005-09-26 Jason Merrill <jason@redhat.com>
+
+ * doc/invoke.texi: Clarify documentation of -fno-enforce-eh-specs.
+
2005-09-26 James E Wilson <wilson@specifix.com>
* config/ia64/crtbegin.asm, config/ia64/crtend.asm: Remove glibc
@item -fno-enforce-eh-specs
@opindex fno-enforce-eh-specs
-Don't check for violation of exception specifications at runtime. This
-option violates the C++ standard, but may be useful for reducing code
-size in production builds, much like defining @samp{NDEBUG}. The compiler
-will still optimize based on the exception specifications.
+Don't generate code to check for violation of exception specifications
+at runtime. This option violates the C++ standard, but may be useful
+for reducing code size in production builds, much like defining
+@samp{NDEBUG}. This does not give user code permission to throw
+exceptions in violation of the exception specifications; the compiler
+will still optimize based on the specifications, so throwing an
+unexpected exception will result in undefined behavior.
@item -ffor-scope
@itemx -fno-for-scope