This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository gcc.
from d6e5745a9a8 c++: Tweak tsubst_qualified_id location. new 61827d5d9a5 c++: Correct the handling of alignof(expr) [PR88115] new b1c9b3c3408 c++: Change the mangling of __alignof__ [PR88115] new 9227f81db7a Objective-C++ : Allow prefix attrs on linkage specs. new 5d46ec3db21 CFI-handling : Add a hook to allow target-specific Personal [...]
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/c-family/c-opts.c | 2 +- gcc/common.opt | 4 ++ gcc/config/darwin-protos.h | 1 + gcc/config/darwin.c | 11 +++++ gcc/config/darwin.h | 3 ++ gcc/cp/cp-tree.h | 2 +- gcc/cp/decl.c | 2 +- gcc/cp/mangle.c | 27 +++++++++++-- gcc/cp/parser.c | 75 +++++++++++++++++++++++++++-------- gcc/cp/pt.c | 3 +- gcc/cp/typeck.c | 17 +++++--- gcc/doc/invoke.texi | 3 ++ gcc/doc/tm.texi | 4 ++ gcc/doc/tm.texi.in | 2 + gcc/dwarf2out.c | 14 ++++++- gcc/target.def | 10 +++++ gcc/testsuite/g++.dg/abi/macro0.C | 2 +- gcc/testsuite/g++.dg/cpp0x/alignof6.C | 19 +++++++++ gcc/testsuite/g++.dg/cpp0x/alignof7.C | 22 ++++++++++ gcc/testsuite/g++.dg/cpp0x/alignof8.C | 13 ++++++ libcc1/libcp1plugin.cc | 2 +- libiberty/cp-demangle.c | 25 +++++++++--- libiberty/testsuite/demangle-expected | 7 ++++ 23 files changed, 231 insertions(+), 39 deletions(-) create mode 100644 gcc/testsuite/g++.dg/cpp0x/alignof6.C create mode 100644 gcc/testsuite/g++.dg/cpp0x/alignof7.C create mode 100644 gcc/testsuite/g++.dg/cpp0x/alignof8.C