https://gcc.gnu.org/bugzilla/show_bug.cgi?id=83075
--- Comment #6 from Jakub Jelinek ---
Author: jakub
Date: Thu Dec 7 23:55:18 2017
New Revision: 255485
URL: https://gcc.gnu.org/viewcvs?rev=255485&root=gcc&view=rev
Log:
PR tree-optimization/83075
* gcc.dg/tree-ssa/strncpy-2.c:
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=83075
Martin Sebor changed:
What|Removed |Added
Status|ASSIGNED|RESOLVED
Resolution|---
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=83075
--- Comment #4 from Martin Sebor ---
Fixed in r255446.
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=83075
--- Comment #3 from Martin Sebor ---
Author: msebor
Date: Wed Dec 6 17:47:45 2017
New Revision: 255446
URL: https://gcc.gnu.org/viewcvs?rev=255446&root=gcc&view=rev
Log:
PR tree-optimization/83075 - Invalid strncpy optimization
gcc/ChangeLog:
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=83075
Martin Sebor changed:
What|Removed |Added
Keywords||patch
--- Comment #2 from Martin Sebor -
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=83075
Martin Sebor changed:
What|Removed |Added
Keywords||wrong-code
Status|UNCONFIRMED
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=83075
Jakub Jelinek changed:
What|Removed |Added
Priority|P3 |P1
CC|