Minor tweak to description of fdelete-dead-exceptions

gcc/
	* doc/invoke.texi (fdelete-dead-exceptions): Minor tweak.
This commit is contained in:
Eric Botcazou 2021-04-02 10:44:49 +02:00
parent f1f7e54fb3
commit c844918279

View File

@ -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.