aboutsummaryrefslogtreecommitdiff
path: root/gcc/testsuite/gcc.apple/4474259.c
blob: 66bf320e15535ef47c52db41f8d708b142f0d8da (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
/* APPLE LOCAL file 4474259 */
/* { dg-do run { target i*86-*-darwin* } } */
/* { dg-options "-fasm-blocks -O2" } */
/* Insure the compiler output is acceptable to the assembler.  */
t1()
{
  int   rowfraclo[2];
  int   colfraclo[2];
  _asm
    {
      movd    rowfraclo, mm6
      movd    colfraclo, mm3
    }
}
main ()
{
  return 0;
}