OSDN Git Service

ed76bcf349f5005dfbedea33031dee335f0d734e
[pf3gnuchains/gcc-fork.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   "-fgnu-keywords",
52   "-fno-gnu-keywords",
53   "-fhandle-signatures",
54   "-fno-handle-signatures",
55   "-fhuge-objects",
56   "-fno-huge-objects",
57   "-fimplement-inlines",
58   "-fno-implement-inlines",
59   "-fimplicit-templates",
60   "-fno-implicit-templates",
61   "-flabels-ok",
62   "-fno-labels-ok",
63   "-fmemoize-lookups",
64   "-fno-memoize-lookups",
65   "-fnonnull-objects",
66   "-fno-nonnull-objects",
67   "-foperator-names",
68   "-fno-operator-names",
69   "-frepo",
70   "-fno-repo",
71   "-fsave-memoized",
72   "-fno-save-memoized",
73   "-fshort-temps",
74   "-fno-short-temps",
75   "-fstats",
76   "-fno-stats",
77   "-fstrict-prototype",
78   "-fno-strict-prototype",
79   "-ftemplate-depth-",
80   "-fthis-is-variable",
81   "-fno-this-is-variable",
82   "-fvtable-thunks",
83   "-fno-vtable-thunks",
84   "-fweak",
85   "-fno-weak",
86   "-fxref",
87   "-fno-xref",
88
89   "-Wreturn-type",
90   "-Wno-return-type",
91   "-Woverloaded-virtual",
92   "-Wno-overloaded-virtual",
93   "-Wtemplate-debugging",
94   "-Wno-template-debugging",
95   "-Wctor-dtor-privacy",
96   "-Wno-ctor-dtor-privacy",
97   "-Wnon-virtual-dtor",
98   "-Wno-non-virtual-dtor",
99   "-Wextern-inline",
100   "-Wno-extern-inline",
101   "-Wreorder",
102   "-Wno-reorder",
103   "-Wsynth",
104   "-Wno-synth",
105   "-Wpmf-conversions",
106   "-Wno-pmf-conversions",