[Bug bootstrap/38302] inefficient use of strlen in for loop

2016-08-23 Thread manu at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=38302 Manuel López-Ibáñez changed: What|Removed |Added Status|NEW |RESOLVED CC|

[Bug bootstrap/38302] inefficient use of strlen in for loop

2008-11-30 Thread rguenth at gcc dot gnu dot org
--- Comment #2 from rguenth at gcc dot gnu dot org 2008-11-30 11:33 --- Also the compiler is able to do this optimization. -- http://gcc.gnu.org/bugzilla/show_bug.cgi?id=38302

[Bug bootstrap/38302] inefficient use of strlen in for loop

2008-11-28 Thread pinskia at gcc dot gnu dot org
--- Comment #1 from pinskia at gcc dot gnu dot org 2008-11-28 17:04 --- These strlen are only in programs which generate source for GCC so reducing the severity down to trivial. -- pinskia at gcc dot gnu dot org changed: What|Removed |Added ---