libcpp, c, middle-end: Optimize initializers using #embed in C
[official-gcc.git] / gcc / testsuite / gcc.dg / torture / pr84682-2.c
blobf8d15c5e6a39644d12c91db0f7502124dc59ce5d
1 /* { dg-do compile } */
2 /* { dg-skip-if "impossible register constraint" { "avr-*-*" } } */
4 int a;
5 void b() {
6 float c;
7 for (int d; d;)
9 a = c;
10 asm("" : : "pir"(c));