OSDN Git Service

d475cad1c0a6d8091fb6aca58f51562759d60c15
[pf3gnuchains/gcc-fork.git] / gcc / common.opt
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
21 ; See c.opt for a description of this file's format.
22
23 ; Please try to keep this file in ASCII collating order.
24
25 -help
26 Common
27
28 -param
29 Common Separate
30
31 -target-help
32 Common
33
34 -version
35 Common
36
37 G
38 Common Joined Separate UInteger
39
40 O
41 Common JoinedOrMissing
42
43 Os
44 Common
45
46 W
47 Common RejectNegative
48
49 Waggregate-return
50 Common
51
52 Wcast-align
53 Common
54
55 Wdeprecated-declarations
56 Common
57
58 Wdisabled-optimization
59 Common
60
61 Werror
62 Common
63
64 Wextra
65 Common
66
67 Winline
68 Common
69
70 Wlarger-than-
71 Common RejectNegative Joined UInteger
72
73 Wmissing-noreturn
74 Common
75
76 Wpacked
77 Common
78
79 Wpadded
80 Common
81
82 Wshadow
83 Common
84
85 Wstrict-aliasing
86 Common
87
88 Wswitch
89 Common
90
91 Wswitch-default
92 Common
93
94 Wswitch-enum
95 Common
96
97 Wsystem-headers
98 Common
99
100 Wuninitialized
101 Common
102
103 Wunreachable-code
104 Common
105
106 Wunused
107 Common
108
109 Wunused-function
110 Common
111
112 Wunused-label
113 Common
114
115 Wunused-parameter
116 Common
117
118 Wunused-value
119 Common
120
121 Wunused-variable
122 Common
123
124 aux-info
125 Common Separate
126
127 aux-info=
128 Common Joined
129
130 auxbase
131 Common Separate
132
133 auxbase-strip
134 Common Separate
135
136 d
137 Common Joined
138
139 dumpbase
140 Common Separate
141
142 falign-functions=
143 Common RejectNegative Joined UInteger
144
145 falign-jumps=
146 Common RejectNegative Joined UInteger
147
148 falign-labels=
149 Common RejectNegative Joined UInteger
150
151 falign-loops=
152 Common RejectNegative Joined UInteger
153
154 fcall-saved-
155 Common Joined RejectNegative
156
157 fcall-used-
158 Common Joined RejectNegative
159
160 ffast-math
161 Common
162
163 ffixed-
164 Common Joined RejectNegative
165
166 fstack-limit-register=
167 Common RejectNegative Joined
168
169 fstack-limit-symbol=
170 Common RejectNegative Joined
171
172 ftls-model=
173 Common Joined RejectNegative
174
175 g
176 Common JoinedOrMissing
177
178 m
179 Common Joined
180
181 o
182 Common Joined Separate
183
184 p
185 Common
186
187 pedantic
188 Common
189
190 pedantic-errors
191 Common
192
193 quiet
194 Common
195
196 version
197 Common
198
199 w
200 Common
201
202 ; This comment is to ensure we retain the blank line above.