https://gcc.gnu.org/bugzilla/show_bug.cgi?id=83431
--- Comment #8 from Martin Sebor ---
Author: msebor
Date: Tue Aug 27 16:18:27 2019
New Revision: 274961
URL: https://gcc.gnu.org/viewcvs?rev=274961&root=gcc&view=rev
Log:
gcc/testsuite/ChangeLog:
PR c++/83431
PR testsuite/91562
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=83431
Martin Sebor changed:
What|Removed |Added
Status|ASSIGNED|RESOLVED
Known to work|
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=83431
--- Comment #6 from Martin Sebor ---
Author: msebor
Date: Mon Aug 26 18:29:45 2019
New Revision: 274933
URL: https://gcc.gnu.org/viewcvs?rev=274933&root=gcc&view=rev
Log:
PR tree-optimization/83431 - -Wformat-truncation may incorrectly report
tr
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=83431
Martin Sebor changed:
What|Removed |Added
Keywords||patch
--- Comment #5 from Martin Sebor -
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=83431
Martin Sebor changed:
What|Removed |Added
Status|NEW |ASSIGNED
Assignee|unassigned at
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=83431
--- Comment #3 from Matteo Croce ---
I can reproduce it with this snippet:
void f()
{
const char *dir = "a";
const char file[50] = "b";
char buf[4];
snprintf(buf, si
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=83431
Martin Sebor changed:
What|Removed |Added
Keywords||missed-optimization
--- Comment #2 from M
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=83431
Martin Sebor changed:
What|Removed |Added
Keywords||diagnostic
Status|UNCONFIRMED