PR tree-optimization/83369 - Missing diagnostics during inlining
[official-gcc.git] / gcc / testsuite / gcc.dg / asm-8.c
bloba3f3962eb16d897074ca94a067bbd77fbc00440d
1 /* PR inline-asm/11676 */
2 /* { dg-do compile } */
3 /* { dg-options "-O -Wall" } */
5 void foo(void)
7 long x = 0;
8 asm volatile ("" : "=r"(x) : "r"(x)); /* { dg-bogus "uninitialized" } */