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
Daily bump.
[official-gcc.git]
/
gcc
/
testsuite
/
gcc.dg
/
analyzer
/
pr104417.c
blob
41ea5dbd0c724b5f45fd193a5230a1096340d4cf
1
char
eparr
[
1
];
2
3
void
*
4
warn_realloc_extern_ptrarr_offset
(
int
i
,
int
n
)
5
{
6
return
__builtin_realloc
(
eparr
+
i
,
n
);
/* { dg-warning "'__builtin_realloc' called on unallocated object 'eparr'" } */
7
}