[Bug ipa/98815] Redundant free_dominance_info in cgraph_node::analyze()

2021-04-21 Thread marxin at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=98815 Martin Liška changed: What|Removed |Added Status|ASSIGNED|RESOLVED Resolution|---

[Bug ipa/98815] Redundant free_dominance_info in cgraph_node::analyze()

2021-04-21 Thread cvs-commit at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=98815 --- Comment #5 from CVS Commits --- The master branch has been updated by Martin Liska : https://gcc.gnu.org/g:021607e12cb9c40d0859b78490f44bb3f7da5812 commit r12-23-g021607e12cb9c40d0859b78490f44bb3f7da5812 Author: Martin Liska Date: Tue Ja

[Bug ipa/98815] Redundant free_dominance_info in cgraph_node::analyze()

2021-01-27 Thread marxin at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=98815 --- Comment #4 from Martin Liška --- I can confirm the patch survives bootstrap and regression tests. I'm going to send it at the beginning of the next stage1.

[Bug ipa/98815] Redundant free_dominance_info in cgraph_node::analyze()

2021-01-26 Thread marxin at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=98815 Martin Liška changed: What|Removed |Added Target Milestone|--- |12.0

[Bug ipa/98815] Redundant free_dominance_info in cgraph_node::analyze()

2021-01-26 Thread marxin at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=98815 Martin Liška changed: What|Removed |Added Resolution|INVALID |--- Status|RESOLVED

[Bug ipa/98815] Redundant free_dominance_info in cgraph_node::analyze()

2021-01-25 Thread fxue at os dot amperecomputing.com via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=98815 --- Comment #2 from Feng Xue --- If we step into free_dominance_info(dir), it is a wrapper of free_dominance_info (cfun, dir), which means it assumes a non-NULL "cfun". Additionally, please go through calling stack of free_dominance_info(): f

[Bug ipa/98815] Redundant free_dominance_info in cgraph_node::analyze()

2021-01-25 Thread marxin at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=98815 Martin Liška changed: What|Removed |Added Resolution|--- |INVALID Status|UNCONFIRMED