[Bug tree-optimization/91914] [9 Regression] Invalid strlen optimization

2021-05-04 Thread rguenther at suse dot de via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=91914 --- Comment #10 from rguenther at suse dot de --- On Tue, 4 May 2021, msebor at gcc dot gnu.org wrote: > https://gcc.gnu.org/bugzilla/show_bug.cgi?id=91914 > > Martin Sebor changed: > >What|Removed |Added

[Bug tree-optimization/91914] [9 Regression] Invalid strlen optimization

2021-05-03 Thread msebor at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=91914 Martin Sebor changed: What|Removed |Added Resolution|--- |FIXED Status|ASSIGNED

[Bug tree-optimization/91914] [9 Regression] Invalid strlen optimization

2021-05-03 Thread cvs-commit at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=91914 --- Comment #8 from CVS Commits --- The releases/gcc-9 branch has been updated by Martin Sebor : https://gcc.gnu.org/g:176e7fa198dd50aca4c882c74fc8f4386a3f9131 commit r9-9501-g176e7fa198dd50aca4c882c74fc8f4386a3f9131 Author: Martin Sebor

[Bug tree-optimization/91914] [9 Regression] Invalid strlen optimization

2021-04-30 Thread rguenth at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=91914 Richard Biener changed: What|Removed |Added Priority|P3 |P2 --- Comment #7 from Richard Biener

[Bug tree-optimization/91914] [9 Regression] Invalid strlen optimization

2020-03-12 Thread jakub at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=91914 Jakub Jelinek changed: What|Removed |Added Target Milestone|9.3 |9.4 --- Comment #6 from Jakub Jelinek

[Bug tree-optimization/91914] [9 Regression] Invalid strlen optimization

2019-10-05 Thread guillaume at morinfr dot org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=91914 --- Comment #5 from Guillaume Morin --- Just FYI, we've hit the same wrong-code bug compiling our codebase. And I can confirm that the patch in comment #2 does fix the problem for us as well.

[Bug tree-optimization/91914] [9 Regression] Invalid strlen optimization

2019-09-30 Thread joerg.rich...@pdv-fs.de
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=91914 --- Comment #4 from Jörg Richter --- The patch in comment #2 fixes the problem for us.

[Bug tree-optimization/91914] [9 Regression] Invalid strlen optimization

2019-09-26 Thread msebor at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=91914 --- Comment #3 from Martin Sebor --- Author: msebor Date: Thu Sep 26 16:17:22 2019 New Revision: 276156 URL: https://gcc.gnu.org/viewcvs?rev=276156=gcc=rev Log: PR tree-optimization/91914 - Invalid strlen folding for offset into struct

[Bug tree-optimization/91914] [9 Regression] Invalid strlen optimization

2019-09-26 Thread msebor at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=91914 Martin Sebor changed: What|Removed |Added Status|NEW |ASSIGNED Assignee|unassigned