This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master
in repository gcc.
from dd9ca9d770a rtl-optimization/93946 - fix TBAA for redundant store remov [...]
new 77d6dfc9298 c++: Fix ICE-on-invalid with lambda template [PR94507]
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/cp/ChangeLog | 6 ++++++
gcc/cp/pt.c | 11 +++++++++++
gcc/testsuite/ChangeLog | 5 +++++
gcc/testsuite/g++.dg/cpp2a/lambda-generic7.C | 10 ++++++++++
4 files changed, 32 insertions(+)
create mode 100644 gcc/testsuite/g++.dg/cpp2a/lambda-generic7.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 c5f37965396 x86: Insert ENDBR if function will be called indirectly
new 7dbfcb91a87 add missing fp16 options
new dd9ca9d770a rtl-optimization/93946 - fix TBAA for redundant store remov [...]
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 | 6 ++++++
gcc/cse.c | 13 +++++++++++--
gcc/testsuite/ChangeLog | 5 +++++
gcc/testsuite/gcc.target/arm/fp16-aapcs-3.c | 3 +--
4 files changed, 23 insertions(+), 4 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 glibc.
from 8a1d13d0c7 Updates to the shn_MM locale [BZ #25532]
new 6a0474c769 Update aarch64 libm-test-ulps
new 79943b37a0 Update arm libm-test-ulps
new e379112b68 Update sparc libm-test-ulps
new 8a7f8da168 Update ia64 libm-test-ulps
new 17e7d1c5f8 Update alpha libm-test-ulps
new b1caa144c7 Update mips libm-test-ulps
The 6 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:
sysdeps/aarch64/libm-test-ulps | 31 ++++++++++-----------
sysdeps/alpha/fpu/libm-test-ulps | 55 +++++++++++++++++++-------------------
sysdeps/arm/libm-test-ulps | 55 +++++++++++++++++++-------------------
sysdeps/ia64/fpu/libm-test-ulps | 32 +++++++++++-----------
sysdeps/mips/mips32/libm-test-ulps | 55 +++++++++++++++++++-------------------
sysdeps/mips/mips64/libm-test-ulps | 55 +++++++++++++++++++-------------------
sysdeps/sparc/fpu/libm-test-ulps | 55 +++++++++++++++++++-------------------
7 files changed, 173 insertions(+), 165 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 devel/c++-modules
in repository gcc.
from 314832b80fe Merge master 50c7853216e8511971c55b51d7fe29173db4749b
new 66892d570b0 Avoid null derefs
new 5c4ec4a8f9c More header unit checking
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:
ChangeLog.modules | 9 +++++++++
gcc/cp/module.cc | 17 +++++++++++++----
gcc/testsuite/g++.dg/modules/lambda-2_c.C | 3 +++
gcc/testsuite/g++.dg/modules/lambda-3_c.C | 3 +++
.../{xtreme-header-1_b.C => xtreme-header-1_c.C} | 1 -
.../{xtreme-header-2_b.C => xtreme-header-2_c.C} | 1 -
.../{xtreme-header-3_b.C => xtreme-header-3_c.C} | 1 -
.../{xtreme-header-4_b.C => xtreme-header-4_c.C} | 1 -
.../{xtreme-header-5_b.C => xtreme-header-5_c.C} | 1 -
.../{xtreme-header-6_b.C => xtreme-header-6_c.C} | 1 -
10 files changed, 28 insertions(+), 10 deletions(-)
create mode 100644 gcc/testsuite/g++.dg/modules/lambda-2_c.C
create mode 100644 gcc/testsuite/g++.dg/modules/lambda-3_c.C
copy gcc/testsuite/g++.dg/modules/{xtreme-header-1_b.C => xtreme-header-1_c.C} (76%)
copy gcc/testsuite/g++.dg/modules/{xtreme-header-2_b.C => xtreme-header-2_c.C} (76%)
copy gcc/testsuite/g++.dg/modules/{xtreme-header-3_b.C => xtreme-header-3_c.C} (76%)
copy gcc/testsuite/g++.dg/modules/{xtreme-header-4_b.C => xtreme-header-4_c.C} (76%)
copy gcc/testsuite/g++.dg/modules/{xtreme-header-5_b.C => xtreme-header-5_c.C} (76%)
copy gcc/testsuite/g++.dg/modules/{xtreme-header-6_b.C => xtreme-header-6_c.C} (76%)
--
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 linux.
from f5e94d10e4c4 Merge tag 'drm-next-2020-04-08' of git://anongit.freedeskt [...]
new ae46d2aa6a7f mm/gup: Let __get_user_pages_locked() return -EINTR for fa [...]
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:
mm/gup.c | 5 ++++-
1 file changed, 4 insertions(+), 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 8bf5faa9c46 i386: Don't use AVX512F integral masks for V*TImode [PR94438]
new c5f37965396 x86: Insert ENDBR if function will be called indirectly
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 | 6 ++++++
gcc/config/i386/i386-features.c | 7 ++++++-
gcc/testsuite/ChangeLog | 7 +++++++
gcc/testsuite/gcc.target/i386/pr94417-1.c | 20 ++++++++++++++++++++
gcc/testsuite/gcc.target/i386/pr94417-2.c | 21 +++++++++++++++++++++
gcc/testsuite/gcc.target/i386/pr94417-3.c | 19 +++++++++++++++++++
6 files changed, 79 insertions(+), 1 deletion(-)
create mode 100644 gcc/testsuite/gcc.target/i386/pr94417-1.c
create mode 100644 gcc/testsuite/gcc.target/i386/pr94417-2.c
create mode 100644 gcc/testsuite/gcc.target/i386/pr94417-3.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 faa0817311f Move gfortran.dg/dec_math_5.f90 to ./ieee/
new 8bf5faa9c46 i386: Don't use AVX512F integral masks for V*TImode [PR94438]
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 | 6 ++++++
gcc/config/i386/i386.c | 4 +++-
gcc/testsuite/ChangeLog | 6 ++++++
gcc/testsuite/gcc.target/i386/avx512bw-pr94438.c | 13 +++++++++++++
gcc/testsuite/gcc.target/i386/avx512vlbw-pr94438.c | 13 +++++++++++++
5 files changed, 41 insertions(+), 1 deletion(-)
create mode 100644 gcc/testsuite/gcc.target/i386/avx512bw-pr94438.c
create mode 100644 gcc/testsuite/gcc.target/i386/avx512vlbw-pr94438.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 e4b84abcc46 require tls_runtime for tls execution test
new ef389dadd4f libstdc++: Add comparison operators to types from Numerics clause
new faa0817311f Move gfortran.dg/dec_math_5.f90 to ./ieee/
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/testsuite/ChangeLog | 7 ++++++
.../{dec_math_5.f90 => ieee/dec_math_1.f90} | 5 +++-
libstdc++-v3/ChangeLog | 8 +++++++
libstdc++-v3/include/bits/slice_array.h | 5 ++++
libstdc++-v3/include/std/complex | 2 ++
.../pr93884.cc => 26_numerics/slice/compare.cc} | 28 ++++++++++++----------
6 files changed, 42 insertions(+), 13 deletions(-)
rename gcc/testsuite/gfortran.dg/{dec_math_5.f90 => ieee/dec_math_1.f90} (97%)
copy libstdc++-v3/testsuite/{24_iterators/back_insert_iterator/pr93884.cc => 26_nu [...]
--
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 70df40cab6f Allow new/delete operator deletion only for replaceable.
new e4b84abcc46 require tls_runtime for tls execution test
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 | 4 ++++
gcc/testsuite/gcc.dg/tls/pr78796.c | 2 +-
2 files changed, 5 insertions(+), 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 ef684c78273 [Arm] Implement CDE predicated intrinsics for MVE registers
new e18cd376e0d libstdc++: Add comparison operators to <charconv> result types
new 70df40cab6f Allow new/delete operator deletion only for replaceable.
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 | 25 +++++++
gcc/cgraph.c | 7 +-
gcc/cp/ChangeLog | 7 ++
gcc/cp/decl.c | 14 ++++
gcc/gimple.c | 6 +-
gcc/gimple.h | 2 +-
gcc/ipa-icf.c | 4 +
gcc/lto/ChangeLog | 6 ++
gcc/lto/lto-common.c | 1 +
gcc/testsuite/ChangeLog | 7 ++
gcc/testsuite/g++.dg/pr94314-2.C | 26 +++++++
gcc/testsuite/g++.dg/pr94314-3.C | 55 ++++++++++++++
gcc/testsuite/g++.dg/pr94314.C | 85 ++++++++++++++++++++++
gcc/tree-core.h | 3 +-
gcc/tree-ssa-dce.c | 8 +-
gcc/tree-streamer-in.c | 1 +
gcc/tree-streamer-out.c | 1 +
gcc/tree.h | 10 ++-
libstdc++-v3/ChangeLog | 7 ++
libstdc++-v3/include/std/charconv | 13 +++-
.../{to_address/debug.cc => from_chars/compare.cc} | 22 +++++-
.../{to_address/debug.cc => to_chars/compare.cc} | 23 +++++-
22 files changed, 311 insertions(+), 22 deletions(-)
create mode 100644 gcc/testsuite/g++.dg/pr94314-2.C
create mode 100644 gcc/testsuite/g++.dg/pr94314-3.C
create mode 100644 gcc/testsuite/g++.dg/pr94314.C
copy libstdc++-v3/testsuite/20_util/{to_address/debug.cc => from_chars/compare.cc} (66%)
copy libstdc++-v3/testsuite/20_util/{to_address/debug.cc => to_chars/compare.cc} (65%)
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.