https://gcc.gnu.org/bugzilla/show_bug.cgi?id=30552
--- Comment #2 from Gerhard Steinmetz
---
Other test cases :
$ cat z1.c
void f()
{
void g()
void a[( {void b} )];
}
$ cat z2.c
int f()
{
int g()
int a[( {int b} )];
}
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=30552
Gerhard Steinmetz changed:
What|Removed |Added
CC||gerhard.steinmetz.fortran@t
--
bje at gcc dot gnu dot org changed:
What|Removed |Added
Status|UNCONFIRMED |NEW
Ever Confirmed|0 |1
Known to fail
--
pinskia at gcc dot gnu dot org changed:
What|Removed |Added
Severity|critical|normal
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=30552