aboutsummaryrefslogtreecommitdiff
path: root/gcc/testsuite/gcc.target/msp430/pr78818-data-region.c
blob: 5b0721e728a4521eede85d25293ba326cd8857ad (plain)
1
2
3
4
5
6
7
8
/* { dg-do compile } */
/* { dg-skip-if "" { *-*-* } { "-mcpu=msp430" } { "" } } */
/* { dg-options "-mlarge -mdata-region=either" } */

/* { dg-final { scan-assembler-not "\\.either\\.data" } } */
/* { dg-final { scan-assembler-not "\\.either\\.bss" } } */

#include "pr78818-real.c"