aboutsummaryrefslogtreecommitdiffstats
path: root/gcc-4.9/gcc/testsuite/gcc.target/i386/pr56114.c
blob: 43e62ae3b731c00e941d57a66f9a1492e38f969d (plain)
1
2
3
4
5
6
7
8
9
10
/* { dg-do assemble } */
/* { dg-options "-O2 -masm=intel" } */
/* { dg-require-effective-target lp64 } */
/* { dg-require-effective-target masm_intel } */

long
foo2 (void)
{
  return *(volatile int *) 0xFEE00000;
}