aboutsummaryrefslogtreecommitdiff
path: root/gcc/testsuite/gcc.target/arm/attr-align2.c
blob: 2086f112e4355ed488c2278e981c7a78f0d15cff (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
/* PR target/67745
   Verify alignment when attribute optimize is used.  */
/* { dg-do compile } */
/* { dg-skip-if "" { ! { arm_thumb1_ok || arm_thumb2_ok } } } */
/* { dg-options "-O2 -mthumb" }  */

/* Check that thumb code is always 2 bytes aligned for -Os.  */

void
__attribute__ ((optimize("Os")))
foo()
{
}

/* { dg-final { scan-assembler ".align\[ \t]1" } } */