gcc:
[official-gcc.git] / gcc / testsuite / gcc.target / i386 / asm-flag-7.c
blob11309972f692a802e7d3daa9cc78c917c3830593
1 /* Test error conditions of asm flag outputs. */
2 /* { dg-do compile } */
3 /* { dg-options "" } */
5 void test(void)
7 char x;
8 asm("# %0" : "=@ccz"(x)); /* { dg-error "invalid use of asm flag output" } */