[Bug tree-optimization/108684] [12/13 Regression] ICE: verify_ssa failed

2023-02-09 Thread cvs-commit at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=108684 --- Comment #13 from CVS Commits --- The trunk branch has been updated by Andrew Pinski : https://gcc.gnu.org/g:6a5cb782d1486b378d70857c8efae558da0eb2cc commit r13-5768-g6a5cb782d1486b378d70857c8efae558da0eb2cc Author: Andrew Pinski Date: T

[Bug tree-optimization/108684] [12/13 Regression] ICE: verify_ssa failed

2023-02-09 Thread pinskia at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=108684 Andrew Pinski changed: What|Removed |Added Keywords||wrong-code --- Comment #12 from Andrew

[Bug tree-optimization/108684] [12/13 Regression] ICE: verify_ssa failed

2023-02-08 Thread pinskia at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=108684 Andrew Pinski changed: What|Removed |Added URL||https://gcc.gnu.org/piperma

[Bug tree-optimization/108684] [12/13 Regression] ICE: verify_ssa failed

2023-02-07 Thread pinskia at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=108684 --- Comment #10 from Andrew Pinski --- (In reply to Jakub Jelinek from comment #9) > I think that is how inline asm always behaved. If it is not ok to be DCEd > when the result is dead, one needs to use volatile keyword. Oh you are right I alw

[Bug tree-optimization/108684] [12/13 Regression] ICE: verify_ssa failed

2023-02-07 Thread jakub at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=108684 Jakub Jelinek changed: What|Removed |Added CC||jakub at gcc dot gnu.org --- Comment #9

[Bug tree-optimization/108684] [12/13 Regression] ICE: verify_ssa failed

2023-02-07 Thread pinskia at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=108684 Andrew Pinski changed: What|Removed |Added Status|NEW |ASSIGNED Keywords|

[Bug tree-optimization/108684] [12/13 Regression] ICE: verify_ssa failed

2023-02-07 Thread pinskia at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=108684 --- Comment #7 from Andrew Pinski --- (In reply to Andrew Macleod from comment #6) > Fixes the issue... huh how long has THAT been there Since r8-5124-g23ffbafe3a39 when simple_dce_from_worklist was added. Though simple_dce_from_worklist

[Bug tree-optimization/108684] [12/13 Regression] ICE: verify_ssa failed

2023-02-07 Thread amacleod at redhat dot com via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=108684 --- Comment #6 from Andrew Macleod --- diff --git a/gcc/tree-ssa-dce.cc b/gcc/tree-ssa-dce.cc index b2fe9f4f55e..752785541e4 100644 --- a/gcc/tree-ssa-dce.cc +++ b/gcc/tree-ssa-dce.cc @@ -2140,6 +2140,7 @@ simple_dce_from_worklist (bitmap workli

[Bug tree-optimization/108684] [12/13 Regression] ICE: verify_ssa failed

2023-02-07 Thread pinskia at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=108684 Andrew Pinski changed: What|Removed |Added Summary|[13 Regression] ICE:|[12/13 Regression] ICE: