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++/71073] debug-mode headers should include #pragma GCC system_header directives


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

--- Comment #1 from Jonathan Wakely <redi at gcc dot gnu.org> ---
Author: redi
Date: Fri May 13 14:47:46 2016
New Revision: 236211

URL: https://gcc.gnu.org/viewcvs?rev=236211&root=gcc&view=rev
Log:
libstdc++/71073 add system_header pragma to Debug Mode headers

        PR libstdc++/71073
        * include/debug/bitset: Add #pragma GCC system_header.
        * include/debug/deque: Likewise.
        * include/debug/list: Likewise.
        * include/debug/map: Likewise.
        * include/debug/set: Likewise.
        * include/debug/string: Likewise.
        * include/debug/unordered_map: Likewise.
        * include/debug/unordered_set: Likewise.
        * include/debug/vector: Likewise.
        * include/debug/functions.h: Adjust whitespace.

Modified:
    trunk/libstdc++-v3/ChangeLog
    trunk/libstdc++-v3/include/debug/bitset
    trunk/libstdc++-v3/include/debug/deque
    trunk/libstdc++-v3/include/debug/functions.h
    trunk/libstdc++-v3/include/debug/list
    trunk/libstdc++-v3/include/debug/map
    trunk/libstdc++-v3/include/debug/set
    trunk/libstdc++-v3/include/debug/string
    trunk/libstdc++-v3/include/debug/unordered_map
    trunk/libstdc++-v3/include/debug/unordered_set
    trunk/libstdc++-v3/include/debug/vector

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