This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository gcc.
from 1032c781bdd c/c++, asm: Write the asm-qualifier loop without "done" boolean new d2a2e292ba9 c/c++, asm: Use nicer error for duplicate asm qualifiers new 04ec7296485 c/c++, asm: Use nicer error for const and restrict
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/ChangeLog | 14 +++++ gcc/c/c-parser.c | 63 +++++++++++++++------- gcc/c/c-tree.h | 2 +- gcc/c/c-typeck.c | 4 +- gcc/cp/ChangeLog | 13 +++++ gcc/cp/parser.c | 51 +++++++++++++----- gcc/testsuite/ChangeLog | 6 +++ gcc/testsuite/g++.dg/asm-qual-1.C | 13 +++++ .../{gcc.dg/asm-qual-2.c => g++.dg/asm-qual-2.C} | 8 +-- gcc/testsuite/gcc.dg/asm-qual-1.c | 6 +-- 10 files changed, 137 insertions(+), 43 deletions(-) create mode 100644 gcc/testsuite/g++.dg/asm-qual-1.C copy gcc/testsuite/{gcc.dg/asm-qual-2.c => g++.dg/asm-qual-2.C} (92%)