aboutsummaryrefslogtreecommitdiffstatshomepage
diff options
-rw-r--r--parse.c2
-rw-r--r--validation/linear/asm-toplevel.c1
2 files changed, 2 insertions, 1 deletions
diff --git a/parse.c b/parse.c
index ac795bd7..48a63f22 100644
--- a/parse.c
+++ b/parse.c
@@ -2890,7 +2890,7 @@ static struct token *toplevel_asm_declaration(struct token *token, struct symbol
token = parse_asm_statement(token, stmt);
- add_symbol(list, anon);
+ // FIXME: add_symbol(list, anon);
return token;
}
diff --git a/validation/linear/asm-toplevel.c b/validation/linear/asm-toplevel.c
index 8bdd7fc1..bd3b58a6 100644
--- a/validation/linear/asm-toplevel.c
+++ b/validation/linear/asm-toplevel.c
@@ -2,6 +2,7 @@ __asm__("/* nothing */");
/*
* check-name: asm-toplevel.c
* check-command: test-linearize $file
+ * check-known-to-fail
* check-output-ignore
* check-output-contains: asm *".. nothing .."
*/