[Bug c++/23172] [4.1 Regression] ICE on integer initialization

pinskia at gcc dot gnu dot org gcc-bugzilla@gcc.gnu.org
Sat Aug 20 21:10:00 GMT 2005


------- 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



More information about the Gcc-bugs mailing list