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


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