This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository gcc.
from 07bd5544a3a Diagnose just-past-the-end references for minor array bounds. new b95eba48a1a c++: Name as_base type new 06aa77035c9 common: Use strcmp to compare location file names
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/c-family/c-common.c | 11 ++++-- gcc/cp/class.c | 9 ++++- gcc/cp/cp-tree.h | 2 + gcc/cp/decl.c | 1 + .../g++.dg/lookup/missing-std-include-10.C | 43 ++++++++++++++++++++++ .../lookup/missing-std-include-10.h} | 0 .../g++.dg/lookup/missing-std-include-11.C | 43 ++++++++++++++++++++++ 7 files changed, 103 insertions(+), 6 deletions(-) create mode 100644 gcc/testsuite/g++.dg/lookup/missing-std-include-10.C copy gcc/testsuite/{gcc.c-torture/compile/920821-1.c => g++.dg/lookup/missing-std- [...] create mode 100644 gcc/testsuite/g++.dg/lookup/missing-std-include-11.C