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
* tree-loop-distribution.c (struct partition): New field recording
[official-gcc.git]
/
gcc
/
testsuite
/
gcc.c-torture
/
compile
/
pr45771.c
blob
2bd96eccc5a236fb555c629485bf4be4debca361
1
static const int
data
[
2048
];
2
3
void
foo
(
void
*
ptr
)
4
{
5
__builtin_memcmp
(
data
,
ptr
,
1
);
6
}
7