summaryrefslogtreecommitdiff
path: root/gcc/common.opt
diff options
context:
space:
mode:
authorhjl <hjl@138bc75d-0d04-0410-961f-82ee72b054a4>2009-04-10 18:58:12 +0000
committerhjl <hjl@138bc75d-0d04-0410-961f-82ee72b054a4>2009-04-10 18:58:12 +0000
commit7df298fee4f4320bc69d646de6bb1674ed3175bc (patch)
tree02f648ebc095eb3672b5a87f78c23ae923f92575 /gcc/common.opt
parent926c5bafa8a4b416d72d1037755a1bc28d239b70 (diff)
downloadgcc-7df298fee4f4320bc69d646de6bb1674ed3175bc.tar.gz
2009-04-10 H.J. Lu <hongjiu.lu@intel.com>
PR middle-end/39701 * common.opt (-fdelete-null-pointer-checks): Initialize to 1. * opts.c (decode_options): Don't set flag_delete_null_pointer_checks here. * doc/invoke.texi: Update -fdelete-null-pointer-checks. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@145937 138bc75d-0d04-0410-961f-82ee72b054a4
Diffstat (limited to 'gcc/common.opt')
-rw-r--r--gcc/common.opt2
1 files changed, 1 insertions, 1 deletions
diff --git a/gcc/common.opt b/gcc/common.opt
index 1cc0ac267a0..c15de5a4bce 100644
--- a/gcc/common.opt
+++ b/gcc/common.opt
@@ -436,7 +436,7 @@ Common Report Var(flag_delayed_branch) Optimization
Attempt to fill delay slots of branch instructions
fdelete-null-pointer-checks
-Common Report Var(flag_delete_null_pointer_checks) Optimization
+Common Report Var(flag_delete_null_pointer_checks) Init(1) Optimization
Delete useless null pointer checks
fdiagnostics-show-location=