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] fix libstdc++/54185


This fixes an error I inadvertently introduced a few months ago.

2012-08-13  David Adler <d.adler.s at gmail dot com>

        PR libstdc++/54185
        * src/c++11/condition_variable.cc (condition_variable): Always
        destroy native type in destructor.
        * testsuite/30_threads/condition_variable/54185.cc: New.

Tested x86-64-linux, committed to 4.7 and trunk.

Thanks for the bug report and patch, David.

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]