This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch gcc-4_9-branch
in repository gcc.
from b1414f2 Fix c++/67337 (segfault in mangle.c)
new 992bc3f PR ada/68169 * s-oscons-tmplt.c: Generate pthread constants [...]
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/ada/ChangeLog | 6 ++++++
gcc/ada/s-oscons-tmplt.c | 7 ++++---
gcc/ada/s-osinte-rtems.ads | 50 ++++++++++++++++++++--------------------------
3 files changed, 32 insertions(+), 31 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 3d27a0f C++ FE: expression ranges
new 09c7c47 PR c++/68645 * parser.c (cp_parser_direct_declarator) (cp_ [...]
new dd8aabc PR middle-end/65958 * config/arm/unspecs.md (unspec): Remov [...]
new d29e939 Add fuzzing coverage support
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/ChangeLog | 26 ++++-
gcc/Makefile.in | 2 +
gcc/builtins.def | 3 +-
gcc/common.opt | 5 +
gcc/config/aarch64/aarch64.md | 4 +-
gcc/config/arm/arm.md | 2 +-
gcc/config/arm/unspecs.md | 2 +-
gcc/cp/ChangeLog | 7 ++
gcc/cp/parser.c | 16 +--
gcc/doc/invoke.texi | 5 +
gcc/passes.def | 3 +
gcc/sancov.c | 108 +++++++++++++++++++++
gcc/sanitizer.def | 5 +
gcc/testsuite/c-c++-common/attr-simd-3.c | 2 +-
gcc/testsuite/gcc.dg/sancov/asan.c | 18 ++++
gcc/testsuite/gcc.dg/sancov/basic0.c | 9 ++
gcc/testsuite/gcc.dg/sancov/basic1.c | 12 +++
gcc/testsuite/gcc.dg/sancov/basic2.c | 14 +++
.../t-linux => testsuite/gcc.dg/sancov/sancov.exp} | 21 +++-
gcc/tree-pass.h | 2 +
20 files changed, 249 insertions(+), 17 deletions(-)
create mode 100644 gcc/sancov.c
create mode 100644 gcc/testsuite/gcc.dg/sancov/asan.c
create mode 100644 gcc/testsuite/gcc.dg/sancov/basic0.c
create mode 100644 gcc/testsuite/gcc.dg/sancov/basic1.c
create mode 100644 gcc/testsuite/gcc.dg/sancov/basic2.c
copy gcc/{config/h8300/t-linux => testsuite/gcc.dg/sancov/sancov.exp} (70%)
--
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 99e82b0 gcc: 2015-12-04 Paolo Bonzini <bonzini(a)gnu.org>
new 7d38b7b * ipa-inline.c (can_inline_edge_p) Use merged_comdat. * cgr [...]
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 | 11 +++++++++++
gcc/cgraph.c | 2 ++
gcc/cgraph.h | 2 +-
gcc/cgraphclones.c | 2 +-
gcc/ipa-icf.c | 13 +++++++++----
gcc/ipa-inline-analysis.c | 2 +-
gcc/ipa-inline.c | 2 +-
gcc/lto/ChangeLog | 5 +++++
gcc/lto/lto-symtab.c | 5 +++--
9 files changed, 34 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.
robert.savoye pushed a change to branch array
in repository toolchain/abe.
from c933f53 Don't try to make /opt/linaro, it's only needed for releases, [...]
new 9e6c329 Drop the execute bit for the shell scripts, they don;t run st [...]
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/configure.sh | 0
lib/depend.sh | 0
lib/fetch.sh | 0
lib/make.sh | 0
lib/release.sh | 0
lib/schroot.sh | 0
6 files changed, 0 insertions(+), 0 deletions(-)
mode change 100755 => 100644 lib/configure.sh
mode change 100755 => 100644 lib/depend.sh
mode change 100755 => 100644 lib/fetch.sh
mode change 100755 => 100644 lib/make.sh
mode change 100755 => 100644 lib/release.sh
mode change 100755 => 100644 lib/schroot.sh
--
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 f65ece8 PR libstdc++/57060 cope with invalid thread IDs
new 99e82b0 gcc: 2015-12-04 Paolo Bonzini <bonzini(a)gnu.org>
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 | 5 +++++
gcc/c-family/c-common.c | 7 +++++--
gcc/testsuite/ChangeLog | 9 +++++++++
gcc/testsuite/c-c++-common/Wshift-overflow-1.c | 5 +++++
gcc/testsuite/c-c++-common/Wshift-overflow-2.c | 5 +++++
gcc/testsuite/c-c++-common/Wshift-overflow-3.c | 5 +++++
gcc/testsuite/c-c++-common/Wshift-overflow-4.c | 5 +++++
gcc/testsuite/c-c++-common/Wshift-overflow-6.c | 1 +
gcc/testsuite/c-c++-common/Wshift-overflow-7.c | 1 +
9 files changed, 41 insertions(+), 2 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 array
in repository toolchain/abe.
from 1fce272 Use srcdir instead of repodir for git prune.
new c933f53 Don't try to make /opt/linaro, it's only needed for releases, [...]
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/make.sh | 1 -
1 file changed, 1 deletion(-)
--
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 e7f8c9f * tree-tailcall.c (find_tail_calls): Ignore GIMPLE_NOPs.
new 09767a2 rs6000: Implement cstore for signed Pmode register compares
new f133c66 I really do hate this keyboard.
new 7ed86ba gcc * config.gcc (extra_gcc_objs): Define for MSP430. [...]
new a85069b rs6000: Clean up the cstore code a bit
new f65ece8 PR libstdc++/57060 cope with invalid thread IDs
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 | 40 ++
gcc/common/config/msp430/msp430-common.c | 10 +-
gcc/config.gcc | 1 +
gcc/config/msp430/driver-msp430.c | 703 +++++++++++++++++++++
gcc/config/msp430/msp430.c | 110 +++-
gcc/config/msp430/msp430.h | 24 +
gcc/config/msp430/msp430.opt | 4 +
gcc/config/msp430/t-msp430 | 534 +---------------
gcc/config/rs6000/rs6000.md | 70 +-
gcc/doc/invoke.texi | 18 +-
gcc/testsuite/ChangeLog | 9 +
.../c-c++-common/cpp/warning-zero-location.c | 2 +-
.../gcc.target/msp430/msp_abi_div_funcs.c | 150 +++++
gcc/testsuite/gcc.target/msp430/mul_16bit.c | 4 +
gcc/testsuite/gcc.target/msp430/mul_32bit.c | 4 +
gcc/testsuite/gcc.target/msp430/mul_f5.c | 4 +
gcc/testsuite/gcc.target/msp430/mul_main.h | 83 +++
gcc/testsuite/gcc.target/msp430/mul_none.c | 5 +
libgcc/ChangeLog | 15 +
libgcc/config.host | 1 +
libgcc/config/msp430/lib2divSI.c | 29 +
libgcc/config/msp430/lib2hw_mul.S | 215 +++++--
libgcc/config/msp430/lib2mul.c | 37 +-
libgcc/config/msp430/mpy.c | 21 +-
libgcc/config/msp430/t-msp430 | 28 +-
libstdc++-v3/ChangeLog | 10 +
libstdc++-v3/include/std/thread | 27 +-
.../base.cc => 30_threads/this_thread/57060.cc} | 11 +-
28 files changed, 1535 insertions(+), 634 deletions(-)
create mode 100644 gcc/config/msp430/driver-msp430.c
create mode 100644 gcc/testsuite/gcc.target/msp430/msp_abi_div_funcs.c
create mode 100644 gcc/testsuite/gcc.target/msp430/mul_16bit.c
create mode 100644 gcc/testsuite/gcc.target/msp430/mul_32bit.c
create mode 100644 gcc/testsuite/gcc.target/msp430/mul_f5.c
create mode 100644 gcc/testsuite/gcc.target/msp430/mul_main.h
create mode 100644 gcc/testsuite/gcc.target/msp430/mul_none.c
copy libstdc++-v3/testsuite/{20_util/raw_storage_iterator/base.cc => 30_threads/th [...]
--
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 hsa
in repository gcc.
from ceb8c27 [hsa] Early return in duplicate_remap_omp_clause_seq
new c9724c3 [hsa] Fix an error in documentation of --with-hsa-runtime
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.hsa | 5 +++++
gcc/doc/install.texi | 7 ++++---
2 files changed, 9 insertions(+), 3 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 gcc-5-branch
in repository gcc.
from 2e38ff5 Fix c++/67337 (segfault in mangle.c)
new 3ef8668 * include/bits/c++config: Fix abi_tag in special modes.
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:
libstdc++-v3/ChangeLog | 4 ++++
libstdc++-v3/include/bits/c++config | 2 +-
2 files changed, 5 insertions(+), 1 deletion(-)
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.