OpenCores
URL https://opencores.org/ocsvn/openrisc_2011-10-31/openrisc_2011-10-31/trunk

Subversion Repositories openrisc_2011-10-31

[/] [openrisc/] [tags/] [gnu-src/] [gcc-4.5.1/] [gcc-4.5.1-or32-1.0rc3/] [libstdc++-v3/] [testsuite/] [17_intro/] [headers/] [c++1998/] [stdc++_multiple_inclusion.cc] - Blame information for rev 516

Details | Compare with Previous | View Log

Line No. Rev Author Line
1 424 jeremybenn
// FreeBSD wants warning clean system headers:
2
// { dg-options "-Wall -Wsystem-headers" { target *-*-freebsd* } }
3
// { dg-do compile }
4
// 1999-05-12 bkoz
5
 
6
// Copyright (C) 1999, 2007, 2009 Free Software Foundation, Inc.
7
//
8
// This file is part of the GNU ISO C++ Library.  This library is free
9
// software; you can redistribute it and/or modify it under the
10
// terms of the GNU General Public License as published by the
11
// Free Software Foundation; either version 3, or (at your option)
12
// any later version.
13
 
14
// This library is distributed in the hope that it will be useful,
15
// but WITHOUT ANY WARRANTY; without even the implied warranty of
16
// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
17
// GNU General Public License for more details.
18
 
19
// You should have received a copy of the GNU General Public License along
20
// with this library; see the file COPYING3.  If not see
21
// <http://www.gnu.org/licenses/>.
22
 
23
// 17.4.1.2 Headers
24
 
25
#include <bits/stdc++.h>
26
 
27
// "C" compatibility headers
28
#include <assert.h>
29
#include <ctype.h>
30
#include <errno.h>
31
#include <float.h>
32
#include <iso646.h>
33
#include <limits.h>
34
#include <locale.h>
35
#include <math.h>
36
#include <setjmp.h>
37
#include <signal.h>
38
#include <stdarg.h>
39
#include <stddef.h>
40
#include <stdio.h>
41
#include <stdlib.h>
42
#include <string.h>
43
#include <time.h>
44
#ifdef _GLIBCXX_HAVE_WCHAR_H
45
#include <wchar.h>
46
#endif
47
#ifdef _GLIBCXX_HAVE_WCTYPE_H
48
#include <wctype.h>
49
#endif
50
 
51
#include <bits/stdc++.h>
52
 
53
// "C" compatibility headers
54
#include <assert.h>
55
#include <ctype.h>
56
#include <errno.h>
57
#include <float.h>
58
#include <iso646.h>
59
#include <limits.h>
60
#include <locale.h>
61
#include <math.h>
62
#include <setjmp.h>
63
#include <signal.h>
64
#include <stdarg.h>
65
#include <stddef.h>
66
#include <stdio.h>
67
#include <stdlib.h>
68
#include <string.h>
69
#include <time.h>
70
#ifdef _GLIBCXX_HAVE_WCHAR_H
71
#include <wchar.h>
72
#endif
73
#ifdef _GLIBCXX_HAVE_WCTYPE_H
74
#include <wctype.h>
75
#endif

powered by: WebSVN 2.1.0

© copyright 1999-2024 OpenCores.org, equivalent to Oliscience, all rights reserved. OpenCores®, registered trademark.