]> gcc.gnu.org Git - gcc.git/blame - gcc/common.opt
fix basic_string::replace for integral types
[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
49Wextra
50Common
51
52Wunused
53Common
54
d185d268
NB
55aux-info
56Common Separate
57
58aux-info=
59Common Joined
60
61auxbase
62Common Separate
63
64auxbase-strip
65Common Separate
66
67d
68Common Joined
69
70dumpbase
71Common Separate
72
903caebf
NB
73m
74Common Joined
75
d185d268
NB
76o
77Common Joined Separate
78
79p
80Common
81
82pedantic
83Common
84
85pedantic-errors
86Common
87
d7b42618
NB
88quiet
89Common
90
d185d268
NB
91version
92Common
93
94w
95Common
96
d7b42618 97; This comment is to ensure we retain the blank line above.
This page took 0.063857 seconds and 5 git commands to generate.