This is the mail archive of the gcc-patches@gcc.gnu.org mailing list for the GCC 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]

[v3 PATCH] PR libstdc++/66693


Tested on Linux-PPC64. The patch changes some testcases
to dg-do compile instead of dg-do run, and changes VERIFYs
to static_asserts, since those tests can be done statically.

2015-12-19  Ville Voutilainen  <ville.voutilainen@gmail.com>

    PR libstdc++/66693
    * include/std/tuple (tuple_element, tuple_size, tuple_element_t,
    __tuple_element_t): Move to...
    * include/std/utility: ...here.
    * testsuite/20_util/pair/astuple/astuple.cc: Adjust.
    * testsuite/20_util/pair/astuple/astuple_cpp14.cc: New.
    * testsuite/20_util/tuple/tuple_element.cc: Adjust.
    * testsuite/20_util/tuple/tuple_element_t.cc: Likewise.
    * testsuite/20_util/tuple/tuple_size.cc: Likewise.
    * testsuite/23_containers/array/tuple_interface/tuple_element.cc:
    Likewise.
    * testsuite/23_containers/array/tuple_interface/tuple_element_cpp14.cc:
    New.
    * testsuite/23_containers/array/tuple_interface/tuple_size.cc: Adjust.

Attachment: 66693.diff
Description: Text document


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