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++/23171] [4.1/4.2 Regression] ICE on pointer initialization with C99 initializer



------- Comment #16 from mmitchel at gcc dot gnu dot org  2005-12-24 09:41 -------
We no longer get the ICE -- but gimplification does not honor TREE_STATIC on
the CONSTRUCTOR, so we get wrong code.


-- 

mmitchel at gcc dot gnu dot org changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
           Keywords|ice-on-valid-code           |wrong-code


http://gcc.gnu.org/bugzilla/show_bug.cgi?id=23171


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