2003-12-26 Guilhem Lavaux <guilhem@kaffe.org>
[official-gcc.git] / gcc / testsuite / gcc.dg / 991214-1.c
blobc8e3a04049d39f6557b273eeb1b98ed0d9dfe935
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 foo (int x, int y)
9 __asm__ __volatile__("" : : "d" (x), "r" (y));