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] Use __builtin_memmove for trivially copy assignable types


Updated patch with a new test.

Use __builtin_memmove for trivially copy assignable types

2018-06-19  Glen Joseph Fernandes  <glenjofe@gmail.com>

    * include/bits/stl_algobase.h
    (__is_simple_copy_move): Defined helper.
    (__copy_move_a): Used helper.
    (__copy_move_backward_a): Likewise.
    * testsuite/20_util/specialized_algorithms/uninitialized_copy/1.cc:
    New test.
    * testsuite/25_algorithms/copy/58982.cc: Updated tests.
    * testsuite/25_algorithms/copy_n/58982.cc: Likewise.

Attached: patch.txt

Glen

Attachment: patch.txt
Description: Text document


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