I have been noticing the following error in trunk and in branch.
It looks look in libstdc++-v3 signbit,
Has it been reported yet?


/home/sherlock/gcc/o/gcc/xgcc -B/home/sherlock/gcc/o/gcc/ -B/usr/local/i686-pc-c ygwin/bin/ -B/usr/local/i686-pc-cygwin/lib/ -isystem /usr/local/i686-pc-cygwin/i nclude -isystem /usr/local/i686-pc-cygwin/sys-include -DHAVE_CONFIG_H -I. -I../. ./../../gcc-4_0-branch/libstdc++-v3/libmath -I.. -O2 -g -O2 -c ../../../../gcc-4
_0-branch/libstdc++-v3/libmath/signbit.c -o signbit.o
In file included from ../../../../gcc-4_0-branch/libstdc++-v3/libmath/signbit.c:
32:
../../../../gcc-4_0-branch/libstdc++-v3/libmath/mathconf.h:167: error: conflicti
ng types for 'ieee_double_shape_type'
../../../../gcc-4_0-branch/libstdc++-v3/libmath/mathconf.h:156: error: previous
declaration of 'ieee_double_shape_type' was here
../../../../gcc-4_0-branch/libstdc++-v3/libmath/mathconf.h:216: error: conflicti
ng types for 'ieee_long_double_shape_type'
../../../../gcc-4_0-branch/libstdc++-v3/libmath/mathconf.h:203: error: previous
declaration of 'ieee_long_double_shape_type' was here
../../../../gcc-4_0-branch/libstdc++-v3/libmath/mathconf.h:254: error: conflicti
ng types for 'ieee_quad_double_shape_type'
../../../../gcc-4_0-branch/libstdc++-v3/libmath/mathconf.h:239: error: previous
declaration of 'ieee_quad_double_shape_type' was here
make[3]: *** [signbit.lo] Error 1
make[3]: Leaving directory `/home/sherlock/gcc/o/i686-pc-cygwin/libstdc++-v3/lib
math'
make[2]: *** [all-recursive] Error 1
make[2]: Leaving directory `/home/sherlock/gcc/o/i686-pc-cygwin/libstdc++-v3'
make[1]: *** [all] Error 2
make[1]: Leaving directory `/home/sherlock/gcc/o/i686-pc-cygwin/libstdc++-v3'
make: *** [all-target-libstdc++-v3] Error 2

[EMAIL PROTECTED] ~/gcc/o
$

Reply via email to