aboutsummaryrefslogtreecommitdiffstats
path: root/gcc-4.9/gcc/testsuite/gcc.c-torture/compile/pr35318.c
blob: 6837d2d83a2bc8555148c653d37acf13abcb9396 (plain)
1
2
3
4
5
6
7
8
9
/* { dg-skip-if "" { pdp11-*-* } { "*" } { "" } } */
/* PR target/35318 */

void
foo ()
{
  double x = 4, y;
  __asm__ volatile ("" : "=r,r" (x), "=r,r" (y) : "%0,0" (x), "m,r" (8));
}