This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository gcc.
from 3ff5e35 2015-11-12 Hristian Kirtchev kirtchev@adacore.com new 5af08a8 2015-11-12 Hristian Kirtchev kirtchev@adacore.com new 17ad8c3 gcc/ new 1548739 2015-11-12 Gary Dismukes dismukes@adacore.com new 9cda502 2015-11-12 Jerome Lambourg lambourg@adacore.com new 595cbbc 2015-11-12 Thomas Quinot quinot@adacore.com new dc483d7 2015-11-12 Tristan Gingold gingold@adacore.com
The 6 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/ChangeLog | 6 ++ gcc/ada/ChangeLog | 121 +++++++++++++++++++++++++++++++++++++++++ gcc/ada/atree.adb | 9 ++- gcc/ada/exp_attr.adb | 7 +++ gcc/ada/exp_ch5.adb | 2 +- gcc/ada/exp_ch6.adb | 12 ++-- gcc/ada/exp_intr.adb | 44 ++++++++++++++- gcc/ada/exp_util.ads | 2 +- gcc/ada/freeze.adb | 2 +- gcc/ada/init.c | 7 ++- gcc/ada/inline.adb | 2 +- gcc/ada/par-ch6.adb | 2 +- gcc/ada/rtsfind.ads | 2 + gcc/ada/s-rident.ads | 47 ++++++++++++++++ gcc/ada/s-stchop-vxworks.adb | 37 +++++-------- gcc/ada/sem_ch10.adb | 5 +- gcc/ada/sem_ch12.adb | 5 ++ gcc/ada/sem_ch3.adb | 6 +- gcc/ada/sem_ch4.adb | 65 +++++++++++++++++++++- gcc/ada/sem_elab.adb | 31 ++++++++++- gcc/ada/sem_prag.adb | 51 ++++++++++++++--- gcc/ada/sem_util.adb | 40 +++++++++++++- gcc/ada/sem_util.ads | 6 ++ gcc/ada/sem_warn.adb | 6 +- gcc/ada/snames.ads-tmpl | 1 + gcc/ada/targparm.adb | 11 ++++ gcc/expr.c | 3 +- gcc/testsuite/ChangeLog | 4 ++ gcc/testsuite/gcc.dg/pr68286.c | 17 ++++++ 29 files changed, 490 insertions(+), 63 deletions(-) create mode 100644 gcc/testsuite/gcc.dg/pr68286.c