Avoid tests failures in C++98

François Dumont frs.dumont@gmail.com
Tue Oct 30 21:42:00 GMT 2018


Running some tests in C++98 show that the error checked by following 
tests are those of the C++11 mode.

This patch add target c++11 so that those tests are ignored in previous 
mode.

     * testsuite/23_containers/deque/requirements/dr438/assign_neg.cc:
     Add target c++11.
     * 
testsuite/23_containers/deque/requirements/dr438/constructor_1_neg.cc:
     Likewise.
     * 
testsuite/23_containers/deque/requirements/dr438/constructor_2_neg.cc:
     Likewise.
     * testsuite/23_containers/deque/requirements/dr438/insert_neg.cc:
     Likewise.

Ok to commit ?

François

-------------- next part --------------
A non-text attachment was scrubbed...
Name: cpp11_tests.patch
Type: text/x-patch
Size: 2578 bytes
Desc: not available
URL: <http://gcc.gnu.org/pipermail/libstdc++/attachments/20181030/89687921/attachment.bin>


More information about the Libstdc++ mailing list