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++/14179] [4.4/4.5/4.6/4.7 Regression] out of memory while parsing array with many initializers


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

Jason Merrill <jason at gcc dot gnu.org> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|ASSIGNED                    |NEW
                 CC|                            |jason at gcc dot gnu.org
             Blocks|12245                       |
         Depends on|                            |12245
         AssignedTo|giovannibajo at libero dot  |unassigned at gcc dot
                   |it                          |gnu.org

--- Comment #60 from Jason Merrill <jason at gcc dot gnu.org> 2012-01-13 20:27:06 UTC ---
Giovanni hasn't touched this bug since 2004, so I'm unassigning him.  It seems
to me that the best way to avoid the garbage from cp_parser_initializer_list
would be to rewrite reshape_init to avoid copying initializer lists that need
no reshaping.  But that isn't a project for stage 4.


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