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
Add qdf24xx base tuning support.
[official-gcc.git]
/
gcc
/
testsuite
/
g++.dg
/
pr55604.C
blob
f6fa3c0f42ca584b76dbbfdcf4e9e695cd95b0e2
1
/* { dg-do compile } */
2
/* { dg-options "-O -fdump-rtl-reload" } */
3
4
main ()
5
{
6
char s[10];
7
const int t = (__builtin_memcpy (s, "Hello", 6), 5);
8
__builtin_printf ("%d %s\n", t, s);
9
}
10