Re: gcc-4.5-20101125: minor bug & test results

2010-12-02 Thread Russell Whitaker
On Wed, 1 Dec 2010, Jonathan Wakely wrote: On 1 December 2010 02:45, Russell Whitaker wrote: Minor build bug: The cpp sanity check fails because it is looking for cpp in /lib instead of /usr/bin Like http://gcc.gnu.org/bugzilla/show_bug.cgi?id=40950 ? In that case it was because there was

Re: gcc-4.5-20101125: minor bug & test results

2010-12-01 Thread Jonathan Wakely
On 1 December 2010 02:45, Russell Whitaker wrote: > > Minor build bug: The cpp sanity check fails because it is looking for cpp in > /lib instead of /usr/bin Like http://gcc.gnu.org/bugzilla/show_bug.cgi?id=40950 ? In that case it was because there was no C++ compiler installed when building gcc.

gcc-4.5-20101125: minor bug & test results

2010-11-30 Thread Russell Whitaker
Hi Minor build bug: The cpp sanity check fails because it is looking for cpp in /lib instead of /usr/bin Summary of test results: === gcc Summary === # of expected passes72577 # of unexpected failures22 # of unexpected successes 32 # of expected fai