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
PR c++/67273
[official-gcc.git]
/
gcc
/
testsuite
/
gcc.target
/
arm
/
pr40482.c
blob
6926e6fc8520a218a2d2aae8b2c843d703ca4635
1
/* { dg-skip-if "" { ! { arm_thumb1_ok || arm_thumb2_ok } } } */
2
/* { dg-options "-mthumb -Os" } */
3
/* { dg-final { scan-assembler-not "ldr" } } */
4
5
unsigned int
foo
(
unsigned int
i
)
6
{
7
return
i
|
0xff000000
;
8
}