This is the mail archive of the
gcc-bugs@gcc.gnu.org
mailing list for the GCC project.
[Bug c++/18384] [3.3/3.4/4.0 Regression] ICE on zero-length array with empty initializer...
- From: "mmitchel at gcc dot gnu dot org" <gcc-bugzilla at gcc dot gnu dot org>
- To: gcc-bugs at gcc dot gnu dot org
- Date: 23 Nov 2004 01:17:30 -0000
- Subject: [Bug c++/18384] [3.3/3.4/4.0 Regression] ICE on zero-length array with empty initializer...
- References: <20041108213431.18384.apl@alum.mit.edu>
- Reply-to: gcc-bugzilla at gcc dot gnu dot org
------- Additional Comments From mmitchel at gcc dot gnu dot org 2004-11-23 01:17 -------
I think that the idea behavior here would be to match GNU C. If we reject this
code in C, then we should certainly do so in C++ as well. If we accept it in C,
then it would be nice to accept it in C++.
--
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=18384