PING [PATCH] tighten up -Wbuiltin-declaration-mismatch (PR 86125, 88886, 86308)

Martin Sebor msebor@gmail.com
Thu Jan 24 21:23:00 GMT 2019


On 1/23/19 4:41 PM, Joseph Myers wrote:
> On Wed, 23 Jan 2019, Martin Sebor wrote:
> 
>> Ping: https://gcc.gnu.org/ml/gcc-patches/2019-01/msg00969.html
> 
> This patch is OK.

Thanks.  I committed it in r268251.

As a heads up, before I did that I noticed a failure in
gcc.c-torture/execute/eeprof-1.c due to the test declaring
the __cyg_profile_func_{enter,exit} functions to take a pair
of function pointers rather than void* as expected.  I fixed
the failure by changing the function declarations but it makes
me wonder if some other tests for non-x86 targets that I didn't
build might have similar problems.  I'll deal with those if/when
that happens.

Martin



More information about the Gcc-patches mailing list