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 c3e54977d60 Restore a bunch of trunk behaviour adds 862a58ed83c nvptx: Support 16-bit shifts and extendqihi2 adds ae49af94850 libcpp: Fix up raw string literal parsing error-recovery [PR96323] adds 86cb35983f5 c++: Fix up cp_lexer_safe_previous_token [PR96328] adds 2ddae15e808 testsuite: Fix spello adds 9b837af463d c++: tree dump indentation adds 0cd58a9f091 c++: better fixup_type_variants adds f3665bd1111 c++: Set more DECL_CONTEXTs new 403213844e0 Merge trunk f3665bd1111
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: ChangeLog.modules | 2 + gcc/config/nvptx/nvptx.md | 25 ++++++---- gcc/cp/parser.c | 78 ++++++++++++++++++------------- gcc/testsuite/c-c++-common/cpp/pr96323.c | 8 ++++ gcc/testsuite/g++.dg/diagnostic/pr96328.C | 4 ++ gcc/testsuite/gcc.target/nvptx/cvt.c | 13 ++++++ gcc/testsuite/gcc.target/nvptx/shift16.c | 30 ++++++++++++ libcpp/lex.c | 3 +- 8 files changed, 120 insertions(+), 43 deletions(-) create mode 100644 gcc/testsuite/c-c++-common/cpp/pr96323.c create mode 100644 gcc/testsuite/g++.dg/diagnostic/pr96328.C create mode 100644 gcc/testsuite/gcc.target/nvptx/cvt.c create mode 100644 gcc/testsuite/gcc.target/nvptx/shift16.c