This commit was manufactured by cvs2svn to create branch
[official-gcc.git] / gcc / testsuite / gcc.dg / 991214-1.c
blob68b6b927916fc31183462540e36a9b8b592ee1e8
1 /* { dg-do compile { target i?86-*-* } } */
2 /* { dg-options "-O2" } */
4 /* Test against a problem with the combiner substituting explicit hard reg
5 references when it shouldn't. */
6 void foo (int, int) __attribute__ ((regparm (3)));
7 void __attribute__((regparm(3))) foo (int x, int y)
9 __asm__ __volatile__("" : : "d" (x), "r" (y));