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
Skip analyzer strndup test on hppa*-*-hpux*
[official-gcc.git]
/
gcc
/
testsuite
/
gcc.dg
/
redecl-22.c
blob
7758570fabe8c1e11dccbbe45b7c10f4052c8cb1
1
/* We used to ICE in the gimplifier, PR 107705 */
2
/* { dg-do compile } */
3
/* { dg-options "-w" } */
4
int
f
(
void
)
5
{
6
int
(*
p
) (
void
) =
0
;
// { dg-note "" }
7
return
p
();
8
int
p
=
1
;
// { dg-error "" }
9
}