This is the mail archive of the
gcc-bugs@gcc.gnu.org
mailing list for the GCC project.
[Bug c++/17323] ICE on invalid code if static member array initialized with size computed as division by zero
- From: "bangerth at dealii dot org" <gcc-bugzilla at gcc dot gnu dot org>
- To: gcc-bugs at gcc dot gnu dot org
- Date: 7 Sep 2004 23:53:13 -0000
- Subject: [Bug c++/17323] ICE on invalid code if static member array initialized with size computed as division by zero
- References: <20040904185519.17323.niemayer@isg.de>
- Reply-to: gcc-bugzilla at gcc dot gnu dot org
------- Additional Comments From bangerth at dealii dot org 2004-09-07 23:53 -------
Wouldn't we then run into the same problem when using
(sizeof(T)-1)
?
W.
--
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=17323