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]

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.


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