Commit 468644e6 by Bernd Schmidt Committed by Bernd Schmidt

New testcase

From-SVN: r30908
parent 14d01c31
1999-12-14 Bernd Schmidt <bernds@cygnus.co.uk>
* gcc.dg/991214-1.c: New test.
Mon Dec 13 23:03:09 1999 Jeffrey A Law (law@cygnus.com)
* gcc.c-torture/compile/991213-3.c: New test.
......
/* { dg-do compile { target i?86-*-* } } */
int foo (int, int) __attribute__ ((regparm (3)));
int foo (int x, int y)
{
asm volatile("" : : "d" (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