Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
View | Details | Raw Unified | Return to bug 912035 | Differences between
and this patch

Collapse All | Expand All

(-)file_not_specified_in_diff (-10 / +10 lines)
Line  Link Here
0
-- a/gcc/system.h
0
++ b/gcc/system.h
Lines 201-206 extern int fprintf_unlocked (FILE *, con Link Here
201
#ifdef INCLUDE_STRING
201
#ifdef INCLUDE_STRING
202
# include <string>
202
# include <string>
203
#endif
203
#endif
204
#ifdef INCLUDE_VECTOR
205
# include <vector>
206
#endif
204
#endif
207
#endif
205
208
206
/* There are an extraordinary number of issues with <ctype.h>.
209
/* There are an extraordinary number of issues with <ctype.h>.
Lines 229-237 extern int errno; Link Here
229
#ifdef INCLUDE_SET
232
#ifdef INCLUDE_SET
230
# include <set>
233
# include <set>
231
#endif
234
#endif
232
#ifdef INCLUDE_VECTOR
233
# include <vector>
234
#endif
235
#ifdef INCLUDE_ARRAY
235
#ifdef INCLUDE_ARRAY
236
# include <array>
236
# include <array>
237
#endif
237
#endif
238
-- a/libcc1/libcc1plugin.cc
238
++ b/libcc1/libcc1plugin.cc
Lines 19-24 Link Here
19
19
20
#include <cc1plugin-config.h>
20
#include <cc1plugin-config.h>
21
21
22
#include <vector>
23
22
#undef PACKAGE_NAME
24
#undef PACKAGE_NAME
23
#undef PACKAGE_STRING
25
#undef PACKAGE_STRING
24
#undef PACKAGE_TARNAME
26
#undef PACKAGE_TARNAME
Lines 69-76 Link Here
69
#include "gcc-c-interface.h"
71
#include "gcc-c-interface.h"
70
#include "context.hh"
72
#include "context.hh"
71
73
72
#include <vector>
73
74
using namespace cc1_plugin;
74
using namespace cc1_plugin;
75
75
76
76
77
-- a/libcc1/libcp1plugin.cc
77
++ b/libcc1/libcp1plugin.cc
Lines 20-25 Link Here
20
20
21
#include <cc1plugin-config.h>
21
#include <cc1plugin-config.h>
22
22
23
#include <vector>
24
23
#undef PACKAGE_NAME
25
#undef PACKAGE_NAME
24
#undef PACKAGE_STRING
26
#undef PACKAGE_STRING
25
#undef PACKAGE_TARNAME
27
#undef PACKAGE_TARNAME
Lines 71-78 Link Here
71
#include "rpc.hh"
73
#include "rpc.hh"
72
#include "context.hh"
74
#include "context.hh"
73
75
74
#include <vector>
75
76
using namespace cc1_plugin;
76
using namespace cc1_plugin;
77
77
78
78

Return to bug 912035