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
/
920501-12.c
blob
383c7182df26da539c8c4e40f5f848b686db70fc
1
/* { dg-do assemble } */
2
3
x
(
x
){
return
3
+
x
;}
4
a
(
x
){
int
y
[
994
];
return
3
+
x
;}
5
b
(
x
){
int
y
[
999
];
return
2
*(
x
+
3
);}
6
A
(
x
){
int
y
[
9999
];
return
2
*(
x
+
3
);}
7
B
(
x
){
int
y
[
9949
];
return
3
+
x
;}