[Bug middle-end/77357] strlen of constant strings not folded

2018-07-15 Thread eggert at cs dot ucla.edu
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=77357 eggert at cs dot ucla.edu changed: What|Removed |Added CC||eggert at cs dot ucla.edu ---

[Bug middle-end/77357] strlen of constant strings not folded

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

[Bug middle-end/77357] strlen of constant strings not folded

2018-07-09 Thread msebor at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=77357 --- Comment #6 from Martin Sebor --- Author: msebor Date: Mon Jul 9 20:33:48 2018 New Revision: 262522 URL: https://gcc.gnu.org/viewcvs?rev=262522&root=gcc&view=rev Log: PR middle-end/77357 - strlen of constant strings not folded gcc/ChangeLog

[Bug middle-end/77357] strlen of constant strings not folded

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

[Bug middle-end/77357] strlen of constant strings not folded

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

[Bug middle-end/77357] strlen of constant strings not folded

2016-08-26 Thread rguenth at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=77357 --- Comment #3 from Richard Biener --- Ok, I'm less interested in -O0 but even with -O1 we fail for global_struct and local_struct. We can improve things by doing Index: gcc/expr.c ===

[Bug middle-end/77357] strlen of constant strings not folded

2016-08-24 Thread msebor at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=77357 Martin Sebor changed: What|Removed |Added Status|WAITING |NEW --- Comment #2 from Martin Sebor ---

[Bug middle-end/77357] strlen of constant strings not folded

2016-08-24 Thread rguenth at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=77357 Richard Biener changed: What|Removed |Added Status|UNCONFIRMED |WAITING Last reconfirmed|

[Bug middle-end/77357] strlen of constant strings not folded

2016-08-23 Thread msebor at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=77357 Martin Sebor changed: What|Removed |Added Keywords||missed-optimization Severity|no