aboutsummaryrefslogtreecommitdiff
path: root/gcc/testsuite/c-c++-common/torture/attr-noinit-1.c
blob: f84eba0b649e20c46a34cdfec0ad916c5059a100 (plain)
1
2
3
4
5
6
7
8
/* { dg-do link } */
/* { dg-do run { target { vma_equals_lma } } } */
/* { dg-require-effective-target noinit } */
/* { dg-skip-if "data LMA != VMA" { msp430-*-* } { "-mlarge" } } */
/* { dg-options "-save-temps" } */
/* { dg-final { scan-assembler ".section\t.noinit,\"aw\"\n" } } */

#include "attr-noinit-main.inc"