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
Merge aosp-toolchain/gcc/gcc-4_9 changes.
[official-gcc.git]
/
gcc-4_9
/
gcc
/
testsuite
/
gcc.target
/
nios2
/
nios2-wrctl-not-zero.c
blob
f32a9ca4e50001482c444c0b7ef94539d0ad4f94
1
/* { dg-do compile } */
2
/* { dg-options " " } */
3
/* { dg-final { scan-assembler-not "wrctl\\tctl6, zero" } } */
4
5
void
foo
(
void
){
6
__builtin_wrctl
(
6
,
4
);
7
}