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 phython at gcc dot gnu dot org  2005-08-20 20:38 -------
int i = (int){1, 2} segfaults as well, and no longer gives an error.

 I suspect it was the following patch:
2005-07-20  Giovanni Bajo  <giovannibajo@libero.it>

        Make CONSTRUCTOR use VEC to store initializers.
        ...
        (digest_init): Rewrite.
        ...

-- 


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]