This is the mail archive of the
libstdc++@gcc.gnu.org
mailing list for the libstdc++ project.
Re: [PATCH, c++0x] Testcases for unique_ptr
Hi again Chris,
can you please regtest again on your side with make check CXXFLAGS="-O2 -Wall"?
There are two fails, maybe benign but please check:
FAIL: 20_util/unique_ptr/assign/move_array.cc (test for excess errors)
FAIL: 20_util/unique_ptr/cons/pointer_array.cc (test for excess errors)
due to:
unique_ptr.h:77: warning: array subscript is below array bounds
Thanks,
Paolo.