]> git.ipfire.org Git - thirdparty/gcc.git/blame - gcc/testsuite/gcc.dg/asm-8.c
replace ISL with isl
[thirdparty/gcc.git] / gcc / testsuite / gcc.dg / asm-8.c
CommitLineData
a6c14a64
RH
1/* PR inline-asm/11676 */
2/* { dg-do compile } */
3/* { dg-options "-O -Wall" } */
4
5void foo(void)
6{
7 long x = 0;
8 asm volatile ("" : "=r"(x) : "r"(x)); /* { dg-bogus "uninitialized" } */
9}