This patch is OK.
--
Joseph S. Myers
jos...@codesourcery.com
id, would you be able to approve it?
Or do we need to bribe a C frontend maintainer?
Cheers,
Mark
From 719b174233176fae49716936fa4ab9ead54f95cb Mon Sep 17 00:00:00 2001
From: Mark Wielaard
Date: Thu, 28 May 2020 02:55:36 +0200
Subject: [PATCH] diagnostics: Consistently add fixit hint for implicit builtin
declaration
There are t
On 5/28/20 7:13 PM, Mark Wielaard wrote:
Hi Martin,
On Thu, May 28, 2020 at 06:21:39PM -0600, Martin Sebor wrote:
Although few tests bother with it, since you add an option for
the existing warning where there was none before, an even more
exhaustive test than the one you added would also verif
0464 Mon Sep 17 00:00:00 2001
From: Mark Wielaard
Date: Thu, 28 May 2020 02:55:36 +0200
Subject: [PATCH] diagnostics: Consistently add fixit hint for implicit builtin
declaration
There are two warnings that might trigger when a builtin function is
used but not declared yet. Both called through
On 5/28/20 5:16 PM, Mark Wielaard wrote:
There are two warnings that might trigger when a builtin function is
used but not declared yet. Both called through implicitly_declare in
c-decl. The first in implicit_decl_warning does warn for builtins,
but does not add a fixit hint for them (only for no
There are two warnings that might trigger when a builtin function is
used but not declared yet. Both called through implicitly_declare in
c-decl. The first in implicit_decl_warning does warn for builtins,
but does not add a fixit hint for them (only for non-builtins when
a header is suggested throu