repo.or.cz
/
gcc.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
Daily bump.
[gcc.git]
/
gcc
/
testsuite
/
g++.dg
/
pr55513.C
blob
1c119e40ebd529fbb3db128b585e8f3f18858a79
1
// { dg-do compile }
2
// { dg-options "-O0 -fdump-tree-gimple" }
3
4
int
5
main ()
6
{
7
char s[10];
8
const int t = (__builtin_memcpy (s, "Hello", 6), 777);
9
__builtin_printf ("%d %s\n", t, s);
10
return 0;
11
}
12
13
// { dg-final { scan-tree-dump-times "memcpy" 1 "gimple" } }