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-trap.c
blob
4ff8d253e751c9aa579b6e2c0ec4fa3c31214f39
1
/* { dg-do compile } */
2
/* { dg-require-effective-target arm32 } */
3
4
void
5
trap
()
6
{
7
__builtin_trap
();
8
}
9
10
/* { dg-final { scan-assembler "0xe7f000f0" { target { arm_nothumb } } } } */