[Bug c/69522] [4.9/5/6 Regression] gcc hangs on valid code on x86_64-linux-gnu

bernds at gcc dot gnu.org gcc-bugzilla@gcc.gnu.org
Thu Jan 28 14:35:00 GMT 2016


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

Bernd Schmidt <bernds at gcc dot gnu.org> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
           Assignee|unassigned at gcc dot gnu.org      |bernds at gcc dot gnu.org

--- Comment #7 from Bernd Schmidt <bernds at gcc dot gnu.org> ---
So far: looks like we're creating multiple init elts with the same address and
trying to put them into the same tree. Looks like we're discarding an obstack
while we still have something pointing to it, and I suspect it's related to the
warning message.


More information about the Gcc-bugs mailing list