aboutsummaryrefslogtreecommitdiffstats
path: root/gcc-4.9/gcc/testsuite/gcc.target/i386/pr47502-1.c
blob: 727afe944e5b7d6e351f286df53b50d1dfba7bc0 (plain)
1
2
3
4
5
6
7
8
/* { dg-do compile } */
/* { dg-options "-O" } */

void
foo (const void *xxxxx, void *yyyyy, long y)
{
  asm volatile ("" :: "c" ((xxxxx)), "d" ((yyyyy)), "S" (y));
}