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++/51852] [regression] [c++11] tree check: expected tree_list, have HÃÃMÃÃÃÃtxÃtsÃ


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

Andrew Pinski <pinskia at gcc dot gnu.org> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
           Keywords|                            |GC

--- Comment #13 from Andrew Pinski <pinskia at gcc dot gnu.org> 2012-01-27 00:25:54 UTC ---
One thing to do is to use --param ggc-min-expand=1 --param ggc-min-heapsize=1
and try to reduce it from there.  And then when you get down use 0's instead of
1.  That should help with GC issues.


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