public inbox for gcc-patches@gcc.gnu.org
 help / color / mirror / Atom feed
* [PATCH 0/4] c/c++, asm: Various updates
@ 2018-12-10 22:47 Segher Boessenkool
  2018-12-10 22:47 ` [PATCH 1/4] c/c++, asm: Write the asm-qualifier loop without "done" boolean Segher Boessenkool
                   ` (4 more replies)
  0 siblings, 5 replies; 19+ messages in thread
From: Segher Boessenkool @ 2018-12-10 22:47 UTC (permalink / raw)
  To: gcc-patches; +Cc: jakub, Joseph Myers, jason, Segher Boessenkool

This ties up some loose ends, and adds some more testcases.

Tested on powerpc64-linux {-m32,-m64}.  Is this okay for trunk?


Segher


Segher Boessenkool (4):
  c/c++, asm: Write the asm-qualifier loop without "done" boolean
  c/c++, asm: Use nicer error for duplicate asm qualifiers
  c/c++, asm: Use nicer warning for const and restrict
  c++, asm: Do not handle any asm-qualifiers in top-level asm

 gcc/c/c-parser.c                  | 106 ++++++++++++++++++++++---------------
 gcc/c/c-tree.h                    |   2 +-
 gcc/c/c-typeck.c                  |   4 +-
 gcc/cp/parser.c                   | 107 ++++++++++++++++++++++----------------
 gcc/testsuite/g++.dg/asm-qual-1.C |  13 +++++
 gcc/testsuite/g++.dg/asm-qual-2.C |  46 ++++++++++++++++
 gcc/testsuite/g++.dg/asm-qual-3.C |  12 +++++
 gcc/testsuite/gcc.dg/asm-qual-1.c |   6 +--
 gcc/testsuite/gcc.dg/asm-qual-3.c |   9 ++++
 9 files changed, 209 insertions(+), 96 deletions(-)
 create mode 100644 gcc/testsuite/g++.dg/asm-qual-1.C
 create mode 100644 gcc/testsuite/g++.dg/asm-qual-2.C
 create mode 100644 gcc/testsuite/g++.dg/asm-qual-3.C
 create mode 100644 gcc/testsuite/gcc.dg/asm-qual-3.c

-- 
1.8.3.1

^ permalink raw reply	[flat|nested] 19+ messages in thread

end of thread, other threads:[~2018-12-18 20:43 UTC | newest]

Thread overview: 19+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2018-12-10 22:47 [PATCH 0/4] c/c++, asm: Various updates Segher Boessenkool
2018-12-10 22:47 ` [PATCH 1/4] c/c++, asm: Write the asm-qualifier loop without "done" boolean Segher Boessenkool
2018-12-18 20:41   ` Jason Merrill
2018-12-10 22:48 ` [PATCH 4/4] c++, asm: Do not handle any asm-qualifiers in top-level asm Segher Boessenkool
2018-12-18 20:42   ` Jason Merrill
2018-12-10 22:48 ` [PATCH 3/4] c/c++, asm: Use nicer error for const and restrict Segher Boessenkool
2018-12-18 20:43   ` Jason Merrill
2018-12-10 22:48 ` [PATCH 2/4] c/c++, asm: Use nicer error for duplicate asm qualifiers Segher Boessenkool
2018-12-11 15:35   ` David Malcolm
2018-12-11 15:48     ` David Malcolm
2018-12-12 17:43       ` Segher Boessenkool
2018-12-12 17:40     ` Segher Boessenkool
2018-12-12 23:23       ` David Malcolm
2018-12-13  0:48         ` Segher Boessenkool
2018-12-11 17:31   ` Martin Sebor
2018-12-12 17:50     ` Segher Boessenkool
2018-12-12 18:02       ` Martin Sebor
2018-12-12 18:29         ` Segher Boessenkool
2018-12-17 20:24 ` Ping: [PATCH 0/4] c/c++, asm: Various updates Segher Boessenkool

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).