This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository gcc.
from efcd84421f8 2019-08-07 Bernd Edlinger bernd.edlinger@hotmail.de new 1ba60c00846 PR c++/91346 - Implement P1668R1, allow unevaluated asm in [...]
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/constexpr.c | 19 ++++++++++++++++++- gcc/cp/cp-tree.h | 4 ++-- gcc/cp/parser.c | 14 ++++++++------ gcc/cp/pt.c | 5 +++-- gcc/cp/semantics.c | 14 ++++++++------ gcc/testsuite/ChangeLog | 7 +++++++ gcc/testsuite/g++.dg/cpp1y/constexpr-neg1.C | 2 +- gcc/testsuite/g++.dg/cpp2a/inline-asm1.C | 13 +++++++++++++ gcc/testsuite/g++.dg/cpp2a/inline-asm2.C | 17 +++++++++++++++++ 10 files changed, 89 insertions(+), 18 deletions(-) create mode 100644 gcc/testsuite/g++.dg/cpp2a/inline-asm1.C create mode 100644 gcc/testsuite/g++.dg/cpp2a/inline-asm2.C