view gcc/testsuite/gcc.target/arm/no-align.c @ 152:2b5abeee2509

update gcc11
author anatofuz
date Mon, 25 May 2020 07:50:57 +0900
parents 04ced10e8804
children
line wrap: on
line source

/* 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" } } */