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
* gcc-interface/trans.c (node_has_volatile_full_access) <N_Identifier>:
[official-gcc.git]
/
gcc
/
testsuite
/
gcc.c-torture
/
compile
/
920917-1.c
blob
139f60e6f5eb417a1666ebcc9a1fe31bf66448c7
1
/* { dg-require-effective-target untyped_assembly } */
2
3
inline
f
(
x
){
switch
(
x
){
case
6
:
case
4
:
case
3
:
case
1
:;}
return
x
;}
4
g
(){
f
(
sizeof
(
"xxxxxx"
));}