]> git.ipfire.org Git - thirdparty/gcc.git/commitdiff
This test case should be removed.
authorRobert Lipe <robertl@gcc.gnu.org>
Thu, 28 May 1998 22:15:42 +0000 (22:15 +0000)
committerRobert Lipe <robertl@gcc.gnu.org>
Thu, 28 May 1998 22:15:42 +0000 (22:15 +0000)
This test case should be removed. No diagnoses of such "incorrect" asm
statements need to be performed.
Martin

From-SVN: r20123

gcc/testsuite/g++.old-deja/g++.robertl/eb85.C [deleted file]

diff --git a/gcc/testsuite/g++.old-deja/g++.robertl/eb85.C b/gcc/testsuite/g++.old-deja/g++.robertl/eb85.C
deleted file mode 100644 (file)
index 3e55fb7..0000000
+++ /dev/null
@@ -1,12 +0,0 @@
-// This SHOULDn't compile, becuase 'foo' is never a valid asm.
-
-template <const unsigned c>
-void f() {
-        asm("foo");
-}
-
-int
-main()
-{
-        f<1>();
-}