[v3] testsuite/ext cleanups

Andrew Pinski pinskia@physics.uc.edu
Sun Oct 24 18:03:00 GMT 2004


On Oct 24, 2004, at 1:58 PM, Aaron W. LaFramboise wrote:
> This breaks i686-pc-mingw32 bootstrap.
>
> testsuite/testsuite_abi.h includes <ext/hash_map>, and the command line
> for testsuite/testsuite_abi.cc specifies "-I.", so GCC incorrectly
> attempts to include testsuite/ext/hash_map, which is the new directory,
> which obviously won't work.

Is this a cross compiler or a native one.  If it is a cross compiler and
you are building on a reiser file system, this is PR 15772 but really 
this
is a bug in glibc/reiser.

If this is a native one there was bug about this, this is most likely a
bug in mingw32 code, it is returning "Permission denied" when it should
have returned a different error message.

-- Pinski



More information about the Libstdc++ mailing list