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]

Re: [v3 PATCH] PR libstdc++/77395


On 29 August 2016 at 19:27, Ville Voutilainen
<ville.voutilainen@gmail.com> wrote:
> Tested for is_constructible and tuple on Linux-x64, finishing testing
> the full suite on Linux-PPC64.

New patch, tested with the full suite on Linux-PPC64, tests adjusted
accordingly.

2016-08-29  Ville Voutilainen  <ville.voutilainen@gmail.com>

    PR libstdc++/77395
    * include/std/type_traits (is_constructible): Forward-declare...
    (__is_base_to_derived_ref): ...and use here.
    * testsuite/20_util/declval/requirements/1_neg.cc: Adjust.
    * testsuite/20_util/is_constructible/77395.cc: New.
    * testsuite/20_util/make_signed/requirements/typedefs_neg.cc: Adjust.
    * testsuite/20_util/make_unsigned/requirements/typedefs_neg.cc:
    Likewise.
    * testsuite/20_util/pair/cons/explicit_construct.cc: Likewise.
    * testsuite/20_util/tuple/77395.cc: New.
    * testsuite/28_regex/iterators/regex_token_iterator/ctors/char/dr2332_neg.cc:
Adjust.

Attachment: 77395_2.diff
Description: Text document


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