From 801b4022e11b50c4124b489ccc621332b2d92946 Mon Sep 17 00:00:00 2001 From: Ed Schonberg Date: Tue, 22 May 2018 13:25:22 +0000 Subject: [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 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. From-SVN: r260524 --- gcc/ada/sem_spark.adb | 6 ------ 1 file changed, 6 deletions(-) (limited to 'gcc/ada/sem_spark.adb') diff --git a/gcc/ada/sem_spark.adb b/gcc/ada/sem_spark.adb index e8aede4..c44fbc6 100644 --- a/gcc/ada/sem_spark.adb +++ b/gcc/ada/sem_spark.adb @@ -1376,12 +1376,6 @@ package body Sem_SPARK is Free_Env (Saved_Env); end; - when N_Reduction_Expression => - null; - - when N_Reduction_Expression_Parameter => - null; - -- Analyze the list of associations in the aggregate when N_Aggregate => -- cgit v1.1