* tree-loop-distribution.c (struct partition): New field recording
[official-gcc.git] / gcc / testsuite / gcc.c-torture / compile / pr35318.c
blob97a1c8761fb1b63d21319e9d6b6686fbb23ee460
1 /* { dg-skip-if "" { pdp11-*-* } } */
2 /* PR target/35318 */
4 void
5 foo ()
7 double x = 4, y;
8 __asm__ volatile ("" : "=r,r" (x), "=r,r" (y) : "%0,0" (x), "m,r" (8));