This is the mail archive of the
gcc-cvs@gcc.gnu.org
mailing list for the GCC project.
r260949 - in /trunk/gcc/ada: ChangeLog exp_ch11...
- From: pmderodat at gcc dot gnu dot org
- To: gcc-cvs at gcc dot gnu dot org
- Date: Wed, 30 May 2018 08:58:57 -0000
- Subject: r260949 - in /trunk/gcc/ada: ChangeLog exp_ch11...
Author: pmderodat
Date: Wed May 30 08:58:57 2018
New Revision: 260949
URL: https://gcc.gnu.org/viewcvs?rev=260949&root=gcc&view=rev
Log:
[Ada] Unnesting: always transform local Raise statements
2018-05-30 Ed Schonberg <schonberg@adacore.com>
gcc/ada/
* exp_ch11.adb (Replace_Raise_By_Goto): The transfomation is legal even
if the local raise statement includes a string expression. This
expression might be picked up by an outer handler or discarded, but
plays no role in this transformation.
Modified:
trunk/gcc/ada/ChangeLog
trunk/gcc/ada/exp_ch11.adb