This is the mail archive of the
gcc-cvs@gcc.gnu.org
mailing list for the GCC project.
r260994 - in /trunk/gcc/ada: ChangeLog exp_unst...
- From: pmderodat at gcc dot gnu dot org
- To: gcc-cvs at gcc dot gnu dot org
- Date: Thu, 31 May 2018 10:44:52 -0000
- Subject: r260994 - in /trunk/gcc/ada: ChangeLog exp_unst...
Author: pmderodat
Date: Thu May 31 10:44:51 2018
New Revision: 260994
URL: https://gcc.gnu.org/viewcvs?rev=260994&root=gcc&view=rev
Log:
[Ada] Unnesting: add a predicate to help expansion of task and protected types
2018-05-31 Ed Schonberg <schonberg@adacore.com>
gcc/ada/
* exp_unst.ads, exp_unst.adb (In_Synchronized_Unit): New predicate to
mark subprograms that cannot be eliminated because they must be treated
as reachable from outside the current unit. This includes entry bodies
and protected operations.
Modified:
trunk/gcc/ada/ChangeLog
trunk/gcc/ada/exp_unst.adb
trunk/gcc/ada/exp_unst.ads