view gcc/testsuite/gcc.target/arm/builtin-bswap-2.c @ 152:2b5abeee2509

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

/* { dg-do compile } */
/* { dg-require-effective-target arm_arch_v6m_ok } */
/* { dg-add-options arm_arch_v6m } */
/* { dg-additional-options "-O2" } */
/* { dg-final { scan-assembler-not "orr\[ \t\]" } } */
/* { dg-final { scan-assembler-times "revsh\\t" 2  } }  */
/* { dg-final { scan-assembler-times "rev16\\t" 2 } }  */
/* { dg-final { scan-assembler-times "rev\\t" 4 } }  */

#include "builtin-bswap.x"