This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch gccgo in repository gcc.
from 256639b Merge from trunk revision 227802. adds 03e8b17 PR c/67580 * c-decl.c (tag_exists_p): New function. * c-pa [...] adds 8d11ad8 * config/alpha/alpha.c (alpha_expand_block_clear): Use HOST [...] adds bb8dfc4 * tree-eh.c (lower_try_finally_dup_block): Clear location in [...] adds 0ae28a2 xtensa: fix TLS calls for call0 ABI adds f12cf9f xtensa: fix xtensa_fallback_frame_state for call0 ABI adds 242418a libgo: If compiler can split-stack and linker can not, us [...] new 200adf5 Merge from trunk revision 227811.
The 1 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 | 26 ++++++++++++++++++++++++++ gcc/c/ChangeLog | 8 ++++++++ gcc/c/c-decl.c | 12 ++++++++++++ gcc/c/c-parser.c | 12 ++++++++++-- gcc/c/c-tree.h | 1 + gcc/config/alpha/alpha.c | 8 ++++---- gcc/config/xtensa/xtensa.c | 12 ++++++------ gcc/config/xtensa/xtensa.h | 4 +++- gcc/config/xtensa/xtensa.md | 7 ++++++- gcc/go/gofrontend/MERGE | 2 +- gcc/testsuite/ChangeLog | 10 ++++++++++ gcc/testsuite/gcc.dg/pr67580.c | 31 +++++++++++++++++++++++++++++++ gcc/testsuite/gnat.dg/array24.adb | 11 +++++++++++ gcc/testsuite/gnat.dg/blocklocs.adb | 26 -------------------------- gcc/tree-eh.c | 13 +++++++++++-- libgcc/ChangeLog | 5 +++++ libgcc/config/xtensa/linux-unwind.h | 30 ++++++++++++++++++++++++++++-- libgo/Makefile.am | 2 +- libgo/Makefile.in | 3 ++- libgo/configure | 12 ++++++++++-- libgo/configure.ac | 9 +++++++++ libgo/testsuite/Makefile.in | 1 + 22 files changed, 196 insertions(+), 49 deletions(-) create mode 100644 gcc/testsuite/gcc.dg/pr67580.c create mode 100644 gcc/testsuite/gnat.dg/array24.adb delete mode 100644 gcc/testsuite/gnat.dg/blocklocs.adb