This is the mail archive of the
gcc-bugs@gcc.gnu.org
mailing list for the GCC project.
[Bug c++/23172] [4.1 Regression] ICE on integer initialization
- From: "pinskia at gcc dot gnu dot org" <gcc-bugzilla at gcc dot gnu dot org>
- To: gcc-bugs at gcc dot gnu dot org
- Date: 20 Aug 2005 21:09:44 -0000
- Subject: [Bug c++/23172] [4.1 Regression] ICE on integer initialization
- References: <20050801110312.23172.reichelt@gcc.gnu.org>
- Reply-to: gcc-bugzilla at gcc dot gnu dot org
------- Additional Comments From pinskia at gcc dot gnu dot org 2005-08-20 21:09 -------
Hmm, this is not even valid C99, and we reject it in the C front-end with "-std=c99 -pedantic-errors":
t.c:1: error: initializer element is not constant
Though we should not seg fault.
--
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=23172