This is the mail archive of the libstdc++@gcc.gnu.org mailing list for the libstdc++ 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] | |
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.
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.
| Index Nav: | [Date Index] [Subject Index] [Author Index] [Thread Index] | |
|---|---|---|
| Message Nav: | [Date Prev] [Date Next] | [Thread Prev] [Thread Next] |