diff options
author | Jan Hubicka <hubicka@gcc.gnu.org> | 2013-09-01 15:27:14 +0000 |
---|---|---|
committer | Jan Hubicka <hubicka@gcc.gnu.org> | 2013-09-01 15:27:14 +0000 |
commit | ca1eedf6742ef068e85e561e33b88275cc7d7a00 (patch) | |
tree | c12c50109305a325840c4eb0f6cd345943805198 /gcc/common.opt | |
parent | bbc9396b62a65e8ecc67bb2f8df870e2b5040ac7 (diff) | |
download | gcc-ca1eedf6742ef068e85e561e33b88275cc7d7a00.zip gcc-ca1eedf6742ef068e85e561e33b88275cc7d7a00.tar.gz gcc-ca1eedf6742ef068e85e561e33b88275cc7d7a00.tar.bz2 |
Correct previous commit to the final version of patch.
From-SVN: r202146
Diffstat (limited to 'gcc/common.opt')
-rw-r--r-- | gcc/common.opt | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/gcc/common.opt b/gcc/common.opt index a18a42b..fae9763 100644 --- a/gcc/common.opt +++ b/gcc/common.opt @@ -1003,14 +1003,14 @@ fdelete-null-pointer-checks Common Report Var(flag_delete_null_pointer_checks) Init(1) Optimization Delete useless null pointer checks -fdevirtualize -Common Report Var(flag_devirtualize) Optimization -Try to convert virtual calls to direct ones. - fdevirtualize-speculatively Common Report Var(flag_devirtualize_speculatively) Optimization Perform speculative devirtualization +fdevirtualize +Common Report Var(flag_devirtualize) Optimization +Try to convert virtual calls to direct ones. + fdiagnostics-show-location= Common Joined RejectNegative Enum(diagnostic_prefixing_rule) -fdiagnostics-show-location=[once|every-line] How often to emit source location at the beginning of line-wrapped diagnostics |