]> gcc.gnu.org Git - gcc.git/blob - gcc/cp/lang-options.h
91th Cygnus<->FSF merge
[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 "-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 "-fstats",
74 "-fno-stats",
75 "-fstrict-prototype",
76 "-fno-strict-prototype",
77 "-ftemplate-depth-",
78 "-fthis-is-variable",
79 "-fno-this-is-variable",
80 "-fvtable-thunks",
81 "-fno-vtable-thunks",
82 "-fweak",
83 "-fno-weak",
84 "-fxref",
85 "-fno-xref",
86
87 "-Wreturn-type",
88 "-Wno-return-type",
89 "-Woverloaded-virtual",
90 "-Wno-overloaded-virtual",
91 "-Wtemplate-debugging",
92 "-Wno-template-debugging",
93 "-Wctor-dtor-privacy",
94 "-Wno-ctor-dtor-privacy",
95 "-Wnon-virtual-dtor",
96 "-Wno-non-virtual-dtor",
97 "-Wextern-inline",
98 "-Wno-extern-inline",
99 "-Wreorder",
100 "-Wno-reorder",
101 "-Wsynth",
102 "-Wno-synth",
103 "-Wpmf-conversions",
104 "-Wno-pmf-conversions",
This page took 0.051044 seconds and 6 git commands to generate.