aboutsummaryrefslogtreecommitdiff
path: root/gcc/doc
diff options
context:
space:
mode:
authorEric Botcazou <ebotcazou@adacore.com>2021-04-02 10:44:49 +0200
committerEric Botcazou <ebotcazou@adacore.com>2021-04-02 10:47:07 +0200
commitc84491827990e4f2746442c23294fc17923b265d (patch)
tree902a51e81c9743889580bc8d2bb252f7a196dda2 /gcc/doc
parentf1f7e54fb30295966da20d7e63ca25e42d2790b8 (diff)
downloadgcc-c84491827990e4f2746442c23294fc17923b265d.zip
gcc-c84491827990e4f2746442c23294fc17923b265d.tar.gz
gcc-c84491827990e4f2746442c23294fc17923b265d.tar.bz2
Minor tweak to description of fdelete-dead-exceptions
gcc/ * doc/invoke.texi (fdelete-dead-exceptions): Minor tweak.
Diffstat (limited to 'gcc/doc')
-rw-r--r--gcc/doc/invoke.texi2
1 files changed, 1 insertions, 1 deletions
diff --git a/gcc/doc/invoke.texi b/gcc/doc/invoke.texi
index 7f12313..f4f2fb6 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.