This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository gcc.
from 36b6cd49c52 * doc/invoke.texi (mno-fancy-math-387): Update for [...] new c3336d50e9b /cp 2018-06-23 Paolo Carlini paolo.carlini@oracle.com
The 1 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/ChangeLog | 12 ++++ gcc/cp/decl.c | 109 ++++++++++++++++++----------- gcc/testsuite/ChangeLog | 7 ++ gcc/testsuite/g++.dg/concepts/locations1.C | 15 ++++ gcc/testsuite/g++.dg/cpp0x/locations1.C | 29 ++++++++ gcc/testsuite/g++.dg/cpp1z/inline-var2.C | 78 ++++++++++----------- gcc/testsuite/g++.dg/cpp1z/inline-var3.C | 24 +++---- 7 files changed, 181 insertions(+), 93 deletions(-) create mode 100644 gcc/testsuite/g++.dg/concepts/locations1.C create mode 100644 gcc/testsuite/g++.dg/cpp0x/locations1.C