This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository gcc.
from 1bac97ad043 libgcov: use proper type for n_functions new 76db543db88 middle-end/105537 - debug processing new d1e8f221e3f [c++] Disambiguate ModuleKind flags
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 | 51 +++++++++++++++----------------- gcc/cp/decl.cc | 2 +- gcc/cp/module.cc | 29 +++++++++--------- gcc/cp/name-lookup.cc | 24 +++++++-------- gcc/cp/parser.cc | 52 +++++++++++++++++---------------- gcc/opts.cc | 27 ++++++++++++++--- gcc/testsuite/gcc.dg/torture/pr105537.c | 34 +++++++++++++++++++++ gcc/toplev.cc | 24 --------------- 8 files changed, 133 insertions(+), 110 deletions(-) create mode 100644 gcc/testsuite/gcc.dg/torture/pr105537.c