]> git.ipfire.org Git - thirdparty/gcc.git/blob - libstdc++-v3/testsuite/17_intro/headers/c++1998/all.cc
Index: gcc/ChangeLog
[thirdparty/gcc.git] / libstdc++-v3 / testsuite / 17_intro / headers / c++1998 / all.cc
1 // { dg-do compile }
2 // 1999-05-12 bkoz
3
4 // Copyright (C) 1999, 2007 Free Software Foundation, Inc.
5 //
6 // This file is part of the GNU ISO C++ Library. This library is free
7 // software; you can redistribute it and/or modify it under the
8 // terms of the GNU General Public License as published by the
9 // Free Software Foundation; either version 2, or (at your option)
10 // any later version.
11
12 // This library is distributed in the hope that it will be useful,
13 // but WITHOUT ANY WARRANTY; without even the implied warranty of
14 // MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
15 // GNU General Public License for more details.
16
17 // You should have received a copy of the GNU General Public License along
18 // with this library; see the file COPYING. If not, write to the Free
19 // Software Foundation, 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301,
20 // USA.
21
22 // FreeBSD wants warning clean system headers:
23 // { dg-options "-Wall -Wsystem-headers" { target *-*-freebsd* } }
24
25 // 17.4.1.2 Headers
26
27 // "C" headers
28 #include <cassert>
29 #include <cctype>
30 #include <cerrno>
31 #include <cfloat>
32 #include <ciso646>
33 #include <climits>
34 #include <clocale>
35 #include <cmath>
36 #include <csetjmp>
37 #include <csignal>
38 #include <cstdarg>
39 #include <cstddef>
40 #include <cstdio>
41 #include <cstdlib>
42 #include <cstring>
43 #include <ctime>
44 #include <cwchar>
45 #include <cwctype>
46
47 // "C" compatibility headers
48 #include <assert.h>
49 #include <ctype.h>
50 #include <errno.h>
51 #include <float.h>
52 #include <iso646.h>
53 #include <limits.h>
54 #include <locale.h>
55 #include <math.h>
56 #include <setjmp.h>
57 #include <signal.h>
58 #include <stdarg.h>
59 #include <stddef.h>
60 #include <stdio.h>
61 #include <stdlib.h>
62 #include <string.h>
63 #include <time.h>
64 #include <wchar.h>
65 #include <wctype.h>
66
67 // "C++" headers
68 #include <algorithm>
69 #include <bitset>
70 #include <complex>
71 #include <deque>
72 #include <exception>
73 #include <fstream>
74 #include <functional>
75 #include <iomanip>
76 #include <ios>
77 #include <iosfwd>
78 #include <iostream>
79 #include <istream>
80 #include <iterator>
81 #include <limits>
82 #include <list>
83 #include <locale>
84 #include <map>
85 #include <memory>
86 #include <new>
87 #include <numeric>
88 #include <ostream>
89 #include <queue>
90 #include <set>
91 #include <sstream>
92 #include <stack>
93 #include <stdexcept>
94 #include <streambuf>
95 #include <string>
96 #include <typeinfo>
97 #include <utility>
98 #include <valarray>
99 #include <vector>
100