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
Skip analyzer strndup test on hppa*-*-hpux*
[official-gcc.git]
/
gcc
/
testsuite
/
gcc.dg
/
pr107554.c
blob
61ef2bcd90aa74cf00965585df0e9a609b95abe3
1
/* { dg-do compile { target lp64 } } */
2
/* { dg-options "-O -foptimize-strlen" } */
3
4
#define ELEMS 0x40000000
5
6
int
a
[
ELEMS
];
7
int
b
[
ELEMS
];
8
9
int
main
()
10
{
11
__builtin_memcpy
(
a
,
b
,
ELEMS
*
sizeof
(
int
));
12
}