2013-10-21 Richard Biener <rguenther@suse.de>
[official-gcc.git] / gcc / testsuite / gcc.dg / torture / pr51106-1.c
blob10b3b682b98b0c0b2920a98ff386b865f9ad5665
1 /* PR target/51106 */
2 /* { dg-do "compile" } */
3 /* { dg-skip-if "RTL error" { "*-*-*" } { "-fno-fat-lto-objects" } { "" } } */
5 int
6 foo (int x)
8 asm goto ("" : : "i" (x) : : lab); /* { dg-error "impossible constraint" } */
9 return 1;
10 lab:
11 return 0;
14 /* { dg-warning "probably doesn.t match constraints" "" { target *-*-* } 8 } */