[Bug libstdc++/71073] debug-mode headers should include #pragma GCC system_header directives

redi at gcc dot gnu.org gcc-bugzilla@gcc.gnu.org
Fri May 13 14:48:00 GMT 2016


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


More information about the Gcc-bugs mailing list