This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master
in repository gcc.
from 5294e0a0b40 libstdc++: Implement proposed resolution of LWG4477 [PR122671]
new 3d000da5320 c++, libstdc++: Implement CWG1670 and LWG4468
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/parser.cc | 11 ++++++++---
gcc/testsuite/g++.dg/DRs/dr1670-1.C | 9 +++++++++
gcc/testsuite/g++.dg/DRs/dr1670-2.C | 10 ++++++++++
gcc/testsuite/g++.dg/DRs/dr1670-3.C | 10 ++++++++++
gcc/testsuite/g++.dg/cpp0x/auto9.C | 4 ++--
gcc/testsuite/g++.dg/cpp1y/auto-fn12.C | 2 +-
gcc/testsuite/g++.dg/cpp1y/auto-fn13.C | 1 +
gcc/testsuite/g++.dg/cpp1y/auto-fn22.C | 1 +
gcc/testsuite/g++.dg/cpp1y/auto-fn44.C | 5 +++--
gcc/testsuite/g++.dg/cpp1y/auto-fn50.C | 3 ++-
gcc/testsuite/g++.dg/cpp1y/constexpr-assert2.C | 1 +
gcc/testsuite/g++.dg/modules/auto-1_a.H | 2 +-
gcc/testsuite/g++.dg/modules/auto-1_b.C | 2 +-
libstdc++-v3/include/std/type_traits | 2 +-
14 files changed, 51 insertions(+), 12 deletions(-)
create mode 100644 gcc/testsuite/g++.dg/DRs/dr1670-1.C
create mode 100644 gcc/testsuite/g++.dg/DRs/dr1670-2.C
create mode 100644 gcc/testsuite/g++.dg/DRs/dr1670-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 main
in repository newlib.
from 7f2a1f19b libgloss: pru: Add support for older PRU cores
new 8b4c5fac7 Cygwin: wincap: add wincap entry for Windows 11 24H2
new 28122c60f Cygwin: console: (re-)introduce simple creation of invisible console
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:
winsup/cygwin/autoload.cc | 1 +
winsup/cygwin/fhandler/console.cc | 21 ++++++++++++++++---
winsup/cygwin/local_includes/fhandler.h | 1 +
winsup/cygwin/local_includes/wincap.h | 2 ++
winsup/cygwin/wincap.cc | 37 ++++++++++++++++++++++++++++++++-
5 files changed, 58 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 gcc.
from a264167c1ed build: Define DISABLE_MULTILIB if --disable-multilib
new 735eb662ba3 tree-ssa-live: Fix .DEFERRED_INIT handling [PR122184]
new 5294e0a0b40 libstdc++: Implement proposed resolution of LWG4477 [PR122671]
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/g++.dg/cpp26/constexpr-eh17.C | 38 +++++++++++++++++++++++++++++
gcc/testsuite/g++.dg/opt/pr122184-1.C | 12 +++++++++
gcc/testsuite/g++.dg/opt/pr122184-2.C | 12 +++++++++
gcc/tree-ssa-live.cc | 7 +++++-
libstdc++-v3/libsupc++/new | 9 ++++---
5 files changed, 73 insertions(+), 5 deletions(-)
create mode 100644 gcc/testsuite/g++.dg/cpp26/constexpr-eh17.C
create mode 100644 gcc/testsuite/g++.dg/opt/pr122184-1.C
create mode 100644 gcc/testsuite/g++.dg/opt/pr122184-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 f2e3eb726be Fix typo in sol2.h
new a264167c1ed build: Define DISABLE_MULTILIB if --disable-multilib
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/genmultilib | 2 +-
1 file changed, 1 insertion(+), 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 66bac7bde59 rs6000: Do not reorder operands for vec_pack_to_short_fp32 [...]
new f2e3eb726be Fix typo in sol2.h
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/config/sol2.h | 2 +-
gcc/testsuite/c-c++-common/asan/pr59063-2.c | 2 +-
2 files changed, 2 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.
unknown user pushed a change to branch master
in repository gcc.
from 0ec9191dae0 Fortran: Fix testcases from [PR32365]
new 66bac7bde59 rs6000: Do not reorder operands for vec_pack_to_short_fp32 [...]
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/config/rs6000/altivec.md | 5 +----
gcc/testsuite/gcc.target/powerpc/builtins-1-p9-runnable.c | 5 -----
2 files changed, 1 insertion(+), 9 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 d537baefb51 i386: Add AVX10.1, AVX10.2, APX_F and MOVRS to Nova Lake
new 0ec9191dae0 Fortran: Fix testcases from [PR32365]
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/gfortran.dg/goacc/routine-1.f90 | 6 +++---
gcc/testsuite/gfortran.dg/goacc/routine-2.f90 | 2 +-
gcc/testsuite/gfortran.dg/gomp/declare-variant-17.f90 | 4 ++--
gcc/testsuite/gfortran.dg/gomp/order-2.f90 | 10 +++++-----
gcc/testsuite/gfortran.dg/gomp/pr78026.f03 | 2 +-
gcc/testsuite/gfortran.dg/gomp/requires-4.f90 | 2 +-
gcc/testsuite/gfortran.dg/gomp/requires-6.f90 | 2 +-
7 files changed, 14 insertions(+), 14 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 608420810f9 Daily bump.
new d537baefb51 i386: Add AVX10.1, AVX10.2, APX_F and MOVRS to Nova Lake
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/common/config/i386/i386-common.cc | 2 +-
gcc/config/i386/driver-i386.cc | 6 +++---
gcc/config/i386/i386.h | 6 +++++-
gcc/config/i386/x86-tune-sched.cc | 3 +++
gcc/config/i386/x86-tune.def | 2 +-
gcc/doc/invoke.texi | 4 ++--
6 files changed, 15 insertions(+), 8 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 releases/gcc-15
in repository gcc.
from 60db9b6a0af Fortran: contiguous pointer assignment to select type targe [...]
new ed2f88d2756 Daily bump.
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 | 46 ++++++++++++++++++++++++++++++++++++++
gcc/DATESTAMP | 2 +-
gcc/cp/ChangeLog | 8 +++++++
gcc/fortran/ChangeLog | 9 ++++++++
gcc/lto/ChangeLog | 11 +++++++++
gcc/testsuite/ChangeLog | 59 +++++++++++++++++++++++++++++++++++++++++++++++++
libstdc++-v3/ChangeLog | 11 +++++++++
7 files changed, 145 insertions(+), 1 deletion(-)
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.