On 12/02/2011 06:59 PM, Diego Novillo wrote:
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?
bkoz rewrote all the libstdc++ support. I'd guess your missing an
update or something since I didnt see anything like what you are seeing
with a scratch build and full testsuite run yesterday... ?
Andrew