On 06/19/2018 12:46 PM, Jason Merrill wrote:
On Tue, Jun 19, 2018 at 2:44 PM, Jason Merrill <ja...@redhat.com> wrote:
On Tue, May 29, 2018 at 3:21 PM, Martin Sebor <mse...@gmail.com> wrote:
To make review and testing easier (thank you, Franz), attached
is an updated patch rebased on top of today's trunk.
(Note that the patch intentionally doesn't suppress the warning
for the submitted test case without adding the nonstring attribute.)
I needed to adjust the testcase to avoid spurious failures with make-g++:
Ah, looks like you beat me to it. :)
Yes, just a little while ago. Sorry about missing that (actually
forgetting to fix it) when I first checked it in.
I wonder if it would be worthwhile to add a GCC DejaGnu directive
or pattern to match a function declaration. Say something like
%{strncat}.
Martin