[Bug tree-optimization/103288] [12 Regression] ice during GIMPLE pass: phiopt

2021-11-17 Thread pinskia at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=103288 Andrew Pinski changed: What|Removed |Added Resolution|--- |FIXED Status|ASSIGNED

[Bug tree-optimization/103288] [12 Regression] ice during GIMPLE pass: phiopt

2021-11-17 Thread cvs-commit at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=103288 --- Comment #12 from CVS Commits --- The trunk branch has been updated by Andrew Pinski : https://gcc.gnu.org/g:1a15a91a0015208eafb797e4de1348c9877fd6d0 commit r12-5333-g1a15a91a0015208eafb797e4de1348c9877fd6d0 Author: Andrew Pinski Date: T

[Bug tree-optimization/103288] [12 Regression] ice during GIMPLE pass: phiopt

2021-11-16 Thread pinskia at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=103288 Andrew Pinski changed: What|Removed |Added Keywords||patch URL|

[Bug tree-optimization/103288] [12 Regression] ice during GIMPLE pass: phiopt

2021-11-16 Thread pinskia at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=103288 --- Comment #10 from Andrew Pinski --- Created attachment 51819 --> https://gcc.gnu.org/bugzilla/attachment.cgi?id=51819&action=edit Patch which is in testing Patch is now in full testing.

[Bug tree-optimization/103288] [12 Regression] ice during GIMPLE pass: phiopt

2021-11-16 Thread pinskia at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=103288 --- Comment #9 from Andrew Pinski --- (In reply to Andrew Pinski from comment #8) > I still need to test it a little bit. I get no failures in tree-ssa.exp. Running a full bootstrap/test.

[Bug tree-optimization/103288] [12 Regression] ice during GIMPLE pass: phiopt

2021-11-16 Thread pinskia at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=103288 Andrew Pinski changed: What|Removed |Added Assignee|unassigned at gcc dot gnu.org |pinskia at gcc dot gnu.org

[Bug tree-optimization/103288] [12 Regression] ice during GIMPLE pass: phiopt

2021-11-16 Thread pinskia at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=103288 --- Comment #7 from Andrew Pinski --- (In reply to Andrew Pinski from comment #5) > Before phiopt, we have: > if (func_14_uli_8.0_1 != 0) > goto ; [50.00%] > else > goto ; [50.00%] > >[local count: 805306369]: > _11 = pretmp_1

[Bug tree-optimization/103288] [12 Regression] ice during GIMPLE pass: phiopt

2021-11-16 Thread pinskia at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=103288 Andrew Pinski changed: What|Removed |Added CC||rguenth at gcc dot gnu.org --- Comment

[Bug tree-optimization/103288] [12 Regression] ice during GIMPLE pass: phiopt

2021-11-16 Thread pinskia at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=103288 Andrew Pinski changed: What|Removed |Added Ever confirmed|0 |1 Last reconfirmed|

[Bug tree-optimization/103288] [12 Regression] ice during GIMPLE pass: phiopt

2021-11-16 Thread pinskia at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=103288 --- Comment #4 from Andrew Pinski --- For me it was working at r12-5290-g074ee8d9a91d7 .

[Bug tree-optimization/103288] [12 Regression] ice during GIMPLE pass: phiopt

2021-11-16 Thread dcb314 at hotmail dot com via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=103288 --- Comment #3 from David Binderman --- (In reply to Andrew Pinski from comment #1) > Most likely caused by r12-5300-gf98f373dd822b35c . Strange. That git commit doesn't seem to be in the range of git hashes I specified. The one commit that do

[Bug tree-optimization/103288] [12 Regression] ice during GIMPLE pass: phiopt

2021-11-16 Thread dcb314 at hotmail dot com via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=103288 --- Comment #2 from David Binderman --- Reduced C code seems to be int ui_5; long func_14_uli_8; void func_14() { ui_5 &= (func_14_uli_8 ? 60 : ui_5) ? 5 : 0; }

[Bug tree-optimization/103288] [12 Regression] ice during GIMPLE pass: phiopt

2021-11-16 Thread pinskia at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=103288 Andrew Pinski changed: What|Removed |Added Summary|ice during GIMPLE pass: |[12 Regression] ice during