Re: all-target-libstdc++-v3 broken again

2008-05-07 Thread Gerald Pfeifer
Similarly on i386-unknown-freebsd6.2 which had the same build failure mode and also seems fine again. Thanks, Gerald

all-target-libstdc++-v3 broken again

2008-05-06 Thread NightStrike
A recent committ caused the following build failure with the x86_64-pc-mingw32 target: make[4]: Entering directory `/var/tmp/build/gcc-svn/build-x86_64-pc-linux/x86_64-pc-mingw32/libstdc++-v3/src' /bin/sh ../libtool --tag CXX --mode=compile /var/tmp/build/gcc-svn/build-x86_64-pc-linux/./gcc/xgcc

Re: all-target-libstdc++-v3 broken again

2008-05-06 Thread Benjamin Kosnik
Thanks for reporting this. I believe these 3 errors to be fixed as of revision 135015. Can you check? best, -benjamin

Re: all-target-libstdc++-v3 broken again

2008-05-06 Thread NightStrike
Build in progress On 5/6/08, Benjamin Kosnik [EMAIL PROTECTED] wrote: Thanks for reporting this. I believe these 3 errors to be fixed as of revision 135015. Can you check? best, -benjamin

Re: all-target-libstdc++-v3 broken again

2008-05-06 Thread NightStrike
On 5/6/08, Benjamin Kosnik [EMAIL PROTECTED] wrote: Thanks for reporting this. I believe these 3 errors to be fixed as of revision 135015. Can you check? x86_64-pc-mingw32 now compiles. Thanks!!