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
mips.h (ISA_HAS_DSP, [...]): New macros.
[official-gcc.git]
/
gcc
/
testsuite
/
gcc.dg
/
pr15443-1.c
blob
d6106b5b353688888b51efbde9369ed2f516c4c0
1
/* { dg-do compile } */
2
3
void
f
()
__attribute__
((
__malloc__
));
/* { dg-warning "ignored" } */
4
5
int
main
()
6
{
7
/* This used to cause an ICE. */
8
f
();
9
}
10