OSDN Git Service

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