This is the mail archive of the
gcc-bugs@gcc.gnu.org
mailing list for the GCC project.
[Bug c++/12807] [tree-ssa] ICE on variable sized array in class
- From: "gdr at integrable-solutions dot net" <gcc-bugzilla at gcc dot gnu dot org>
- To: gcc-bugs at gcc dot gnu dot org
- Date: 29 Oct 2003 06:13:10 -0000
- Subject: [Bug c++/12807] [tree-ssa] ICE on variable sized array in class
- References: <20031028100505.12807.reichelt@gcc.gnu.org>
- Reply-to: gcc-bugzilla at gcc dot gnu dot org
PLEASE REPLY TO gcc-bugzilla@gcc.gnu.org ONLY, *NOT* gcc-bugs@gcc.gnu.org.
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=12807
------- Additional Comments From gdr at integrable-solutions dot net 2003-10-29 06:13 -------
Subject: Re: [tree-ssa] ICE on variable sized array in class
"bangerth at dealii dot org" <gcc-bugzilla@gcc.gnu.org> writes:
| Variably sized arrays are new in C, but shouldn't be accepted in C++ in
| strict conformance mode.
I see no relation with the code you showed: It still is invalid.
-- Gaby