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
2014-04-15 Richard Biener <rguenther@suse.de>
[official-gcc.git]
/
gcc
/
testsuite
/
gcc.dg
/
pr51261.c
blob
b599a6b7db8f78cf7d42009b3bac90f7af722f6a
1
/* PR target/51261 */
2
/* { dg-do compile } */
3
/* { dg-options "-fcompare-debug" } */
4
5
void
6
foo
(
void
*
p
,
int
n
)
7
{
8
__builtin_memset
(
p
,
0xff
,
n
);
9
}