[Bug tree-optimization/91403] GCC fails with ICE.

2021-01-11 Thread rguenth at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=91403 Richard Biener changed: What|Removed |Added Known to work||11.0 --- Comment #9 from Richard Biener

[Bug tree-optimization/91403] GCC fails with ICE.

2021-01-11 Thread cvs-commit at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=91403 --- Comment #8 from CVS Commits --- The master branch has been updated by Richard Biener : https://gcc.gnu.org/g:84684e0f78c20c51492722a5b95cda778ad77073 commit r11-6589-g84684e0f78c20c51492722a5b95cda778ad77073 Author: Richard Biener Date:

[Bug tree-optimization/91403] GCC fails with ICE.

2021-01-11 Thread rguenth at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=91403 Richard Biener changed: What|Removed |Added Assignee|unassigned at gcc dot gnu.org |rguenth at gcc dot gnu.org ---

[Bug tree-optimization/91403] GCC fails with ICE.

2021-01-11 Thread rguenth at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=91403 Richard Biener changed: What|Removed |Added CC||duanbo3 at huawei dot com --- Comment #

[Bug tree-optimization/91403] GCC fails with ICE.

2019-08-19 Thread rguenth at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=91403 --- Comment #5 from Richard Biener --- Author: rguenth Date: Mon Aug 19 14:45:38 2019 New Revision: 274672 URL: https://gcc.gnu.org/viewcvs?rev=274672&root=gcc&view=rev Log: 2019-08-19 Richard Biener PR tree-optimization/91403

[Bug tree-optimization/91403] GCC fails with ICE.

2019-08-19 Thread rguenth at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=91403 --- Comment #4 from Richard Biener --- OK, so I have a patch to fix the recursion depth in SCEV analysis but then we hit the next one in SLSR, in my case because with -O0 there's no tailcall performed but even with -O2 we don't tailcall it. #8

[Bug tree-optimization/91403] GCC fails with ICE.

2019-08-09 Thread rguenth at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=91403 Richard Biener changed: What|Removed |Added Status|UNCONFIRMED |ASSIGNED Last reconfirmed|

[Bug tree-optimization/91403] GCC fails with ICE.

2019-08-08 Thread belyshev at depni dot sinp.msu.ru
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=91403 Serge Belyshev changed: What|Removed |Added CC||belyshev at depni dot sinp.msu.ru ---

[Bug tree-optimization/91403] GCC fails with ICE.

2019-08-08 Thread jakub at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=91403 Jakub Jelinek changed: What|Removed |Added CC||jakub at gcc dot gnu.org,