This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository gcc.
from dc483d7 2015-11-12 Tristan Gingold gingold@adacore.com new e9c863f 2015-11-12 Ed Schonberg schonberg@adacore.com new f90dd1d 2015-11-12 Gary Dismukes dismukes@adacore.com new 567844e PR target/67265 * config/i386/i386.c (ix86_adjust_stack_and [...] new bbbfe30 2015-11-12 Arnaud Charlet charlet@adacore.com new d1204dd 2015-11-12 Arnaud Charlet charlet@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/ChangeLog | 6 ++ gcc/ada/ChangeLog | 75 +++++++++++++++++++++++ gcc/ada/atree.ads | 2 +- gcc/ada/back_end.adb | 18 ++++++ gcc/ada/checks.adb | 2 +- gcc/ada/debug.ads | 4 +- gcc/ada/exp_ch11.adb | 2 +- gcc/ada/fmap.adb | 2 +- gcc/ada/gnat1drv.adb | 17 ++++-- gcc/ada/impunit.adb | 98 ++++++++++++++----------------- gcc/ada/impunit.ads | 7 ++- gcc/ada/opt.ads | 16 ++--- gcc/ada/s-stchop-vxworks.adb | 7 ++- gcc/ada/sem_ch3.adb | 2 + gcc/ada/sem_ch6.adb | 1 + gcc/ada/sem_ch8.adb | 21 ++++++- gcc/ada/sem_dim.adb | 82 +++++++++++++++++++++++--- gcc/ada/sem_dim.ads | 4 +- gcc/ada/sinfo.adb | 16 +++++ gcc/ada/sinfo.ads | 17 ++++++ gcc/ada/sinput.ads | 2 +- gcc/ada/switch-c.adb | 6 ++ gcc/ada/usage.adb | 5 +- gcc/config/i386/i386.c | 2 - gcc/testsuite/ChangeLog | 4 ++ gcc/testsuite/gcc.target/i386/pr67265-2.c | 9 +++ 26 files changed, 338 insertions(+), 89 deletions(-) create mode 100644 gcc/testsuite/gcc.target/i386/pr67265-2.c