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++/47185] UB in TR1 and C++0x placeholders and non conforming implementation


http://gcc.gnu.org/bugzilla/show_bug.cgi?id=47185

--- Comment #5 from paolo at gcc dot gnu.org <paolo at gcc dot gnu.org> 2011-01-06 10:14:42 UTC ---
Author: paolo
Date: Thu Jan  6 10:14:37 2011
New Revision: 168536

URL: http://gcc.gnu.org/viewcvs?root=gcc&view=rev&rev=168536
Log:
2011-01-06  Paolo Carlini  <paolo.carlini@oracle.com>

    PR libstdc++/47185
    * src/placeholders.cc: New.
    * src/Makefile.am: Adjust.
    * src/Makefile.in: Regenerate.
    * include/std/functional (placeholders::_1, _2, ..., _29): Declare
    extern.
    * config/abi/pre/gnu.ver: Export.

Added:
    trunk/libstdc++-v3/src/placeholders.cc
Modified:
    trunk/libstdc++-v3/ChangeLog
    trunk/libstdc++-v3/config/abi/pre/gnu.ver
    trunk/libstdc++-v3/include/std/functional
    trunk/libstdc++-v3/src/Makefile.am
    trunk/libstdc++-v3/src/Makefile.in


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