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

Jakub Jelinek <jakub at gcc dot gnu.org> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |jakub at gcc dot gnu.org

--- Comment #2 from Jakub Jelinek <jakub at gcc dot gnu.org> ---
I would have expected that before:
              if (node->root_p ())
                delete static_cast<fma_root_node *> (node);
we either process all the children of that root node, or remove the root node
and replace it with one of the children.

Reply via email to