This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository gcc.
from a6a80ba Minor syntactic improvement. new 008e1d8 2015-11-13 Ed Schonberg schonberg@adacore.com new 6432a7c 2015-11-13 Eric Botcazou ebotcazou@adacore.com new b41315f * include/experimental/bits/shared_ptr.h: Tweak comments. new 2e67660 Minor clean up. new 06e99eb 2015-11-13 Gary Dismukes dismukes@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 | 45 +++++++++ gcc/ada/bcheck.adb | 28 +++--- gcc/ada/exp_ch9.adb | 106 +++++++++++++++++---- gcc/ada/gcc-interface/Makefile.in | 1 + gcc/ada/init.c | 89 ++++++----------- gcc/ada/restrict.ads | 1 + gcc/ada/s-rident.ads | 1 + gcc/ada/sem_ch4.adb | 17 +++- gcc/ada/sem_util.adb | 5 +- gcc/ada/sigtramp-armdroid.c | 2 + gcc/ada/sigtramp-armios.c | 98 +++++++++++++++++++ gcc/ada/sigtramp.h | 57 +++++------ libstdc++-v3/ChangeLog | 4 + .../include/experimental/bits/shared_ptr.h | 4 +- 14 files changed, 330 insertions(+), 128 deletions(-) create mode 100644 gcc/ada/sigtramp-armios.c