Rationalise PCH headers and 17_intro/headers tests.
authorJonathan Wakely <jwakely@redhat.com>
Fri, 11 Sep 2015 12:25:43 +0000 (13:25 +0100)
committerJonathan Wakely <redi@gcc.gnu.org>
Fri, 11 Sep 2015 12:25:43 +0000 (13:25 +0100)
commitf12ddb6249f83e89a323296cd561da85bcc57d8b
tree6f8af6704b3bebed94fc0bcfe4f8c40fccc8c03c
parentf5548c3916db31efbcef3247dc72ed43ad182095
Rationalise PCH headers and 17_intro/headers tests.

PR libstdc++/64857
* doc/xml/manual/using.xml: Improve aggregate header documentation.
* doc/html/manual/*: Regenerate.
* include/precompiled/extc++.h: Include <bits/stdc++.h> for C++11
and later and include more extension headers.
* testsuite/17_intro/headers/c++1998/all_attributes.cc: Remove
redundant header.
* testsuite/17_intro/headers/c++200x/: Rename to c++2011.
* testsuite/17_intro/headers/c++2014/all_attributes.cc: Remove
redundant headers.
* testsuite/17_intro/headers/c++2014/all_no_exceptions.cc: New.
* testsuite/17_intro/headers/c++2014/all_no_rtti.cc: New.
* testsuite/17_intro/headers/c++2014/all_pedantic_errors.cc: New.
* testsuite/17_intro/headers/c++2014/operator_names.cc: New.
* testsuite/17_intro/headers/c++2014/stdc++.cc: New.
* testsuite/17_intro/headers/c++2014/stdc++_multiple_inclusion.cc:
New.

From-SVN: r227684
22 files changed:
libstdc++-v3/ChangeLog
libstdc++-v3/doc/html/manual/using.html
libstdc++-v3/doc/html/manual/using_headers.html
libstdc++-v3/doc/xml/manual/using.xml
libstdc++-v3/include/precompiled/extc++.h
libstdc++-v3/testsuite/17_intro/headers/c++1998/all_attributes.cc
libstdc++-v3/testsuite/17_intro/headers/c++2011/42319.cc [moved from libstdc++-v3/testsuite/17_intro/headers/c++200x/42319.cc with 100% similarity]
libstdc++-v3/testsuite/17_intro/headers/c++2011/67309.cc [moved from libstdc++-v3/testsuite/17_intro/headers/c++200x/67309.cc with 92% similarity]
libstdc++-v3/testsuite/17_intro/headers/c++2011/all_attributes.cc [moved from libstdc++-v3/testsuite/17_intro/headers/c++200x/all_attributes.cc with 94% similarity]
libstdc++-v3/testsuite/17_intro/headers/c++2011/all_no_exceptions.cc [moved from libstdc++-v3/testsuite/17_intro/headers/c++200x/all_no_exceptions.cc with 100% similarity]
libstdc++-v3/testsuite/17_intro/headers/c++2011/all_no_rtti.cc [moved from libstdc++-v3/testsuite/17_intro/headers/c++200x/all_no_rtti.cc with 100% similarity]
libstdc++-v3/testsuite/17_intro/headers/c++2011/all_pedantic_errors.cc [moved from libstdc++-v3/testsuite/17_intro/headers/c++200x/all_pedantic_errors.cc with 100% similarity]
libstdc++-v3/testsuite/17_intro/headers/c++2011/operator_names.cc [moved from libstdc++-v3/testsuite/17_intro/headers/c++200x/operator_names.cc with 100% similarity]
libstdc++-v3/testsuite/17_intro/headers/c++2011/stdc++.cc [moved from libstdc++-v3/testsuite/17_intro/headers/c++200x/stdc++.cc with 100% similarity]
libstdc++-v3/testsuite/17_intro/headers/c++2011/stdc++_multiple_inclusion.cc [moved from libstdc++-v3/testsuite/17_intro/headers/c++200x/stdc++_multiple_inclusion.cc with 100% similarity]
libstdc++-v3/testsuite/17_intro/headers/c++2014/all_attributes.cc
libstdc++-v3/testsuite/17_intro/headers/c++2014/all_no_exceptions.cc [new file with mode: 0644]
libstdc++-v3/testsuite/17_intro/headers/c++2014/all_no_rtti.cc [new file with mode: 0644]
libstdc++-v3/testsuite/17_intro/headers/c++2014/all_pedantic_errors.cc [new file with mode: 0644]
libstdc++-v3/testsuite/17_intro/headers/c++2014/operator_names.cc [new file with mode: 0644]
libstdc++-v3/testsuite/17_intro/headers/c++2014/stdc++.cc [new file with mode: 0644]
libstdc++-v3/testsuite/17_intro/headers/c++2014/stdc++_multiple_inclusion.cc [new file with mode: 0644]