repo.or.cz
/
official-gcc.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
Fix warning with -Wsign-compare -Wsystem-headers
[official-gcc.git]
/
gcc
/
testsuite
/
gcc.target
/
arm
/
builtin-bswap16-2.c
blob
6b709a2887de45ded607d8eb076465e0ef5958de
1
/* { dg-do compile } */
2
/* { dg-require-effective-target arm_arch_v6m_ok } */
3
/* { dg-add-options arm_arch_v6m } */
4
/* { dg-additional-options "-O2" } */
5
/* { dg-final { scan-assembler-not "orr\[ \t\]" } } */
6
7
#include
"builtin-bswap16.x"