This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master
in repository gcc.
from 942497ad742 libcpp: Fix macro expansion for argument of __has_include [ [...]
new 2a556dbec2e libstdc++: Update C++23 status in the manual
new e6836bbbd7a libstdc++: Correct notes about std::call_once in manual [PR66146]
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/doc/html/manual/status.html | 152 ++++++++++---
libstdc++-v3/doc/xml/manual/status_cxx2011.xml | 2 +-
libstdc++-v3/doc/xml/manual/status_cxx2014.xml | 2 +-
libstdc++-v3/doc/xml/manual/status_cxx2017.xml | 2 +-
libstdc++-v3/doc/xml/manual/status_cxx2023.xml | 289 ++++++++++++++++++++++---
libstdc++-v3/include/bits/version.def | 2 +-
6 files changed, 379 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 b7f70cfdb6f PR modula2/114333 set type comparison against a cardinal sh [...]
new 6c166e55b15 libcpp: Fix __has_include_next ICE in the last directory of [...]
new 942497ad742 libcpp: Fix macro expansion for argument of __has_include [ [...]
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/c-c++-common/cpp/has-include-2.c | 12 ++++++++++++
gcc/testsuite/c-c++-common/cpp/has-include-2.h | 1 +
.../cpp/has-include-next-2-dir/has-include-next-2.h | 3 +++
gcc/testsuite/c-c++-common/cpp/has-include-next-2.c | 4 ++++
gcc/testsuite/lib/gcc-defs.exp | 1 +
libcpp/files.cc | 12 ++++++++----
libcpp/macro.cc | 3 +++
7 files changed, 32 insertions(+), 4 deletions(-)
create mode 100644 gcc/testsuite/c-c++-common/cpp/has-include-2.c
create mode 100644 gcc/testsuite/c-c++-common/cpp/has-include-2.h
create mode 100644 gcc/testsuite/c-c++-common/cpp/has-include-next-2-dir/has-inclu [...]
create mode 100644 gcc/testsuite/c-c++-common/cpp/has-include-next-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 ddf852dac2a OpenACC 2.7: front-end support for readonly modifier
new b7f70cfdb6f PR modula2/114333 set type comparison against a cardinal sh [...]
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/m2/gm2-compiler/M2Check.mod | 111 +++++++++--
gcc/m2/gm2-compiler/M2GenGCC.mod | 212 +++++++++++++--------
gcc/m2/gm2-compiler/M2Quads.mod | 2 +-
gcc/testsuite/gm2/cse/pass/testcse54.mod | 7 +
.../{pass/unbounded.mod => run/pass/array9.mod} | 15 +-
.../fail/testexp.mod => iso/run/pass/strcons3.mod} | 18 +-
.../gm2/iso/run/pass/{strcons.mod => strcons4.mod} | 12 +-
gcc/testsuite/gm2/pim/fail/badset1.mod | 13 ++
gcc/testsuite/gm2/pim/fail/badset2.mod | 13 ++
gcc/testsuite/gm2/pim/fail/badset3.mod | 11 ++
gcc/testsuite/gm2/pim/fail/badset4.mod | 11 ++
11 files changed, 311 insertions(+), 114 deletions(-)
create mode 100644 gcc/testsuite/gm2/cse/pass/testcse54.mod
copy gcc/testsuite/gm2/iso/{pass/unbounded.mod => run/pass/array9.mod} (83%)
copy gcc/testsuite/gm2/{errors/fail/testexp.mod => iso/run/pass/strcons3.mod} (74%)
copy gcc/testsuite/gm2/iso/run/pass/{strcons.mod => strcons4.mod} (82%)
create mode 100644 gcc/testsuite/gm2/pim/fail/badset1.mod
create mode 100644 gcc/testsuite/gm2/pim/fail/badset2.mod
create mode 100644 gcc/testsuite/gm2/pim/fail/badset3.mod
create mode 100644 gcc/testsuite/gm2/pim/fail/badset4.mod
--
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 90a7da69528 IBM Z: Fix -munaligned-symbols
new ddf852dac2a OpenACC 2.7: front-end support for readonly modifier
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/c-parser.cc | 68 ++++++++++++++++++--
gcc/cp/parser.cc | 63 ++++++++++++++++--
gcc/fortran/dump-parse-tree.cc | 5 +-
gcc/fortran/gfortran.h | 6 +-
gcc/fortran/openmp.cc | 87 ++++++++++++++++---------
gcc/fortran/trans-decl.cc | 6 +-
gcc/fortran/trans-openmp.cc | 47 ++++++++------
gcc/testsuite/c-c++-common/goacc/readonly-1.c | 59 +++++++++++++++++
gcc/testsuite/gfortran.dg/goacc/readonly-1.f90 | 89 ++++++++++++++++++++++++++
gcc/tree-core.h | 6 ++
gcc/tree-pretty-print.cc | 4 ++
gcc/tree.h | 8 +++
12 files changed, 379 insertions(+), 69 deletions(-)
create mode 100644 gcc/testsuite/c-c++-common/goacc/readonly-1.c
create mode 100644 gcc/testsuite/gfortran.dg/goacc/readonly-1.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 binutils-gdb.
from 3a4c6f1aa95 Automatic date update in version.in
new 9a03f218534 [gdb/tdep] Fix gdb.base/watchpoint-unaligned.exp on aarch64
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:
gdb/aarch64-nat.c | 17 +++++-
gdb/testsuite/gdb.base/watchpoint-unaligned.c | 11 ++--
gdb/testsuite/gdb.base/watchpoint-unaligned.exp | 78 +++++++++++++++----------
3 files changed, 68 insertions(+), 38 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 8f6e0814b4b gimple-iterator: Some gsi_safe_insert_*before fixes
new 90a7da69528 IBM Z: Fix -munaligned-symbols
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/s390/s390.cc | 15 +++-
gcc/config/s390/s390.opt | 7 +-
gcc/testsuite/gcc.target/s390/aligned-1.c | 101 ++++++++++++++++++++++++---
gcc/testsuite/gcc.target/s390/unaligned-1.c | 103 +++++++++++++++++++++++++---
gcc/testsuite/gcc.target/s390/unaligned-2.c | 16 -----
5 files changed, 201 insertions(+), 41 deletions(-)
delete mode 100644 gcc/testsuite/gcc.target/s390/unaligned-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 618e34d56cc i386[stv]: Handle REG_EH_REGION note
new 8f6e0814b4b gimple-iterator: Some gsi_safe_insert_*before fixes
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-iterator.cc | 13 +++++++++++++
1 file changed, 13 insertions(+)
--
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-12
in repository gcc.
from 3a23863d1b4 Daily bump.
new a861f940eff i386[stv]: Handle REG_EH_REGION note
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/i386/i386-features.cc | 50 ++++++++++++++++++++++++++++----
gcc/config/i386/i386-features.h | 1 +
gcc/testsuite/g++.target/i386/pr111822.C | 45 ++++++++++++++++++++++++++++
3 files changed, 91 insertions(+), 5 deletions(-)
create mode 100644 gcc/testsuite/g++.target/i386/pr111822.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-13
in repository gcc.
from f3d49b9517f Daily bump.
new bdbcfbfcf59 i386[stv]: Handle REG_EH_REGION note
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/i386/i386-features.cc | 50 ++++++++++++++++++++++++++++----
gcc/config/i386/i386-features.h | 1 +
gcc/testsuite/g++.target/i386/pr111822.C | 45 ++++++++++++++++++++++++++++
3 files changed, 91 insertions(+), 5 deletions(-)
create mode 100644 gcc/testsuite/g++.target/i386/pr111822.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 746b71e26bd Daily bump.
new 618e34d56cc i386[stv]: Handle REG_EH_REGION note
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/i386/i386-features.cc | 50 ++++++++++++++++++++++++++++----
gcc/config/i386/i386-features.h | 1 +
gcc/testsuite/g++.target/i386/pr111822.C | 45 ++++++++++++++++++++++++++++
3 files changed, 91 insertions(+), 5 deletions(-)
create mode 100644 gcc/testsuite/g++.target/i386/pr111822.C
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.