From: Eric Botcazou Date: Fri, 2 Apr 2021 08:44:49 +0000 (+0200) Subject: Minor tweak to description of fdelete-dead-exceptions X-Git-Tag: basepoints/gcc-12~298 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=c84491827990e4f2746442c23294fc17923b265d;p=thirdparty%2Fgcc.git Minor tweak to description of fdelete-dead-exceptions gcc/ * doc/invoke.texi (fdelete-dead-exceptions): Minor tweak. --- diff --git a/gcc/doc/invoke.texi b/gcc/doc/invoke.texi index 7f1231303bfc..f4f2fb639524 100644 --- a/gcc/doc/invoke.texi +++ b/gcc/doc/invoke.texi @@ -16172,7 +16172,7 @@ arbitrary signal handlers such as @code{SIGALRM}. @opindex fdelete-dead-exceptions Consider that instructions that may throw exceptions but don't otherwise contribute to the execution of the program can be optimized away. -This option is enabled by default for the Ada front end, as permitted by +This option is enabled by default for the Ada compiler, as permitted by the Ada language specification. Optimization passes that cause dead exceptions to be removed are enabled independently at different optimization levels.