From c1492881a211b30bf4e18732da1744eeae13a445 Mon Sep 17 00:00:00 2001 From: François Pottier Date: Mon, 26 Oct 2015 16:42:04 +0100 Subject: Fixed one error message and removed two comments. --- cparser/handcrafted.messages | 6 +----- 1 file changed, 1 insertion(+), 5 deletions(-) (limited to 'cparser/handcrafted.messages') diff --git a/cparser/handcrafted.messages b/cparser/handcrafted.messages index ba2031d7..9d02f5d2 100644 --- a/cparser/handcrafted.messages +++ b/cparser/handcrafted.messages @@ -2754,11 +2754,9 @@ translation_unit_file: INT VAR_NAME LPAREN INT VAR_NAME RPAREN LBRACE DO ASM XOR ## ASM ## -# TEMPORARY maybe 'const' does not make sense here; gcc and clang ignore it; check. - Ill-formed assembly statement. At this point, one of the following is expected: - an assembly attribute, such as 'const' or 'volatile'; or + an assembly attribute, such as 'volatile'; or an opening parenthesis '('. # ------------------------------------------------------------------------------ @@ -2844,8 +2842,6 @@ translation_unit_file: INT VAR_NAME LPAREN INT VAR_NAME RPAREN LBRACE ASM LPAREN # We have seen one COLON, hence the outputs. (The list of outputs may be empty.) -# TEMPORARY the grammar allows a list of outputs, but the documentation allows at most one output. - Ill-formed assembly statement. Up to this point, a list of outputs has been recognized: $0 -- cgit