aboutsummaryrefslogtreecommitdiff
path: root/gcc/testsuite/gcc.target/arm/no-align.c
blob: 03811c3458278736b3ec1d45c911f8ae5b78f9fb (plain)
1
2
3
4
5
6
7
8
9
10
11
12
/* PR target/67745
   Verify that -mthumb code is not aligned.  */
/* { dg-do compile } */
/* { dg-options "-O2 -mthumb -fno-align-functions" }  */
/* { dg-skip-if "" { ! { arm_thumb1_ok || arm_thumb2_ok } } } */

void
foo()
{
}

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