]> gcc.gnu.org Git - gcc.git/blame - gcc/common.opt
re PR c++/10784 (Warning about choosing custom operator over copy constructor cannot...
[gcc.git] / gcc / common.opt
CommitLineData
d7b42618
NB
1; Options for the language- and target-independent parts of the compiler.
2; Copyright (C) 2003 Free Software Foundation, Inc.
3;
4; This file is part of GCC.
5;
6; GCC is free software; you can redistribute it and/or modify it under
7; the terms of the GNU General Public License as published by the Free
8; Software Foundation; either version 2, or (at your option) any later
9; version.
10;
11; GCC is distributed in the hope that it will be useful, but WITHOUT ANY
12; WARRANTY; without even the implied warranty of MERCHANTABILITY or
13; FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License
14; for more details.
15;
16; You should have received a copy of the GNU General Public License
17; along with GCC; see the file COPYING. If not, write to the Free
18; Software Foundation, 59 Temple Place - Suite 330, Boston, MA
19; 02111-1307, USA.
20
7b086b11 21; See c.opt for a description of this file's format.
d7b42618
NB
22
23; Please try to keep this file in ASCII collating order.
24
d185d268
NB
25-help
26Common
27
903caebf
NB
28-param
29Common Separate
30
d185d268
NB
31-target-help
32Common
33
34-version
35Common
36
37G
7b086b11 38Common Joined Separate UInteger
d185d268 39
903caebf
NB
40O
41Common JoinedOrMissing
42
43Os
44Common
45
46W
47Common RejectNegative
48
e01cc6dc
NB
49Waggregate-return
50Common
51
52Wcast-align
53Common
54
55Wdeprecated-declarations
56Common
57
58Wdisabled-optimization
59Common
60
61Werror
62Common
63
903caebf
NB
64Wextra
65Common
66
e01cc6dc
NB
67Winline
68Common
69
70Wlarger-than-
71Common RejectNegative Joined UInteger
72
73Wmissing-noreturn
74Common
75
76Wpacked
77Common
78
79Wpadded
80Common
81
82Wshadow
83Common
84
85Wstrict-aliasing
86Common
87
88Wswitch
89Common
90
91Wswitch-default
92Common
93
94Wswitch-enum
95Common
96
97Wsystem-headers
98Common
99
100Wuninitialized
101Common
102
103Wunreachable-code
104Common
105
903caebf
NB
106Wunused
107Common
108
e01cc6dc
NB
109Wunused-function
110Common
111
112Wunused-label
113Common
114
115Wunused-parameter
116Common
117
118Wunused-value
119Common
120
121Wunused-variable
122Common
123
d185d268
NB
124aux-info
125Common Separate
126
127aux-info=
128Common Joined
129
130auxbase
131Common Separate
132
133auxbase-strip
134Common Separate
135
136d
137Common Joined
138
139dumpbase
140Common Separate
141
058de654
NB
142falign-functions=
143Common RejectNegative Joined UInteger
144
145falign-jumps=
146Common RejectNegative Joined UInteger
147
148falign-labels=
149Common RejectNegative Joined UInteger
150
151falign-loops=
152Common RejectNegative Joined UInteger
153
154fcall-saved-
155Common Joined RejectNegative
156
157fcall-used-
158Common Joined RejectNegative
159
160ffast-math
161Common
162
163ffixed-
164Common Joined RejectNegative
165
166fstack-limit-register=
167Common RejectNegative Joined
168
169fstack-limit-symbol=
170Common RejectNegative Joined
171
172ftls-model=
173Common Joined RejectNegative
174
e01cc6dc
NB
175g
176Common JoinedOrMissing
177
903caebf
NB
178m
179Common Joined
180
d185d268
NB
181o
182Common Joined Separate
183
184p
185Common
186
187pedantic
188Common
189
190pedantic-errors
191Common
192
d7b42618
NB
193quiet
194Common
195
d185d268
NB
196version
197Common
198
199w
200Common
201
d7b42618 202; This comment is to ensure we retain the blank line above.
This page took 0.065766 seconds and 5 git commands to generate.