aboutsummaryrefslogtreecommitdiff
path: root/gcc/invoke.texi
diff options
context:
space:
mode:
authorJason Merrill <jason@casey.cygnus.com>2000-03-10 19:50:09 +0000
committerJason Merrill <jason@gcc.gnu.org>2000-03-10 14:50:09 -0500
commitdd1ba632e78c78e10bdc5c70fa07b1946ffa9ae9 (patch)
tree11522170f443932489f0ab341701a866c7b110ce /gcc/invoke.texi
parent8ad52449ba05e1481e381daebca6cf152ea68986 (diff)
downloadgcc-dd1ba632e78c78e10bdc5c70fa07b1946ffa9ae9.zip
gcc-dd1ba632e78c78e10bdc5c70fa07b1946ffa9ae9.tar.gz
gcc-dd1ba632e78c78e10bdc5c70fa07b1946ffa9ae9.tar.bz2
builtins.c (expand_builtin_strlen): Make sure that we have something at the beginning of the sequence.
* builtins.c (expand_builtin_strlen): Make sure that we have something at the beginning of the sequence. * toplev.c (rest_of_compilation): Also set TREE_NOTHROW for deferred inlines. * invoke.texi (C++ Dialect Options): Document -fno-enforce-eh-specs. From-SVN: r32473
Diffstat (limited to 'gcc/invoke.texi')
-rw-r--r--gcc/invoke.texi6
1 files changed, 6 insertions, 0 deletions
diff --git a/gcc/invoke.texi b/gcc/invoke.texi
index 3be7f72..837c48b 100644
--- a/gcc/invoke.texi
+++ b/gcc/invoke.texi
@@ -1064,6 +1064,12 @@ which is only used to initialize another object of the same type.
Specifying this option disables that optimization, and forces g++ to
call the copy constructor in all cases.
+@item -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.
+
@item -fexternal-templates
Cause template instantiations to obey @samp{#pragma interface} and
@samp{implementation}; template instances are emitted or not according