Commit 1a34b7b3 by Jeff Law

920521-1.c: Fix bogus test.

8
        * gcc.c-torture/special/920521-1.c: Fix bogus test.

From-SVN: r22966
parent bb0f4c31
f(){asm("f":::"cc");}g(x){asm("g"::"%r"(x));}
f(){asm("f":::"cc");}g(x,y){asm("g"::"%r"(x), "r"(y));}
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment