This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository gcc.
from 5dcf8c3 Simplify std::call_once implementation new e250d71 2016-10-12 Tristan Gingold gingold@adacore.com new 9fc7a65 2016-10-12 Jerome Lambourg lambourg@adacore.com new bf271db * rtl.h (struct rtx_def): Comment how RTX_FLAGS will be dum [...] new 43572e7 2016-10-12 Bob Duff duff@adacore.com new 964f334 2016-10-12 Justin Squirek squirek@adacore.com new 71d4161 2016-10-12 Hristian Kirtchev kirtchev@adacore.com new 706cf22 Fix gcc/vmsdbgout.c:vmsdbg_debug_hooks for "More trivial bits [...] new 4417514 In gcc/Makefile.in, factor out SELFTEST_FLAGS new c2d86129 Make GCC selftests work for *-wrs-vxworks-* targets new 84cb1b7 Un-break dwarf2out for DWARF2_LINENO_DEBUGGING_INFO configurations
The 10 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 | 18 +++ gcc/Makefile.in | 13 +- gcc/ada/ChangeLog | 148 ++++++++++++++++++ gcc/ada/a-strunb-shared.adb | 23 +-- gcc/ada/a-strunb-shared.ads | 9 +- gcc/ada/a-tags.adb | 94 +++++++---- gcc/ada/exp_ch4.adb | 10 +- gcc/ada/exp_ch5.adb | 5 +- gcc/ada/exp_ch6.adb | 10 +- gcc/ada/exp_ch9.adb | 22 ++- gcc/ada/freeze.adb | 6 +- gcc/ada/g-dyntab.adb | 372 ++++++++++++++++++++++---------------------- gcc/ada/g-dyntab.ads | 172 +++++++++++--------- gcc/ada/g-spitbo.adb | 6 +- gcc/ada/g-spitbo.ads | 6 +- gcc/ada/ghost.adb | 4 +- gcc/ada/init.c | 6 +- gcc/ada/lib-load.adb | 8 +- gcc/ada/lib-writ.adb | 14 +- gcc/ada/restrict.adb | 12 +- gcc/ada/rtsfind.adb | 20 ++- gcc/ada/rtsfind.ads | 7 +- gcc/ada/s-os_lib.adb | 58 ++++--- gcc/ada/s-os_lib.ads | 16 +- gcc/ada/s-rident.ads | 3 - gcc/ada/sem_attr.adb | 197 ++++++++++++++++++----- gcc/ada/sem_case.adb | 169 ++++++++++++-------- gcc/ada/sem_ch10.adb | 7 + gcc/ada/sem_ch12.adb | 18 +-- gcc/ada/sem_ch3.adb | 8 +- gcc/ada/sem_ch4.adb | 8 +- gcc/ada/sem_ch9.adb | 1 + gcc/ada/sem_elab.adb | 8 + gcc/ada/sem_prag.adb | 8 +- gcc/ada/sem_res.adb | 16 +- gcc/ada/xref_lib.adb | 37 +++-- gcc/dwarf2out.c | 2 +- gcc/rtl.h | 25 +-- gcc/vmsdbgout.c | 2 +- 39 files changed, 1037 insertions(+), 531 deletions(-)