Remove old autovect-branch by moving to "dead" directory.
[official-gcc.git] / old-autovect-branch / gcc / testsuite / gcc.target / i386 / 991214-1.c
blobcfe3a9a41210eefffce24b7775a967627c60f825
1 /* { dg-do compile { target { { i?86-*-* x86_64-*-* } && ilp32 } } } */
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));