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
Require target lra in gcc.dg/pr108095.c
[official-gcc.git]
/
gcc
/
testsuite
/
gcc.dg
/
pr81650.c
blob
99e84ded30d41ae7aa9e5f105d9c09816cb5279b
1
/* PR driver/81650 */
2
/* { dg-do compile } */
3
/* { dg-options "-Walloc-size-larger-than=9223372036854775807" } */
4
5
void
*
6
foo
(
void
)
7
{
8
return
__builtin_malloc
(
5
);
9
}