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
Fix type of malloc parameter in trans-expr.cc
[official-gcc.git]
/
gcc
/
testsuite
/
gcc.dg
/
redecl-21.c
blob
2f2a6548a57b031f4bdd3fa027a894a565b92189
1
/* We used to ICE in the gimplifier, PR 106765 */
2
/* { dg-do compile } */
3
/* { dg-options "-w" } */
4
struct
a
{
5
int
b
6
}
c
() {
7
struct
a a
;
// { dg-note "" }
8
a
.
b
;
9
d a
;
// { dg-error "" }