This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository gcc.
from 2deca01 Minor reformatting. new f021ee0 2017-01-20 Yannick Moy moy@adacore.com new 01ec5a4 2017-01-20 Ed Schonberg schonberg@adacore.com new 0d0a4e9 Minor reformatting. new 0ec8f3e 2017-01-20 Javier Miranda miranda@adacore.com
The 4 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 | 97 ++++++ gcc/ada/Makefile.rtl | 1 + gcc/ada/a-locale.adb | 9 +- gcc/ada/a-locale.ads | 11 +- gcc/ada/atree.adb | 499 +++++++++++++++++++++++++++++ gcc/ada/atree.ads | 9 + gcc/ada/debug.adb | 6 +- gcc/ada/exp_ch6.adb | 17 +- gcc/ada/freeze.adb | 46 ++- gcc/ada/inline.adb | 23 +- gcc/ada/nlists.adb | 31 ++ gcc/ada/nlists.ads | 9 + gcc/ada/{a-stream.adb => s-boustr.adb} | 81 +++-- gcc/ada/{a-numaux-x86.ads => s-boustr.ads} | 64 ++-- gcc/ada/sem_cat.adb | 3 + gcc/ada/sem_ch10.adb | 3 + gcc/ada/sem_ch13.adb | 19 +- gcc/ada/sem_ch3.adb | 98 ++++-- gcc/ada/sem_ch4.adb | 41 ++- gcc/ada/sem_ch5.adb | 8 + gcc/ada/sem_prag.adb | 11 + gcc/ada/sem_res.adb | 9 +- 22 files changed, 924 insertions(+), 171 deletions(-) copy gcc/ada/{a-stream.adb => s-boustr.adb} (61%) copy gcc/ada/{a-numaux-x86.ads => s-boustr.ads} (66%)