This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository gcc.
from c37159d2e53 testsuite: adjust call to abort in excess-precision-12 new 6d27ee7fcc3 c++: refine dependent_alias_template_spec_p [PR90679] new 0a37463758d c++: partial ordering and dep alias tmpl specs [PR90679]
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/cp-tree.h | 11 +-- gcc/cp/pt.cc | 144 +++++++++++++++++++++------- gcc/cp/tree.cc | 2 +- gcc/testsuite/g++.dg/cpp0x/alias-decl-75a.C | 26 +++++ gcc/testsuite/g++.dg/cpp0x/alias-decl-75b.C | 26 +++++ gcc/testsuite/g++.dg/cpp0x/alias-decl-76.C | 24 +++++ 6 files changed, 191 insertions(+), 42 deletions(-) create mode 100644 gcc/testsuite/g++.dg/cpp0x/alias-decl-75a.C create mode 100644 gcc/testsuite/g++.dg/cpp0x/alias-decl-75b.C create mode 100644 gcc/testsuite/g++.dg/cpp0x/alias-decl-76.C