This is the mail archive of the gcc-patches@gcc.gnu.org mailing list for the GCC project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Re: [v3] testsuite/ext cleanups



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


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]