This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master
in repository glibc.
from 92dcaa3 Add getentropy, getrandom, <sys/random.h> [BZ #17252]
new d89060d powerpc: strncmp optimization for power9
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:
ChangeLog | 11 +
sysdeps/powerpc/powerpc64/multiarch/Makefile | 3 +-
.../powerpc/powerpc64/multiarch/ifunc-impl-list.c | 2 +
.../{strncmp-power7.S => strncmp-power9.S} | 14 +-
sysdeps/powerpc/powerpc64/multiarch/strncmp.c | 3 +
sysdeps/powerpc/powerpc64/power9/strncmp.S | 375 +++++++++++++++++++++
6 files changed, 400 insertions(+), 8 deletions(-)
copy sysdeps/powerpc/powerpc64/multiarch/{strncmp-power7.S => strncmp-power9.S} (79%)
create mode 100644 sysdeps/powerpc/powerpc64/power9/strncmp.S
--
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 558f475 PR target/78738 * config/i386/i386.h (X87_ENABLE_ARITH): Al [...]
new b35d5d0 libiberty/ PR c++/78252 * cp-demangle.c (struct d_print_in [...]
new 48abd10 Fix for PR preprocessor/78680
new bbdce47 PR c++/78647 * c-common.c (attribute_fallthrough_p): Return [...]
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/c-family/ChangeLog | 6 ++
gcc/c-family/c-common.c | 2 +
gcc/testsuite/ChangeLog | 19 +++++
gcc/testsuite/g++.dg/cpp1y/lambda-mangle-1.C | 88 ++++++++++++++++++++++
gcc/testsuite/g++.dg/parse/error58.C | 7 ++
gcc/testsuite/gcc.dg/format/pr78680.c | 16 ++++
.../gcc.dg/plugin/diagnostic-test-expressions-1.c | 19 +++++
.../plugin/diagnostic-test-string-literals-1.c | 20 +++++
libcpp/ChangeLog | 6 ++
libcpp/lex.c | 7 ++
libiberty/ChangeLog | 14 ++++
libiberty/cp-demangle.c | 61 +++++++++------
libiberty/testsuite/demangle-expected | 29 +++++++
13 files changed, 272 insertions(+), 22 deletions(-)
create mode 100644 gcc/testsuite/g++.dg/cpp1y/lambda-mangle-1.C
create mode 100644 gcc/testsuite/g++.dg/parse/error58.C
create mode 100644 gcc/testsuite/gcc.dg/format/pr78680.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 gcc-6-branch
in repository gcc.
from 441e784 PR78465 Remove runtime tests for <atomic> macros
new 200efcc Improve tests for contents of <new> header
new 4f9d192 PR c++/78252 * cp-demangle.c (struct d_print_info): Add is_ [...]
new dc5b4e2 Fix configure test for sendfile()
new c06a8bc Remove stray character at end of dg-do directive
new c220332 Enable experimental::enable_shared_from_this explicitly
new a608d43 PR78465 Remove runtime tests for <atomic> macros
new 44f82c1 Improve tests for contents of <new> header
new d1c70e6 Fix configure test for sendfile()
new 960b9e2 Remove bogus ChangeLog entries from r243569 to r243574
new 3b607af Add missing header in Filesystem TS configure tests
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:
libiberty/ChangeLog | 14 +++++
libiberty/cp-demangle.c | 61 ++++++++++++++--------
libiberty/testsuite/demangle-expected | 29 ++++++++++
libstdc++-v3/ChangeLog | 25 +++++++++
libstdc++-v3/acinclude.m4 | 5 +-
libstdc++-v3/config.h.in | 2 +-
libstdc++-v3/configure | 6 ++-
.../testsuite/18_support/headers/new/synopsis.cc | 22 +++++---
.../headers/new/{synopsis.cc => synopsis_cxx98.cc} | 3 +-
9 files changed, 132 insertions(+), 35 deletions(-)
copy libstdc++-v3/testsuite/18_support/headers/new/{synopsis.cc => synopsis_cxx98. [...]
--
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 60e4865 Backport all Filesystem library fixes from trunk
new 5ab4793 PR78465 Remove runtime tests for <atomic> macros
new 68685af Improve tests for contents of <new> header
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:
libstdc++-v3/ChangeLog | 17 ++++++
.../testsuite/18_support/headers/new/synopsis.cc | 19 ++++--
.../headers/new/{synopsis.cc => synopsis_cxx98.cc} | 5 +-
.../testsuite/29_atomics/headers/atomic/macros.cc | 67 +++++++---------------
4 files changed, 54 insertions(+), 54 deletions(-)
copy libstdc++-v3/testsuite/18_support/headers/new/{synopsis.cc => synopsis_cxx98. [...]
--
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 9478e79 [gcc]
new 956b6d0 Daily bump.
new 0d313cc 2016-12-11 Sandra Loosemore <sandra(a)codesourcery.com>
new c40cd75 * doc/invoke.texi: Correct capitalization of OpenMP.
new 665be19 * config/sparc/constraints.md (T): Use special memory constr [...]
new fa56b06 Define arm_arch_core_flags in a single file
new b532fbf MIPS: Upgrade to R2 for -mnan=2008 and -mabs=2008.
new 7828cab Fix g++.dg/debug/dwarf2/typedef1.C
new 4d1d4da libgcc/ 2016-12-12 George Spelvin <linux(a)sciencehorizons.n [...]
new 489174f libgcc/ * config/avr/lib1funcs.S (__ashrdi3): Fix typo from [...]
new b449e8a Remove stray character at end of dg-do directive
new 4066793 PR rtl-optimization/78669 * ira.c (combine_and_move_insns): [...]
new 18ce903 Disable hwcaps on libgfortran
new 0e96068 PR middle-end/78716 * gimplify.c (gimplify_va_arg_expr): Do [...]
new bc9c99d Remove stray character at end of dg-do directive
new 02dfee4 [libstdc++][testsuite] XFAIL tests relying on long double-to- [...]
new 558f475 PR target/78738 * config/i386/i386.h (X87_ENABLE_ARITH): Al [...]
The 16 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/ChangeLog | 4 +
config/hwcaps.m4 | 28 +
gcc/ChangeLog | 40 +
gcc/DATESTAMP | 2 +-
gcc/common/config/arm/arm-common.c | 20 +
gcc/config/arm/arm-opts.h | 20 -
gcc/config/i386/i386.h | 9 +-
gcc/config/nios2/nios2.c | 3 +-
gcc/config/sparc/constraints.md | 15 +-
gcc/config/sparc/sparc.md | 12 +-
gcc/doc/invoke.texi | 2 +-
gcc/gimplify.c | 2 +-
gcc/ira.c | 8 +
gcc/testsuite/ChangeLog | 30 +
gcc/testsuite/g++.dg/debug/dwarf2/typedef1.C | 2 +-
gcc/testsuite/g++.dg/other/vararg-5.C | 24 +
gcc/testsuite/gcc.target/i386/pr78669.c | 27 +
gcc/testsuite/gcc.target/i386/pr78738.c | 10 +
gcc/testsuite/gcc.target/mips/mips.exp | 4 +-
gcc/testsuite/lib/target-supports.exp | 26 +
libgcc/ChangeLog | 10 +
libgcc/config/avr/lib1funcs.S | 29 +-
libgfortran/ChangeLog | 8 +
libgfortran/Makefile.am | 1 +
libgfortran/Makefile.in | 3 +
libgfortran/aclocal.m4 | 1 +
libgfortran/configure | 1198 ++++++++++----------
libgfortran/configure.ac | 3 +
libitm/ChangeLog | 7 +
libitm/acinclude.m4 | 30 -
libitm/aclocal.m4 | 1 +
libitm/configure.ac | 2 +-
libstdc++-v3/ChangeLog | 19 +
.../basic_string/numeric_conversions/char/stod.cc | 1 +
.../basic_string/numeric_conversions/char/stold.cc | 1 +
.../numeric_conversions/wchar_t/stod.cc | 2 +
.../numeric_conversions/wchar_t/stold.cc | 2 +
.../inserters_arithmetic/char/hexfloat.cc | 1 +
.../experimental/filesystem/operations/is_empty.cc | 2 +-
.../filesystem/operations/temp_directory_path.cc | 2 +-
40 files changed, 955 insertions(+), 656 deletions(-)
create mode 100644 config/hwcaps.m4
create mode 100644 gcc/testsuite/g++.dg/other/vararg-5.C
create mode 100644 gcc/testsuite/gcc.target/i386/pr78669.c
create mode 100644 gcc/testsuite/gcc.target/i386/pr78738.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 gcc-6-branch
in repository gcc.
from 10e6720 Fix failing test due to order of dg-directives
new 9c74d3d Daily bump.
new b53bb29 Daily bump.
new 39c6919 [Darwin] Back-port fix for PR71767.
new 30ab965 [Darwin] Back-port fix for PR57438.
new 5497e7a [Darwin] Back-port fix for PR67710.
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 | 81 ++++++++++++++++
gcc/DATESTAMP | 2 +-
gcc/config.in | 19 ++++
gcc/config/darwin-driver.c | 28 +++++-
gcc/config/darwin-sections.def | 5 +
gcc/config/darwin.c | 114 ++++++++++++++++------
gcc/config/darwin.h | 51 +++++++++-
gcc/config/darwin.opt | 9 ++
gcc/config/darwin10.h | 5 +
gcc/config/darwin12.h | 7 +-
gcc/config/i386/darwin.h | 5 +-
gcc/config/i386/i386.c | 93 ++++++++++++------
gcc/config/rs6000/rs6000.c | 45 +++++++--
gcc/configure | 115 ++++++++++++++++++++++-
gcc/configure.ac | 74 +++++++++++++++
gcc/testsuite/ChangeLog | 34 +++++++
gcc/testsuite/g++.dg/abi/key2.C | 1 +
gcc/testsuite/g++.dg/torture/darwin-cfstring-3.C | 4 +-
gcc/testsuite/gcc.dg/const-uniq-1.c | 2 +-
gcc/testsuite/gcc.dg/darwin-minversion-1.c | 4 +-
gcc/testsuite/gcc.dg/darwin-minversion-2.c | 4 +-
gcc/testsuite/gcc.dg/darwin-minversion-3.c | 4 +-
gcc/testsuite/gcc.dg/pr57438-1.c | 16 ++++
gcc/testsuite/gcc.dg/pr57438-2.c | 23 +++++
gcc/testsuite/gcc.dg/torture/darwin-cfstring-3.c | 4 +-
libgcc/ChangeLog | 9 ++
libgcc/config/t-darwin | 4 +
27 files changed, 674 insertions(+), 88 deletions(-)
create mode 100644 gcc/testsuite/gcc.dg/pr57438-1.c
create mode 100644 gcc/testsuite/gcc.dg/pr57438-2.c
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.