This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository gcc.
from 547ca91 * dwarf2out.h (enum dw_val_class): Add dw_val_class_const_im [...] new e7defe0 PR c++/78089 * parser.c (cp_parser_postfix_expression): Rep [...] new 5f5452c PR c++/77886 * pt.c (tsubst_expr) <case CASE_LABEL_EXPR> Co [...] new 2b028c8 * dwarf2out.c (dwarf_op): New function. (size_of_loc_descr) [...] new f37ec10 * dwarf2out.c (dwarf_op): Renamed to ... (dwarf_OP): ... th [...]
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 | 43 ++- gcc/cp/ChangeLog | 9 +- gcc/cp/parser.c | 45 ++- gcc/dwarf2out.c | 361 ++++++++++++++++++++----- gcc/testsuite/ChangeLog | 11 + gcc/testsuite/c-c++-common/builtin-shuffle-1.c | 22 ++ gcc/testsuite/g++.dg/cpp0x/addressof3.C | 9 + 7 files changed, 404 insertions(+), 96 deletions(-) create mode 100644 gcc/testsuite/c-c++-common/builtin-shuffle-1.c create mode 100644 gcc/testsuite/g++.dg/cpp0x/addressof3.C