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
[AArch64/arm] PR testsuite/85326 Avoid C++ tests when C++ compiler not present
[official-gcc.git]
/
gcc
/
testsuite
/
gcc.target
/
nios2
/
nios2-wrctl-zero.c
blob
93f01b07708a519494f13d3e1cf0a89813201c09
1
/* { dg-do compile } */
2
/* { dg-options "-O1" } */
3
/* { dg-final { scan-assembler "wrctl\\tctl6, zero" } } */
4
5
void
foo
(
void
){
6
__builtin_wrctl
(
6
,
0
);
7
}