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++/83372] Compiler segfaults building Mir


https://gcc.gnu.org/bugzilla/show_bug.cgi?id=83372

David Malcolm <dmalcolm at gcc dot gnu.org> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|WAITING                     |ASSIGNED
           Assignee|unassigned at gcc dot gnu.org      |dmalcolm at gcc dot gnu.org

--- Comment #12 from David Malcolm <dmalcolm at gcc dot gnu.org> ---
Turning the cgraphunit.c:493
  gcc_collect ();
into
  selftest::forcibly_ggc_collect ();
and removing the:
  --param ggc-min-expand=0 --param ggc-min-heapsize=0
allows it to be reproduced in a few seconds, rather than many minutes.

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