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