[Bug tree-optimization/61056] strchr (x, 0) is not converted to strlen (x)

2016-11-02 Thread wilco at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=61056 wilco at gcc dot gnu.org changed: What|Removed |Added Status|UNCONFIRMED |RESOLVED CC|

[Bug tree-optimization/61056] strchr (x, 0) is not converted to strlen (x)

2016-09-29 Thread olegendo at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=61056 --- Comment #5 from Oleg Endo --- https://gcc.gnu.org/viewcvs/gcc?view=revision=240568

[Bug tree-optimization/61056] strchr (x, 0) is not converted to strlen (x)

2016-09-06 Thread pinskia at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=61056 --- Comment #4 from Andrew Pinski --- See bug 32650 also.

[Bug tree-optimization/61056] strchr (x, 0) is not converted to strlen (x)

2016-09-06 Thread pinskia at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=61056 Andrew Pinski changed: What|Removed |Added Keywords||missed-optimization

[Bug tree-optimization/61056] strchr (x, 0) is not converted to strlen (x)

2016-04-19 Thread olegendo at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=61056 --- Comment #3 from Oleg Endo --- Just for reference https://gcc.gnu.org/ml/gcc-patches/2016-04/msg00870.html

[Bug tree-optimization/61056] strchr (x, 0) is not converted to strlen (x)

2014-05-04 Thread jakub at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=61056 Jakub Jelinek jakub at gcc dot gnu.org changed: What|Removed |Added CC||jakub at gcc dot

[Bug tree-optimization/61056] strchr (x, 0) is not converted to strlen (x)

2014-05-04 Thread olegendo at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=61056 --- Comment #2 from Oleg Endo olegendo at gcc dot gnu.org --- (In reply to Jakub Jelinek from comment #1) 1) your testcase uses strrchr rather than strchr Sorry, typo/pasto. It was meant to be strchr. 2) why do you think it is desirable to