This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository gcc.
from a6bc1680a49 aarch64: Add missing error_mark_node check [PR99381] new a1b56c3ef70 c-ppoutput: Fix preprocessing ICE on very large line number [...] new c9816196328 c++: Fix up [[nodiscard]] on ctors on targetm.cxx.cdtor_ret [...]
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/c-family/c-ppoutput.c | 9 +++++---- gcc/cp/cvt.c | 12 +++++++----- ...nodiscard-constructor.c => nodiscard-constructor1.C} | 6 +++--- gcc/testsuite/g++.dg/cpp2a/nodiscard-constructor2.C | 17 +++++++++++++++++ gcc/testsuite/g++.dg/cpp2a/nodiscard-once.C | 2 +- gcc/testsuite/g++.dg/cpp2a/nodiscard-reason-nonstring.C | 2 +- gcc/testsuite/g++.dg/cpp2a/nodiscard-reason-only-one.C | 2 +- gcc/testsuite/gcc.dg/cpp/line11.c | 6 ++++++ gcc/testsuite/gcc.dg/cpp/line12.c | 6 ++++++ 9 files changed, 47 insertions(+), 15 deletions(-) rename gcc/testsuite/g++.dg/cpp2a/{nodiscard-constructor.c => nodiscard-constructo [...] create mode 100644 gcc/testsuite/g++.dg/cpp2a/nodiscard-constructor2.C create mode 100644 gcc/testsuite/gcc.dg/cpp/line11.c create mode 100644 gcc/testsuite/gcc.dg/cpp/line12.c