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
/
pr43636.c
blob
ebf50edf31216f7eecb9bda20826dfc399f1ba20
1
/* PR target/43636 */
2
3
extern
char
a
[], *
b
[];
4
5
char
*
6
foo
(
char
*
x
,
int
y
)
7
{
8
x
=
__builtin_stpcpy
(
x
,
b
[
a
[
y
]]);
9
return
x
;
10
}