Module Name: src
Committed By: mrg
Date: Sat Mar 19 20:54:49 UTC 2016
Modified Files:
src/external/gpl3/gcc/dist/gcc: common.opt
Log Message:
disable -fdelete-null-pointer-checks by default for now.
To generate a diff of this commit:
cvs rdiff -u -r1.3 -r1.4 src/external/gpl3/gcc/dist/gcc/common.opt
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
Modified files:
Index: src/external/gpl3/gcc/dist/gcc/common.opt
diff -u src/external/gpl3/gcc/dist/gcc/common.opt:1.3 src/external/gpl3/gcc/dist/gcc/common.opt:1.4
--- src/external/gpl3/gcc/dist/gcc/common.opt:1.3 Sun Jan 24 09:43:31 2016
+++ src/external/gpl3/gcc/dist/gcc/common.opt Sat Mar 19 20:54:49 2016
@@ -1072,7 +1072,7 @@ Common Report Var(flag_delete_dead_excep
Delete dead instructions that may throw exceptions
fdelete-null-pointer-checks
-Common Report Var(flag_delete_null_pointer_checks) Init(1) Optimization
+Common Report Var(flag_delete_null_pointer_checks) Init(0) Optimization
Delete useless null pointer checks
fdevirtualize-at-ltrans