https://gcc.gnu.org/bugzilla/show_bug.cgi?id=66319
Joseph John <josephpattara at gmail dot com> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |josephpattara at gmail dot com --- Comment #9 from Joseph John <josephpattara at gmail dot com> --- Hi, I am hitting the same error on the below platform. B.11.31 U ia64 rx2800 g++ -c -DUSE_LIBUNWIND_EXCEPTIONS -g -DIN_GCC -fno-exceptions -fno-rtti -fasynchronous-unwind-tables -W -Wall -Wwrite-strings -Wcast-qual -Wno-format -Wmissing-format-attribute -Woverloaded-virtual -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -fno-common -DHAVE_CONFIG_H -I. -I. -I../../gcc-5.2.0/gcc -I../../gcc-5.2.0/gcc/. -I../../gcc-5.2.0/gcc/../include -I../../gcc-5.2.0/gcc/../libcpp/include -I/home/jjohn/hpux/gcc_520/gcc_build/./gmp -I/home/jjohn/hpux/gcc_520/gcc-5.2.0/gmp -I/home/jjohn/hpux/gcc_520/gcc_build/./mpfr/src -I/home/jjohn/hpux/gcc_520/gcc-5.2.0/mpfr/src -I/home/jjohn/hpux/gcc_520/gcc-5.2.0/mpc/src -I../../gcc-5.2.0/gcc/../libdecnumber -I../../gcc-5.2.0/gcc/../libdecnumber/dpd -I../libdecnumber -I../../gcc-5.2.0/gcc/../libbacktrace -I/home/jjohn/hpux/gcc_520/gcc_build/./isl/include -I/home/jjohn/hpux/gcc_520/gcc-5.2.0/isl/include -o gcov-tool.o -MT gcov-tool.o -MMD -MP -MF ./.deps/gcov-tool.TPo ../../gcc-5.2.0/gcc/gcov-tool.c ../../gcc-5.2.0/gcc/gcov-tool.c: In function 'int unlink_profile_dir(const char*)': ../../gcc-5.2.0/gcc/gcov-tool.c:84: error: invalid conversion from 'int (*)(const char*, const stat*, int, FTW*)' to 'int (*)(const char*, const stat*, int, FTW)' Makefile:1065: recipe for target 'gcov-tool.o' failed make[3]: *** [gcov-tool.o] Error 1 make[3]: Leaving directory '/home/jjohn/hpux/gcc_520/gcc_build/gcc' Is there a similar fix also for the ia64 platform?