[Bug gcov-profile/61889] [5 Regression] gcov-tool.c uses nftw, ftw.h
xur at google dot com
gcc-bugzilla@gcc.gnu.org
Wed Aug 20 19:44:00 GMT 2014
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=61889
--- Comment #7 from xur at google dot com ---
OK. I'll fix this and submit another patch.
On Wed, Aug 20, 2014 at 11:26 AM, ktietz at gcc dot gnu.org
<gcc-bugzilla@gcc.gnu.org> wrote:
> https://gcc.gnu.org/bugzilla/show_bug.cgi?id=61889
>
> --- Comment #6 from Kai Tietz <ktietz at gcc dot gnu.org> ---
> Yes, I remember. I didn't comment on it.
> The following checks aren't ok.
> '#if !defined(_WIN32)'
>
> you should disable those parts *only* if ftw API isn't present. This you should
> check by a HAVE_FTW_H configure-check-macro. To disable it just because _WIN32
> is defined is wrong.
>
> --
> You are receiving this mail because:
> You are on the CC list for the bug.
More information about the Gcc-bugs
mailing list