[Bug tree-optimization/106163] generic-match does not honor -fnon-call-exceptions -fno-delete-dead-exceptions

pinskia at gcc dot gnu.org gcc-bugzilla@gcc.gnu.org
Fri Jul 1 22:43:33 GMT 2022


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

--- Comment #2 from Andrew Pinski <pinskia at gcc dot gnu.org> ---
Most likely the code here needs to be changed slightly.
                  fprintf_indent (f, indent,
                                  "if (TREE_SIDE_EFFECTS (captures[%d]))\n",
                                  i);


Or maybe the code which sets TREE_SIDE_EFFECTS should be fixed ...


More information about the Gcc-bugs mailing list