This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository gcc.
from 4fa38d6 * gcc-interface/decl.c: Rename Descendent -> Descendant new f6cf233 2016-04-18 Arnaud Charlet charlet@adacore.com new b360635 2016-04-18 Ed Schonberg schonberg@adacore.com
The 2 revisions listed above as "new" are entirely new to this repository and will be described in separate emails. The revisions listed as "adds" were already present in the repository and have only been added to this reference.
Summary of changes: gcc/ada/ChangeLog | 38 +++++++++++++++++++ gcc/ada/Makefile.rtl | 1 - gcc/ada/a-intsig.adb | 46 ----------------------- gcc/ada/a-intsig.ads | 42 --------------------- gcc/ada/atree.adb | 102 +++++++++++++++++++++++++++++++++++++++++++++++++++ gcc/ada/atree.ads | 4 ++ gcc/ada/exp_ch3.adb | 4 +- gcc/ada/exp_util.adb | 49 ++++++++++++++++++++++--- gcc/ada/sem_ch6.adb | 4 +- gcc/ada/sem_type.adb | 19 +++++----- gcc/ada/sem_util.adb | 17 +++++++++ 11 files changed, 218 insertions(+), 108 deletions(-) delete mode 100644 gcc/ada/a-intsig.adb delete mode 100644 gcc/ada/a-intsig.ads