This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository gcc.
from b209d905f5c bb-reorder: Fix -freorder-blocks-and-partition ICEs on aarc [...] new 77772f8a3da c++: Stream DECL_CONTEXT for template template parms [PR98881] new 940586a6358 c++: Fix ICE diagnosing incomplete type of overloaded funct [...]
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/module.cc | 41 ++++++---------------- gcc/cp/typeck2.cc | 11 +++--- gcc/testsuite/g++.dg/modules/tpl-tpl-parm-3.h | 12 +++++++ .../modules/{auto-3_a.H => tpl-tpl-parm-3_a.H} | 3 +- gcc/testsuite/g++.dg/modules/tpl-tpl-parm-3_b.C | 5 +++ gcc/testsuite/g++.dg/modules/tpl-tpl-parm-3_c.C | 15 ++++++++ gcc/testsuite/g++.dg/pr98356.C | 9 +++++ 7 files changed, 58 insertions(+), 38 deletions(-) create mode 100644 gcc/testsuite/g++.dg/modules/tpl-tpl-parm-3.h copy gcc/testsuite/g++.dg/modules/{auto-3_a.H => tpl-tpl-parm-3_a.H} (62%) create mode 100644 gcc/testsuite/g++.dg/modules/tpl-tpl-parm-3_b.C create mode 100644 gcc/testsuite/g++.dg/modules/tpl-tpl-parm-3_c.C create mode 100644 gcc/testsuite/g++.dg/pr98356.C