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
libcpp, c, middle-end: Optimize initializers using #embed in C
[official-gcc.git]
/
gcc
/
testsuite
/
gcc.dg
/
redecl-20.c
blob
07f52115ec86e6fcc74c450dea3182a6fe6ed34c
1
/* We used to ICE in the gimplifier, PR 107307 */
2
// { dg-do compile }
3
// { dg-options "-w" }
4
void
f
()
5
{
6
const struct
{
int
a
[
1
]; }
b
;
// { dg-note "" }
7
int
*
c
=
b
.
a
;
8
int
*
b
;
// { dg-error "" }
9
}