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
builtin-has-attribute-4.c: Skip on 32-bit hppa*-*-hpux*.
[official-gcc.git]
/
gcc
/
testsuite
/
gcc.dg
/
pr89590.c
blob
441b0f9c47e651103840b81cafe3edf432a7286b
1
/* PR middle-end/89590 */
2
/* { dg-do compile } */
3
/* { dg-options "-O2 -Wall -w" } */
4
5
void
free
(
void
*);
6
7
void
8
foo
(
void
)
9
{
10
((
void
(*)())
free
) ();
11
}