This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository gcc.
from d281271 2015-10-16 Bob Duff duff@adacore.com new b2e821d 2015-10-16 Eric Botcazou ebotcazou@adacore.com new b7df4cd 2015-10-16 Bob Duff duff@adacore.com new 7dd0b9b 2015-10-16 Ed Schonberg schonberg@adacore.com new c0a0cd86 Fix typo. new 7687b03 2015-10-16 Hristian Kirtchev kirtchev@adacore.com
The 5 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 | 85 +++ gcc/ada/a-contai.adb | 189 +++++++ gcc/ada/a-contai.ads | 130 +++++ gcc/ada/a-convec.adb | 1209 ++++++++++++------------------------------ gcc/ada/a-convec.ads | 46 +- gcc/ada/a-except-2005.adb | 2 +- gcc/ada/a-exetim-default.ads | 6 +- gcc/ada/a-exetim-mingw.ads | 12 +- gcc/ada/a-exetim.ads | 8 +- gcc/ada/a-ngelfu.ads | 5 +- gcc/ada/a-tags.ads | 5 +- gcc/ada/einfo.ads | 10 +- gcc/ada/exp_ch6.adb | 39 +- gcc/ada/exp_ch7.adb | 10 + gcc/ada/exp_ch7.ads | 15 +- gcc/ada/prj.adb | 11 +- gcc/ada/s-finmas.adb | 13 +- gcc/ada/s-finmas.ads | 5 +- gcc/ada/s-osprim-mingw.adb | 6 +- gcc/ada/s-stposu.adb | 4 +- gcc/ada/s-taprop-posix.adb | 4 +- gcc/ada/s-trasym.adb | 2 +- gcc/ada/s-trasym.ads | 2 +- gcc/ada/sem_ch13.adb | 14 +- gcc/ada/sem_ch4.adb | 2 +- gcc/ada/sem_ch6.adb | 7 +- gcc/ada/sem_util.adb | 78 +-- gcc/ada/sem_util.ads | 4 +- 28 files changed, 933 insertions(+), 990 deletions(-) create mode 100644 gcc/ada/a-contai.adb