diff options
author | Jason Merrill <jason@redhat.com> | 2010-11-01 23:29:52 -0400 |
---|---|---|
committer | Jason Merrill <jason@redhat.com> | 2010-11-01 23:32:03 -0400 |
commit | d29b209e37cb85fdf1cb1d8e0ae263cc3c59312b (patch) | |
tree | 0e6b797a6c1a23c50603805706926a5eaa2184f1 /gcc/common.opt | |
parent | 2450a78a38a727e7ec673b132315c8379db3b27d (diff) | |
parent | c0000147b2aef6b69e2c6b6d29a9963910f6da98 (diff) | |
download | gcc-constexpr.tar.gz |
Merge remote branch 'trunk' into constexprconstexpr
Diffstat (limited to 'gcc/common.opt')
-rw-r--r-- | gcc/common.opt | 21 |
1 files changed, 21 insertions, 0 deletions
diff --git a/gcc/common.opt b/gcc/common.opt index a74d60da620..cd8b0adfff1 100644 --- a/gcc/common.opt +++ b/gcc/common.opt @@ -290,9 +290,24 @@ Ofast Common Optimization Optimize for speed disregarding exact standards compliance +R +Driver Joined Separate + S Driver +T +Driver Joined Separate + +Tbss +Driver Separate + +Tdata +Driver Separate + +Ttext +Driver Separate + W Common RejectNegative Warning Alias(Wextra) This switch is deprecated; use -Wextra instead @@ -1885,6 +1900,9 @@ gxcoff+ Common JoinedOrMissing Negative(gcoff) Generate debug information in extended XCOFF format +h +Driver Joined Separate + iplugindir= Common Joined Var(plugindir_string) Init(0) -iplugindir=<dir> Set <dir> to be the default plugin directory @@ -2026,4 +2044,7 @@ pie Common RejectNegative Negative(shared) Create a position independent executable +z +Driver Joined Separate + ; This comment is to ensure we retain the blank line above. |