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
* fi.po: Update.
[official-gcc.git]
/
gcc
/
testsuite
/
gcc.dg
/
pr54472.c
blob
20c85b47aede21ae13e0e17e90f2cd660cf801a4
1
/* { dg-do compile { target powerpc*-*-* ia64-*-* i?86-*-* x86_64-*-* } } */
2
/* { dg-options "-O -fschedule-insns -fselective-scheduling" } */
3
4
int
main
()
5
{
6
int
a
[
3
][
3
][
3
];
7
__builtin_memset
(
a
,
0
,
sizeof
a
);
8
return
0
;
9
}