]> gcc.gnu.org Git - gcc.git/blob - gcc/cp/lang-options.h
massive namespace patch
[gcc.git] / gcc / cp / lang-options.h
1 /* Definitions for switches for C++.
2 Copyright (C) 1995 Free Software Foundation, Inc.
3
4 This file is part of GNU CC.
5
6 GNU CC is free software; you can redistribute it and/or modify
7 it under the terms of the GNU General Public License as published by
8 the Free Software Foundation; either version 2, or (at your option)
9 any later version.
10
11 GNU CC is distributed in the hope that it will be useful,
12 but WITHOUT ANY WARRANTY; without even the implied warranty of
13 MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
14 GNU General Public License for more details.
15
16 You should have received a copy of the GNU General Public License
17 along with GNU CC; see the file COPYING. If not, write to
18 the Free Software Foundation, 59 Temple Place - Suite 330,
19 Boston, MA 02111-1307, USA. */
20
21 /* This is the contribution to the `lang_options' array in gcc.c for
22 g++. */
23
24 "-+e0", /* gcc.c tacks the `-' on the front. */
25 "-+e1",
26 "-+e2",
27 "-faccess-control",
28 "-fno-access-control",
29 "-fall-virtual",
30 "-fno-all-virtual",
31 "-falt-external-templates",
32 "-fno-alt-external-templates",
33 "-fansi-overloading",
34 "-fno-ansi-overloading",
35 "-fcheck-new",
36 "-fno-check-new",
37 "-fconserve-space",
38 "-fno-conserve-space",
39 "-fdefault-inline",
40 "-fno-default-inline",
41 "-frtti",
42 "-fno-rtti",
43 "-felide-constructors",
44 "-fno-elide-constructors",
45 "-fenum-int-equiv",
46 "-fno-enum-int-equiv",
47 "-fexternal-templates",
48 "-fno-external-templates",
49 "-ffor-scope",
50 "-fno-for-scope",
51 "-fguiding-decls",
52 "-fno-guiding-decls",
53 "-fgnu-keywords",
54 "-fno-gnu-keywords",
55 "-fhandle-exceptions",
56 "-fno-handle-exceptions",
57 "-fhandle-signatures",
58 "-fno-handle-signatures",
59 "-fhonor-std",
60 "-fno-honor-std",
61 "-fhuge-objects",
62 "-fno-huge-objects",
63 "-fimplement-inlines",
64 "-fno-implement-inlines",
65 "-fimplicit-templates",
66 "-fno-implicit-templates",
67 "-flabels-ok",
68 "-fno-labels-ok",
69 "-fmemoize-lookups",
70 "-fno-memoize-lookups",
71 "-fname-mangling-version-",
72 "-fnew-abi",
73 "-fno-new-abi",
74 "-fnonnull-objects",
75 "-fno-nonnull-objects",
76 "-foperator-names",
77 "-fno-operator-names",
78 "-frepo",
79 "-fno-repo",
80 "-fsave-memoized",
81 "-fno-save-memoized",
82 "-fsquangle",
83 "-fno-squangle",
84 "-fstats",
85 "-fno-stats",
86 "-fstrict-prototype",
87 "-fno-strict-prototype",
88 "-ftemplate-depth-",
89 "-fthis-is-variable",
90 "-fno-this-is-variable",
91 "-fvtable-thunks",
92 "-fno-vtable-thunks",
93 "-fweak",
94 "-fno-weak",
95 "-fxref",
96 "-fno-xref",
97
98 "-Wreturn-type",
99 "-Wno-return-type",
100 "-Woverloaded-virtual",
101 "-Wno-overloaded-virtual",
102 "-Wtemplate-debugging",
103 "-Wno-template-debugging",
104 "-Wctor-dtor-privacy",
105 "-Wno-ctor-dtor-privacy",
106 "-Wnon-virtual-dtor",
107 "-Wno-non-virtual-dtor",
108 "-Wextern-inline",
109 "-Wno-extern-inline",
110 "-Wreorder",
111 "-Wno-reorder",
112 "-Wsynth",
113 "-Wno-synth",
114 "-Wpmf-conversions",
115 "-Wno-pmf-conversions",
116 "-Weffc++",
117 "-Wno-effc++",
118 "-Wsign-promo",
119 "-Wno-sign-promo",
120 "-Wold-style-cast",
121 "-Wno-old-style-cast",
This page took 0.052148 seconds and 6 git commands to generate.