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
PR c++/67273
[official-gcc.git]
/
gcc
/
testsuite
/
gcc.target
/
arm
/
pr50099.c
blob
c0d143dd5788f6403856ed42743f60284fb5872f
1
/* { dg-do compile } */
2
/* { dg-options "-O2" } */
3
4
long long
foo
(
signed char
*
arg
)
5
{
6
long long
temp_1
;
7
8
temp_1
=
arg
[
256
];
9
return
temp_1
;
10
}