This is the mail archive of the gcc-bugs@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]

[Bug libstdc++/61909] Small function optimization not applied to small objects


https://gcc.gnu.org/bugzilla/show_bug.cgi?id=61909

--- Comment #7 from Jonathan Wakely <redi at gcc dot gnu.org> ---
Author: redi
Date: Thu Oct  9 18:17:28 2014
New Revision: 216047

URL: https://gcc.gnu.org/viewcvs?rev=216047&root=gcc&view=rev
Log:
    PR libstdc++/61909
    * include/std/functional (__is_location_invariant): Treat all
    trivially copyable types as location invariant.

Modified:
    trunk/libstdc++-v3/ChangeLog
    trunk/libstdc++-v3/include/std/functional


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