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-19.c
blob
08e1146cae4d4b54c2000ccce5eda6741c41810f
1
/* We used to ICE in the gimplifier, PR 106764 */
2
/* { dg-do compile } */
3
/* { dg-options "-fpermissive -w" } */
4
(*
a
)();
// { dg-note "" }
5
b
(){
a
()}
a
;
// { dg-error "" }