This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master
in repository gcc.
from d14be1e libstdc++: Fix usage of __GXX_WEAK__ in TM TS support.
new 3e11647 PR target/69176
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 | 17 +++-
gcc/config/aarch64/aarch64.md | 162 ++++++++++++++++++++++----------------
gcc/config/aarch64/constraints.md | 5 ++
gcc/config/aarch64/predicates.md | 4 +
4 files changed, 118 insertions(+), 70 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 3aab0c6 * mpxwrap/mpx_wrappers.c (__mpx_wrapper_memmove): Avoid -Wd [...]
new d14be1e libstdc++: Fix usage of __GXX_WEAK__ in TM TS support.
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 | 11 ++++++++++
libstdc++-v3/config/os/aix/os_defines.h | 3 +++
libstdc++-v3/include/bits/c++config | 36 ++++++++++++++++++++-------------
libstdc++-v3/src/c++11/cow-stdexcept.cc | 23 +++++++++------------
4 files changed, 45 insertions(+), 28 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 7f8cbca PR testsuite/69181: ensure expected multiline outputs is clea [...]
new 3aab0c6 * mpxwrap/mpx_wrappers.c (__mpx_wrapper_memmove): Avoid -Wd [...]
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:
libmpx/ChangeLog | 5 +++++
libmpx/mpxwrap/mpx_wrappers.c | 12 ++++++------
2 files changed, 11 insertions(+), 6 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 c3294fe Add test for PR 60637
new 7f8cbca PR testsuite/69181: ensure expected multiline outputs is clea [...]
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/testsuite/ChangeLog | 18 ++++++++++++++++++
gcc/testsuite/gcc.dg/pr69181-1.c | 7 +++++++
gcc/testsuite/gcc.dg/pr69181-2.c | 4 ++++
gcc/testsuite/lib/gcc-dg.exp | 36 ++++++++++++++++++------------------
gcc/testsuite/lib/multiline.exp | 22 +++++++++-------------
5 files changed, 56 insertions(+), 31 deletions(-)
create mode 100644 gcc/testsuite/gcc.dg/pr69181-1.c
create mode 100644 gcc/testsuite/gcc.dg/pr69181-2.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 d03f956 PR lto/69003 * lto-partition.c (rename_statics): Fix pasto.
new c3294fe Add test for PR 60637
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 | 3 +++
.../headers/cmath/60637.cc} | 29 +++++++++-------------
2 files changed, 15 insertions(+), 17 deletions(-)
copy libstdc++-v3/testsuite/{special_functions/14_expint/compile.cc => 26_numerics [...]
--
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 5882531 Fix C++98 std::signbit<long double>
new 56e3da3 Backport to mainline 2015-10-09 Alexander Fomin <alexander. [...]
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 | 16 ++++++++++++++++
gcc/config/i386/sse.md | 14 +++++++-------
gcc/testsuite/ChangeLog | 17 +++++++++++++++++
gcc/testsuite/gcc.target/i386/avx512dq-vrangepd-1.c | 6 +++---
gcc/testsuite/gcc.target/i386/avx512dq-vrangeps-1.c | 6 +++---
gcc/testsuite/gcc.target/i386/avx512dq-vrangesd-1.c | 2 +-
gcc/testsuite/gcc.target/i386/avx512dq-vrangess-1.c | 2 +-
gcc/testsuite/gcc.target/i386/avx512f-vcvtsi2sd64-1.c | 2 +-
gcc/testsuite/gcc.target/i386/avx512f-vcvtsi2ss-1.c | 2 +-
gcc/testsuite/gcc.target/i386/avx512f-vcvtsi2ss64-1.c | 2 +-
gcc/testsuite/gcc.target/i386/avx512f-vcvtusi2sd64-1.c | 2 +-
gcc/testsuite/gcc.target/i386/avx512f-vcvtusi2ss-1.c | 2 +-
gcc/testsuite/gcc.target/i386/avx512f-vcvtusi2ss64-1.c | 2 +-
13 files changed, 54 insertions(+), 21 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 hsa
in repository gcc.
from 431406e [hsa] Fix i686 fprintf warning
new 71bd4bc [hsa] Fix the value of BRIG_KIND_OPERAND_WAVESIZE
new db54172 [hsa] Own functions for little endian conversion
new 265455f [hsa] Includes necessary for powerpc-aix
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.hsa | 16 ++
gcc/hsa-brig-format.h | 2 +-
gcc/hsa-brig.c | 414 ++++++++++++++++++++++++++++++--------------------
3 files changed, 264 insertions(+), 168 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 256b464 PR ada/69219 * gcc-interface/trans.c (check_inlining_for_ne [...]
new 11e330d Backport from mainline 2016-01-07 Uros Bizjak <ubizjak@gm [...]
new 5882531 Fix C++98 std::signbit<long double>
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 | 9 ++++++++
gcc/config/i386/i386.c | 4 ++++
gcc/testsuite/ChangeLog | 8 ++++++++
gcc/testsuite/gcc.target/i386/pr69140.c | 24 ++++++++++++++++++++++
libstdc++-v3/ChangeLog | 7 +++++++
libstdc++-v3/include/c_global/cmath | 6 +++++-
.../bool.cc => 26_numerics/headers/cmath/60637.cc} | 16 ++++++---------
7 files changed, 63 insertions(+), 11 deletions(-)
create mode 100644 gcc/testsuite/gcc.target/i386/pr69140.c
copy libstdc++-v3/testsuite/{27_io/basic_ios/conv/bool.cc => 26_numerics/headers/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-4_9-branch
in repository gcc.
from b4d1865 2016-01-17 Bill Schmidt <wschmidt(a)linux.vnet.ibm.com>
new aaa1221 Fix C++98 std::signbit<long double>
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 | 7 +++++++
libstdc++-v3/include/c_global/cmath | 6 +++++-
.../64646.cc => 26_numerics/headers/cmath/60637.cc} | 12 ++++++------
3 files changed, 18 insertions(+), 7 deletions(-)
copy libstdc++-v3/testsuite/{25_algorithms/is_permutation/64646.cc => 26_numerics/ [...]
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.