This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository gcc.
from 54f3cb1 2015-10-26 Arnaud Charlet charlet@adacore.com new ca0e899 2015-10-26 Bob Duff duff@adacore.com new 4892450 [auto-inc-dec.c] Account for cost of move operation in FORM_P [...] new 727cc33 2015-10-26 Hristian Kirtchev kirtchev@adacore.com new 403a6f3 2015-10-26 Alan Hayward alan.hayward@arm.com new 29a00c2 2015-10-26 Arnaud Charlet charlet@adacore.com new f3c4621 2015-10-26 Pascal Obry obry@adacore.com new 13b0d6b 2015-10-26 Arnaud Charlet charlet@adacore.com
The 7 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 | 11 +++++++ gcc/ada/ChangeLog | 83 ++++++++++++++++++++++++++++++++++++++++++++++++++++ gcc/ada/adaint.c | 30 +++++++++++++++++++ gcc/ada/debug.adb | 6 +++- gcc/ada/einfo.adb | 22 ++++---------- gcc/ada/einfo.ads | 32 ++++++++------------ gcc/ada/err_vars.ads | 2 +- gcc/ada/errout.ads | 2 +- gcc/ada/exp_ch5.adb | 6 +++- gcc/ada/exp_unst.adb | 5 ---- gcc/ada/exp_util.adb | 44 ++++++++++++++++++++++++++++ gcc/ada/exp_util.ads | 7 +++++ gcc/ada/expect.c | 42 -------------------------- gcc/ada/gnat1drv.adb | 2 +- gcc/ada/make.adb | 8 +---- gcc/ada/prj.adb | 2 +- gcc/ada/restrict.ads | 2 +- gcc/ada/s-fileio.adb | 8 ++--- gcc/ada/s-os_lib.adb | 21 ++++++++++++- gcc/ada/s-os_lib.ads | 10 +++++++ gcc/ada/s-regpat.adb | 6 ++-- gcc/ada/sem_ch4.adb | 9 ++---- gcc/ada/sem_ch5.adb | 8 ++++- gcc/ada/sem_ch6.adb | 2 +- gcc/ada/sem_prag.adb | 22 +++++++------- gcc/ada/sem_res.adb | 8 ++--- gcc/ada/sem_util.adb | 2 +- gcc/ada/sem_util.ads | 20 ++++++------- gcc/ada/sinfo.ads | 2 +- gcc/auto-inc-dec.c | 39 +++++++++++------------- gcc/tree-vect-loop.c | 5 ++-- 31 files changed, 305 insertions(+), 163 deletions(-)