Using GCC4, and the -ftracer CFLAG, fontforge fails to compile with the following error: i686-pc-linux-gnu-gcc -march=athlon-xp -O3 -pipe -g -ftracer -I/usr/include/freetype2/ -I/usr/include/libxml2/ -I../inc -I/usr/pkg/include -I/usr/pkg/include/giflib -Wmissing-prototypes -Wunused -Wimplicit -Wreturn-type -Wparentheses -Wformat -Wchar-subscripts -DNOTHREADS -DPACKAGE_NAME=\"\" -DPACKAGE_TARNAME=\"\" -DPACKAGE_VERSION=\"\" -DPACKAGE_STRING=\"\" -DPACKAGE_BUGREPORT=\"\" -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DHAVE_DLFCN_H=1 -DHAVE_ICONV_H=1 -D_HAS_LONGLONG=1 -DHAVE_LIBINTL_H=1 -DFONTFORGE_CONFIG_TYPE3=1 -DFONTFORGE_CONFIG_DEVICETABLES=1 -DLIBDIR=\"/lib\" -c gpsdraw.c -fPIC -DPIC -o gpsdraw.lo distcc[4818] ERROR: compile /var/tmp/ccache/gpsdraw.tmp.Lyndir.4814.i on localhost failed gpsdraw.c: In function 'PSDrawElipse': gpsdraw.c:442: fatal error: internal consistency failure compilation terminated. Perhaps -ftracer ought to be filtered for GCC4?
*** This bug has been marked as a duplicate of 130161 ***