8
authorlaw <law@138bc75d-0d04-0410-961f-82ee72b054a4>
Fri, 9 Oct 1998 18:22:11 +0000 (18:22 +0000)
committerlaw <law@138bc75d-0d04-0410-961f-82ee72b054a4>
Fri, 9 Oct 1998 18:22:11 +0000 (18:22 +0000)
        * gcc.c-torture/special/920521-1.c: Fix bogus test.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@22966 138bc75d-0d04-0410-961f-82ee72b054a4

gcc/testsuite/gcc.c-torture/special/920521-1.c

index 0f4dc08..95b9497 100644 (file)
@@ -1 +1 @@
-f(){asm("f":::"cc");}g(x){asm("g"::"%r"(x));}
+f(){asm("f":::"cc");}g(x,y){asm("g"::"%r"(x), "r"(y));}