This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master
in repository gcc.
from f5ef1f9e858 c++: ICE with unparsed noexcept [PR117106]
new 5fdcbe487df Honor dump options for C/C++ '-fdump-tree-original'
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/c-family/c-gimplify.cc | 2 +-
gcc/c-family/c-pretty-print.cc | 29 +++++++++++++++++++++++-----
gcc/c-family/c-pretty-print.h | 6 ++++--
gcc/testsuite/c-c++-common/goacc/pr92793-1.c | 21 ++++++++++----------
4 files changed, 39 insertions(+), 19 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 fcecc74cb38 c++: Don't use CLEANUP_EH_ONLY for new expression cleanup [ [...]
new 0b2f34ca19e c++: Properly support null pointer constants in conditional [...]
new f5ef1f9e858 c++: ICE with unparsed noexcept [PR117106]
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/cp/call.cc | 3 +-
gcc/cp/pt.cc | 16 ++++---
gcc/testsuite/g++.dg/conversion/op8.C | 75 +++++++++++++++++++++++++++++++++
gcc/testsuite/g++.dg/cpp0x/noexcept89.C | 9 ++++
gcc/testsuite/g++.dg/cpp0x/noexcept90.C | 12 ++++++
5 files changed, 109 insertions(+), 6 deletions(-)
create mode 100644 gcc/testsuite/g++.dg/conversion/op8.C
create mode 100644 gcc/testsuite/g++.dg/cpp0x/noexcept89.C
create mode 100644 gcc/testsuite/g++.dg/cpp0x/noexcept90.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 251aa524a31 Fortran: Fix default init of finalizable derived argus [PR116829]
new 6c8e6d6feba c++: Allow constexpr reads from volatile std::nullptr_t obj [...]
new 801fb71f836 c++: Use cplus_decl_attributes rather than decl_attributes [...]
new fcecc74cb38 c++: Don't use CLEANUP_EH_ONLY for new expression cleanup [ [...]
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/cp/constexpr.cc | 3 ++-
gcc/cp/decl.cc | 5 ++---
gcc/cp/decl2.cc | 3 ++-
gcc/cp/init.cc | 1 -
gcc/testsuite/g++.dg/asan/pr118763.C | 15 +++++++++++++++
gcc/testsuite/g++.dg/cpp0x/constexpr-union9.C | 16 ++++++++++++++++
gcc/testsuite/g++.dg/cpp0x/constexpr-volatile4.C | 20 ++++++++++++++++++++
gcc/testsuite/g++.dg/cpp0x/gen-attrs-87.C | 10 ++++++++++
gcc/testsuite/g++.dg/gomp/attrs-3.C | 6 +++---
9 files changed, 70 insertions(+), 9 deletions(-)
create mode 100644 gcc/testsuite/g++.dg/asan/pr118763.C
create mode 100644 gcc/testsuite/g++.dg/cpp0x/constexpr-union9.C
create mode 100644 gcc/testsuite/g++.dg/cpp0x/constexpr-volatile4.C
create mode 100644 gcc/testsuite/g++.dg/cpp0x/gen-attrs-87.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 releases/gcc-14
in repository gcc.
from 373e2dbc5d9 Daily bump.
new 4d4c5ec93d6 Fortran: Fix error recovery for bad component arrayspecs [P [...]
new 1cd744a6828 Fortran: FIx ICE in associate with elemental function [PR118750]
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/fortran/class.cc | 2 +-
gcc/fortran/decl.cc | 19 ++++++++++++++++---
gcc/fortran/resolve.cc | 2 +-
gcc/testsuite/gfortran.dg/associate_72.f90 | 26 ++++++++++++++++++++++++++
gcc/testsuite/gfortran.dg/pr108434.f90 | 10 +++++++++-
5 files changed, 53 insertions(+), 6 deletions(-)
create mode 100644 gcc/testsuite/gfortran.dg/associate_72.f90
--
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 6aa3329b343 [gcn] Fix the output amdhsa.version
new 4931a637479 tree-optimization/115538 - possible wrong-code with SLP conversion
new 251aa524a31 Fortran: Fix default init of finalizable derived argus [PR116829]
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/fortran/trans-decl.cc | 21 +++-------
gcc/testsuite/gfortran.dg/derived_init_7.f90 | 58 ++++++++++++++++++++++++++++
gcc/tree-vect-generic.cc | 6 +--
gcc/tree-vect-slp.cc | 19 +++++++++
gcc/tree-vect-stmts.cc | 38 +++++++++++++-----
gcc/tree-vectorizer.h | 4 +-
6 files changed, 116 insertions(+), 30 deletions(-)
create mode 100644 gcc/testsuite/gfortran.dg/derived_init_7.f90
--
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 bad9a7303a4 LoongArch: Correct the mode for mask{eq,ne}z
new 8561e4e2903 [GCN] Handle generic ISA names in libgomp's plugin-gcn.c
new 6aa3329b343 [gcn] Fix the output amdhsa.version
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/config/gcn/gcn.cc | 17 +++--
gcc/config/gcn/gen-gcn-device-macros.awk | 4 +-
libgomp/plugin/plugin-gcn.c | 118 ++++++++++++++++++++++++-------
3 files changed, 106 insertions(+), 33 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 075ddb5226c [ifcombine] avoid creating out-of-bounds BIT_FIELD_REFs [PR118514]
new bad9a7303a4 LoongArch: Correct the mode for mask{eq,ne}z
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/loongarch/loongarch.md | 10 +++-------
1 file changed, 3 insertions(+), 7 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 b5a29a93ee2 [gcn] Add gfx9-generic and generic-associated gfx*
new 075ddb5226c [ifcombine] avoid creating out-of-bounds BIT_FIELD_REFs [PR118514]
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/gimple-fold.cc | 11 ++---------
gcc/testsuite/gcc.dg/field-merge-25.c | 15 +++++++++++++++
gcc/tree-eh.cc | 25 +++++++++++++------------
gcc/tree-eh.h | 1 +
4 files changed, 31 insertions(+), 21 deletions(-)
create mode 100644 gcc/testsuite/gcc.dg/field-merge-25.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 fa5544625d5 [gcn] Fix gfx906's sramecc setting
new b5a29a93ee2 [gcn] Add gfx9-generic and generic-associated gfx*
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/gcn/gcn-devices.def | 202 ++++++++++++++++++++++++++++++++++++++---
gcc/config/gcn/gcn-tables.opt | 45 +++++++++
gcc/doc/invoke.texi | 53 +++++++++++
3 files changed, 289 insertions(+), 11 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 7722b65f877 [testsuite] [sparc] select ultrasparc for fsmuld test
new fa5544625d5 [gcn] Fix gfx906's sramecc setting
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/gcn/gcn-devices.def | 2 +-
gcc/config/gcn/gcn.cc | 3 ++-
2 files changed, 3 insertions(+), 2 deletions(-)
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.