This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch aoliva/pr64164
in repository gcc.
from dbbdda4 comment on setup block concat unsplitting
new 6e3596d unwrap BLKmode parallel in SSA assignment
new eda94f5 revert parallels, use vector modes for vector-typed SSA names
new 77a1993 relayout result and parm decls after set cfun hooks
The 3 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/cfgexpand.c | 56 +++++++++++++++++++++++---------------------------------
gcc/explow.c | 23 +++++++++++------------
gcc/function.c | 23 ++++++++++-------------
3 files changed, 44 insertions(+), 58 deletions(-)
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.
This is an automated email from the git hooks/post-receive script.
robert.savoye pushed a change to branch jconfig
in repository toolchain/abe.
from a5bd32e make the directory before trying to copy files into it.
new f886033 Continue building the package even if there are missing files.
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:
config/jammer/Linaro-aarch64-elf.mpi | 4 +-
config/jammer/Linaro-aarch64-linux-gnu.mpi | 4 +-
config/jammer/Linaro-aarch64_be-elf.mpi | 4 +-
config/jammer/Linaro-aarch64_be-linux-gnu.mpi | 4 +-
config/jammer/Linaro-arm-eabi.mpi | 4 +-
config/jammer/Linaro-arm-linux-gnueabi.mpi | 11081 +++++++++++++++-------
config/jammer/Linaro-arm-linux-gnueabihf.mpi | 4 +-
config/jammer/Linaro-armeb-eabi.mpi | 4 +-
config/jammer/Linaro-armeb-linux-gnueabi.mpi | 4 +-
config/jammer/Linaro-armeb-linux-gnueabihf.mpi | 4 +-
config/jammer/Linaro-armv8l-linux-gnueabihf.mpi | 4 +-
11 files changed, 7864 insertions(+), 3257 deletions(-)
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.
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
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.
This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master
in repository gcc.
from f12cf9f xtensa: fix xtensa_fallback_frame_state for call0 ABI
new 242418a libgo: If compiler can split-stack and linker can not, us [...]
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/go/gofrontend/MERGE | 2 +-
libgo/Makefile.am | 2 +-
libgo/Makefile.in | 3 ++-
libgo/configure | 12 ++++++++++--
libgo/configure.ac | 9 +++++++++
libgo/testsuite/Makefile.in | 1 +
6 files changed, 24 insertions(+), 5 deletions(-)
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.
This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master
in repository gcc.
from bb8dfc4 * tree-eh.c (lower_try_finally_dup_block): Clear location in [...]
new 0ae28a2 xtensa: fix TLS calls for call0 ABI
new f12cf9f xtensa: fix xtensa_fallback_frame_state for call0 ABI
The 2 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 | 14 ++++++++++++++
gcc/config/xtensa/xtensa.c | 12 ++++++------
gcc/config/xtensa/xtensa.h | 4 +++-
gcc/config/xtensa/xtensa.md | 7 ++++++-
libgcc/ChangeLog | 5 +++++
libgcc/config/xtensa/linux-unwind.h | 30 ++++++++++++++++++++++++++++--
6 files changed, 62 insertions(+), 10 deletions(-)
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.
This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master
in repository gcc.
from 03e8b17 PR c/67580 * c-decl.c (tag_exists_p): New function. * c-pa [...]
new 8d11ad8 * config/alpha/alpha.c (alpha_expand_block_clear): Use HOST [...]
new bb8dfc4 * tree-eh.c (lower_try_finally_dup_block): Clear location in [...]
The 2 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 | 12 ++++++++++++
gcc/config/alpha/alpha.c | 8 ++++----
gcc/testsuite/ChangeLog | 5 +++++
gcc/testsuite/gnat.dg/array24.adb | 11 +++++++++++
gcc/testsuite/gnat.dg/blocklocs.adb | 26 --------------------------
gcc/tree-eh.c | 13 +++++++++++--
6 files changed, 43 insertions(+), 32 deletions(-)
create mode 100644 gcc/testsuite/gnat.dg/array24.adb
delete mode 100644 gcc/testsuite/gnat.dg/blocklocs.adb
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.
This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master
in repository gcc.
from f137de1 libgo: test linking split-stack and non-split-stack together
new 03e8b17 PR c/67580 * c-decl.c (tag_exists_p): New function. * c-pa [...]
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/c/ChangeLog | 8 ++++++++
gcc/c/c-decl.c | 12 ++++++++++++
gcc/c/c-parser.c | 12 ++++++++++--
gcc/c/c-tree.h | 1 +
gcc/testsuite/ChangeLog | 5 +++++
gcc/testsuite/gcc.dg/pr67580.c | 31 +++++++++++++++++++++++++++++++
6 files changed, 67 insertions(+), 2 deletions(-)
create mode 100644 gcc/testsuite/gcc.dg/pr67580.c
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.
This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master
in repository gcc.
from be81224 Change of location_get_source_line signature
new b6c9e47 [PATCH] More class-ification of DOM
new f137de1 libgo: test linking split-stack and non-split-stack together
The 2 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 | 27 ++++
gcc/go/gofrontend/MERGE | 2 +-
gcc/tree-ssa-dom.c | 331 ++++++++++++++++++++++++++++--------------------
libgo/configure | 29 ++++-
libgo/configure.ac | 28 +++-
5 files changed, 272 insertions(+), 145 deletions(-)
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.
This is an automated email from the git hooks/post-receive script.
robert.savoye pushed a change to branch jconfig
in repository toolchain/abe.
from fafb483 Improve installjammer support, which requires separate config [...]
new a5bd32e make the directory before trying to copy files into it.
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:
lib/checkout.sh | 1 +
1 file changed, 1 insertion(+)
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.