This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository gcc.
from 6424cb9 2016-06-16 Hristian Kirtchev kirtchev@adacore.com new 827cfe9 2016-06-16 Javier Miranda miranda@adacore.com new 2932aef 2016-06-16 Gary Dismukes dismukes@adacore.com new a5c7877 2016-06-16 Hristian Kirtchev kirtchev@adacore.com new c7a1569 2016-06-16 Eric Botcazou ebotcazou@adacore.com new 745f2db PR target/71554 * gcc.c-torture/execute/pr71554.c: New test. new 00fffca 2016-06-16 Justin Squirek squirek@adacore.com new 5dd985f 2016-06-16 Ed Schonberg schonberg@adacore.com new a54e183 2016-06-16 Ed Schonberg schonberg@adacore.com new 837d664 2016-06-16 Ed Schonberg schonberg@adacore.com new a0c8267 Minor reformatting. new f5918f2 [ARC] Fix option text. new f5cc257 2016-06-16 Gary Dismukes dismukes@adacore.com
The 12 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 | 5 + gcc/ada/ChangeLog | 148 +++++++++++++++++++ gcc/ada/bindgen.adb | 3 +- gcc/ada/einfo.adb | 7 + gcc/ada/exp_aggr.adb | 37 +++-- gcc/ada/exp_ch3.adb | 4 +- gcc/ada/exp_ch7.adb | 91 +++++------- gcc/ada/exp_util.adb | 64 +++++--- gcc/ada/g-comlin.adb | 1 + gcc/ada/gnat1drv.adb | 2 +- gcc/ada/s-regpat.adb | 24 ++- gcc/ada/sem_attr.adb | 4 +- gcc/ada/sem_ch13.adb | 67 ++++++++- gcc/ada/sem_ch3.adb | 74 +++++++++- gcc/ada/sem_ch4.adb | 34 +++++ gcc/ada/sem_ch9.adb | 15 +- gcc/ada/sem_prag.adb | 110 +++++++++++--- gcc/ada/sem_res.adb | 10 +- gcc/ada/sem_util.adb | 204 +++++++++++++++++++++++--- gcc/ada/sem_util.ads | 23 ++- gcc/config/arc/arc.opt | 2 +- gcc/testsuite/ChangeLog | 3 + gcc/testsuite/gcc.c-torture/execute/pr71554.c | 28 ++++ 23 files changed, 795 insertions(+), 165 deletions(-) create mode 100644 gcc/testsuite/gcc.c-torture/execute/pr71554.c