This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository gcc.
from e79692e18d6 PR target/92055 * config/avr/t-avr (avr-mcus): Do not dep [...] new 50ec68d4e36 Remove leftover call to finalize_options_struct. new 7d39e305798 Fix params.exp by parsing output of --help=params -Q. new fa09362e6ca Update comment in opts.c. new bfc45eafaa9 [C++] Fix interaction between aka changes and DR1558 (PR92206)
The 4 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/ChangeLog | 9 +++++ gcc/cp/ChangeLog | 9 +++++ gcc/cp/cp-tree.h | 7 +++- gcc/cp/tree.c | 6 ++-- gcc/opts.c | 2 +- gcc/testsuite/ChangeLog | 12 +++++++ gcc/testsuite/g++.dg/cpp0x/alias-decl-pr92206-1.C | 9 +++++ gcc/testsuite/g++.dg/cpp0x/alias-decl-pr92206-2.C | 14 ++++++++ gcc/testsuite/g++.dg/cpp0x/alias-decl-pr92206-3.C | 8 +++++ gcc/testsuite/gcc.dg/params/params.exp | 42 ++++++++++------------- gcc/tree-streamer-in.c | 1 - 11 files changed, 91 insertions(+), 28 deletions(-) create mode 100644 gcc/testsuite/g++.dg/cpp0x/alias-decl-pr92206-1.C create mode 100644 gcc/testsuite/g++.dg/cpp0x/alias-decl-pr92206-2.C create mode 100644 gcc/testsuite/g++.dg/cpp0x/alias-decl-pr92206-3.C