This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository gcc.
from 165e3e7c3ba Don't call clean_symbol_name in create_tmp_var_name [PR116219] new 38900247f38 Partially support streaming of poly_int for offloading. new d1fc9816df8 c++: erroneous partial spec vs primary tmpl [PR116064]
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/error.cc | 6 ++- gcc/cp/pt.cc | 2 +- gcc/data-streamer-in.cc | 12 ++---- gcc/data-streamer.cc | 8 ++++ gcc/data-streamer.h | 49 +++++++++++++++++++++-- gcc/lto-streamer-in.cc | 5 +++ gcc/lto-streamer-out.cc | 3 ++ gcc/poly-int.h | 4 ++ gcc/testsuite/g++.dg/template/permissive-error2.C | 15 +++++++ gcc/tree-streamer-in.cc | 33 ++++++++++++++- 10 files changed, 121 insertions(+), 16 deletions(-) create mode 100644 gcc/testsuite/g++.dg/template/permissive-error2.C