aboutsummaryrefslogtreecommitdiff
path: root/gcc/testsuite/gcc.target/msp430/object-attributes-mlarge-any-region.c
blob: 2aa8bfb3663577e57f9c56afe612d1ca51d52d28 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
/* { dg-do compile } */
/* { dg-skip-if "" { *-*-* } { "-mcpu=msp430" "-mdata-region=lower" } { "" } } */
/* { dg-options "-mlarge -mdata-region=none" } */
/* { dg-final { scan-assembler ".mspabi_attribute 4, 2" } } */
/* { dg-final { scan-assembler ".mspabi_attribute 6, 2" } } */
/* { dg-final { scan-assembler ".mspabi_attribute 8, 2" } } */
/* { dg-final { scan-assembler ".gnu_attribute 4, 2" } } */

int
main (void)
{
  while (1);
  return 0;
}