I just merged from trunk and several of my C++ tests are failing with the error:
In file included from <...>/libstdc++-v3/libsupc++/new:42:0,from <...>/gcc/testsuite/g++.dg/pph/x5dynarray3.h:5:<...>/libstdc++-v3/libsupc++/exception:40:42: fatal error: bits/atomic_lockfree_defines.h: No such file or directory
compilation terminated.I see that there is a file atomic_lockfree_defines.h, but it's in libstdc++-v3/libsupc++/atomic_lockfree_defines.h.
Does this ring a bell? Thanks. Diego.