[Bug c++/23171] [4.1/4.2 Regression] ICE on pointer initialization with C99 initializer

mmitchel at gcc dot gnu dot org gcc-bugzilla@gcc.gnu.org
Fri Dec 23 23:40:00 GMT 2005



------- Comment #13 from mmitchel at gcc dot gnu dot org  2005-12-23 23:40 -------
I've finally figured out a tractable solution to this problem: just treat these
as dynamic initializations.  That will be slightly less efficient than what the
C front end does, and result in a different initialization order, but so be it.

Testing a patch now.


-- 

mmitchel at gcc dot gnu dot org changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
         AssignedTo|unassigned at gcc dot gnu   |mark at codesourcery dot com
                   |dot org                     |
             Status|NEW                         |ASSIGNED


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



More information about the Gcc-bugs mailing list