aboutsummaryrefslogtreecommitdiff
path: root/gcc/testsuite/gcc.dg/cpp/trad/assembler.S
diff options
context:
space:
mode:
author(no author) <(no author)@138bc75d-0d04-0410-961f-82ee72b054a4>2002-09-12 14:00:21 +0000
committer(no author) <(no author)@138bc75d-0d04-0410-961f-82ee72b054a4>2002-09-12 14:00:21 +0000
commit61f78c36f4b8d5cbb9fc01b5d89d0e91e4acb510 (patch)
treef942247b10175c54b349caeaba407a9de830ffc2 /gcc/testsuite/gcc.dg/cpp/trad/assembler.S
parent623282b03b23e4ceccfcf7ea4766ab130285c956 (diff)
This commit was manufactured by cvs2svn to create tagitanium-sched-branchpoint
'itanium-sched-branchpoint'. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/tags/itanium-sched-branchpoint@57065 138bc75d-0d04-0410-961f-82ee72b054a4
Diffstat (limited to 'gcc/testsuite/gcc.dg/cpp/trad/assembler.S')
-rw-r--r--gcc/testsuite/gcc.dg/cpp/trad/assembler.S25
1 files changed, 0 insertions, 25 deletions
diff --git a/gcc/testsuite/gcc.dg/cpp/trad/assembler.S b/gcc/testsuite/gcc.dg/cpp/trad/assembler.S
deleted file mode 100644
index 729162a5120..00000000000
--- a/gcc/testsuite/gcc.dg/cpp/trad/assembler.S
+++ /dev/null
@@ -1,25 +0,0 @@
-/* Regression test - in assembly language, # may have some significance
- other than 'stringize macro argument' and therefore must be preserved
- in the output, and should not be warned about. */
-
-/* { dg-do preprocess } */
-
-#define foo() mov r0, #5 /* { dg-bogus "not followed" "spurious warning" } */
-
-entry:
- foo()
-
-/* Check we don't EOF on an unknown directive. */
-#unknown directive
-#error a later diagnostic /* { dg-error "diagnostic" } */
-
-/*
- { dg-final { if ![file exists 20000510-1.i] { return } } }
- { dg-final { set tmp [grep 20000510-1.i # line] } }
- { dg-final { if {[string length $tmp] > 0} \{ } }
- { dg-final { pass "20000510-1.S: # preservation" } }
- { dg-final { \} else \{ } }
- { dg-final { fail "20000510-1.S: # preservation" } }
- { dg-final { \} } }
-*/
-