https://gcc.gnu.org/bugzilla/show_bug.cgi?id=86461
Martin Sebor <msebor at gcc dot gnu.org> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|ASSIGNED |RESOLVED Resolution|--- |FIXED --- Comment #4 from Martin Sebor <msebor at gcc dot gnu.org> --- There were a couple of problems with r262522: first, the dg-xxx directives are ignored by the runtime torture tests, and second, whether or not all the strlen calls are eliminated depends on both optimization and the target. r262543 fixes both problems by reverting the previous change (and adding a comment explaining why it shouldn't be tightened up like that again).