[Bug tree-optimization/71625] missing strlen optimization on different array initialization style

2020-01-28 Thread cvs-commit at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=71625 --- Comment #26 from CVS Commits --- The releases/gcc-9 branch has been updated by Jason Merrill : https://gcc.gnu.org/g:dcb23017b1a9f65a81dbbe0f2b1a42999f7b2ac7 commit r9-8184-gdcb23017b1a9f65a81dbbe0f2b1a42999f7b2ac7 Author: Jason Merrill

[Bug tree-optimization/71625] missing strlen optimization on different array initialization style

2020-01-27 Thread cvs-commit at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=71625 --- Comment #25 from CVS Commits --- The master branch has been updated by Jason Merrill : https://gcc.gnu.org/g:8f25c39c454d7d3d323edf014a653649946352bd commit r10-6266-g8f25c39c454d7d3d323edf014a653649946352bd Author: Jason Merrill Date:

[Bug tree-optimization/71625] missing strlen optimization on different array initialization style

2018-10-05 Thread sje at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=71625 --- Comment #24 from Steve Ellcey --- Author: sje Date: Fri Oct 5 15:26:40 2018 New Revision: 264874 URL: https://gcc.gnu.org/viewcvs?rev=264874=gcc=rev Log: 2018-10-05 Steve Ellcey PR tree-optimization/71625 *

[Bug tree-optimization/71625] missing strlen optimization on different array initialization style

2018-10-05 Thread msebor at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=71625 Martin Sebor changed: What|Removed |Added Status|ASSIGNED|RESOLVED Resolution|---

[Bug tree-optimization/71625] missing strlen optimization on different array initialization style

2018-09-25 Thread msebor at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=71625 --- Comment #22 from Martin Sebor --- The failures were discussed here: https://gcc.gnu.org/ml/gcc-patches/2018-08/msg00863.html I'm afraid I'm not at all familiar with the details of these tests or even sufficiently versed in aarch64

[Bug tree-optimization/71625] missing strlen optimization on different array initialization style

2018-09-25 Thread sje at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=71625 Steve Ellcey changed: What|Removed |Added CC||sje at gcc dot gnu.org --- Comment #21

[Bug tree-optimization/71625] missing strlen optimization on different array initialization style

2018-08-18 Thread bernd.edlinger at hotmail dot de
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=71625 Bernd Edlinger changed: What|Removed |Added CC||bernd.edlinger at hotmail dot de ---

[Bug tree-optimization/71625] missing strlen optimization on different array initialization style

2018-08-17 Thread nsz at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=71625 --- Comment #19 from nsz at gcc dot gnu.org --- Author: nsz Date: Fri Aug 17 17:26:11 2018 New Revision: 263624 URL: https://gcc.gnu.org/viewcvs?rev=263624=gcc=rev Log: Fix poly types after PR tree-optimization/71625 strlen optimization Same as

[Bug tree-optimization/71625] missing strlen optimization on different array initialization style

2018-08-15 Thread msebor at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=71625 --- Comment #18 from Martin Sebor --- Author: msebor Date: Wed Aug 15 15:25:46 2018 New Revision: 263561 URL: https://gcc.gnu.org/viewcvs?rev=263561=gcc=rev Log: PR tree-optimization/71625 - missing strlen optimization on different array

[Bug tree-optimization/71625] missing strlen optimization on different array initialization style

2018-08-13 Thread msebor at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=71625 --- Comment #17 from Martin Sebor --- Author: msebor Date: Mon Aug 13 17:57:51 2018 New Revision: 263511 URL: https://gcc.gnu.org/viewcvs?rev=263511=gcc=rev Log: PR tree-optimization/71625 - missing strlen optimization on different array

[Bug tree-optimization/71625] missing strlen optimization on different array initialization style

2018-07-30 Thread msebor at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=71625 Martin Sebor changed: What|Removed |Added Keywords||patch --- Comment #16 from Martin Sebor

[Bug tree-optimization/71625] missing strlen optimization on different array initialization style

2018-07-30 Thread msebor at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=71625 Martin Sebor changed: What|Removed |Added Assignee|unassigned at gcc dot gnu.org |msebor at gcc dot gnu.org ---

[Bug tree-optimization/71625] missing strlen optimization on different array initialization style

2018-01-25 Thread rguenth at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=71625 Richard Biener changed: What|Removed |Added Target Milestone|7.3 |7.4 --- Comment #14 from Richard

[Bug tree-optimization/71625] missing strlen optimization on different array initialization style

2017-08-16 Thread rguenth at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=71625 Richard Biener changed: What|Removed |Added Target Milestone|7.2 |7.3

[Bug tree-optimization/71625] missing strlen optimization on different array initialization style

2017-08-14 Thread rguenth at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=71625 Richard Biener changed: What|Removed |Added Target Milestone|7.2 7.2 |7.3 7.3 --- Comment #14 from Richard

[Bug tree-optimization/71625] missing strlen optimization on different array initialization style

2017-08-14 Thread rguenth at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=71625 Richard Biener changed: What|Removed |Added Target Milestone|7.2 7.2 |7.3 7.3 --- Comment #14 from Richard

[Bug tree-optimization/71625] missing strlen optimization on different array initialization style

2017-05-02 Thread jakub at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=71625 Jakub Jelinek changed: What|Removed |Added Target Milestone|7.0 |7.2 --- Comment #13 from Jakub Jelinek

[Bug tree-optimization/71625] missing strlen optimization on different array initialization style

2016-06-29 Thread jakub at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=71625 --- Comment #12 from Jakub Jelinek --- Martin, the changes you wanted to do are desirable in any case. The changes I've committed don't fix this, they are just preparation for further changes that might help. But there still would be the

[Bug tree-optimization/71625] missing strlen optimization on different array initialization style

2016-06-29 Thread jakub at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=71625 --- Comment #11 from Jakub Jelinek --- Author: jakub Date: Wed Jun 29 08:47:46 2016 New Revision: 237841 URL: https://gcc.gnu.org/viewcvs?rev=237841=gcc=rev Log: PR tree-optimization/71625 * tree-ssa-strlen.c (get_addr_stridx):

[Bug tree-optimization/71625] missing strlen optimization on different array initialization style

2016-06-28 Thread jakub at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=71625 Jakub Jelinek changed: What|Removed |Added Component|middle-end |tree-optimization