This is the mail archive of the gcc-bugs@gcc.gnu.org mailing list for the GCC project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

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


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


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]