r260524 - in /trunk/gcc/ada: ChangeLog exp_ch4....

pmderodat@gcc.gnu.org pmderodat@gcc.gnu.org
Tue May 22 13:25:00 GMT 2018


Author: pmderodat
Date: Tue May 22 13:25:22 2018
New Revision: 260524

URL: https://gcc.gnu.org/viewcvs?rev=260524&root=gcc&view=rev
Log:
[Ada] Ada2020: Reduction expressions

This patch dismantles the prototype implementation of the first proposal
for Reduction expressions, one of the important potentially parallel
constructs for Ada2020. The ARG is going in a different direction with
a simpler syntax.

2018-05-22  Ed Schonberg  <schonberg@adacore.com>

gcc/ada/

	* exp_ch4.ads, exp_ch4.adb, exp_util.adb, expander.adb: Remove mention
	of N_Reduction_Expression and N_Reduction_Expression_Parameter.
	* par-ch4.adb: Remove parsing routines for reduction expressions.
	* sem.adb, sinfo.ads, sinfo.adb, sem_ch4.ads, sem_ch4.adb, sem_res.adb,
	sem_spark.adb, sprint.adb: Remove analysis routines for reduction
	expressions.

Modified:
    trunk/gcc/ada/ChangeLog
    trunk/gcc/ada/exp_ch4.adb
    trunk/gcc/ada/exp_ch4.ads
    trunk/gcc/ada/exp_util.adb
    trunk/gcc/ada/expander.adb
    trunk/gcc/ada/par-ch4.adb
    trunk/gcc/ada/sem.adb
    trunk/gcc/ada/sem_ch4.adb
    trunk/gcc/ada/sem_ch4.ads
    trunk/gcc/ada/sem_res.adb
    trunk/gcc/ada/sem_spark.adb
    trunk/gcc/ada/sinfo.adb
    trunk/gcc/ada/sinfo.ads
    trunk/gcc/ada/sprint.adb



More information about the Gcc-cvs mailing list