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-25.c
blob
4232e19d9a7cbabee663a97cacd27e646e35cf07
1
/* We used to ICE in the gimplifier, PR 106560 */
2
/* { dg-do compile } */
3
/* { dg-options "-w" } */
4
void
**
a
;
/* { dg-note "" } */
5
void
b
() {
6
void
**
c
;
7
c
=
a
/* { dg-error "" } */
8
}
9
a
;
/* { dg-error "" } */