]> git.ipfire.org Git - thirdparty/gcc.git/commit
* invoke.texi: Document -fdelete-null-pointer-checks
authorlaw <law@138bc75d-0d04-0410-961f-82ee72b054a4>
Thu, 23 Sep 1999 19:57:50 +0000 (19:57 +0000)
committerlaw <law@138bc75d-0d04-0410-961f-82ee72b054a4>
Thu, 23 Sep 1999 19:57:50 +0000 (19:57 +0000)
commit544ac2561e513b153e1a102b4b4b5e2ecf59ad4a
tree8d22611deeacd969fe704c6d8315277ed6b775f5
parentc3af5fdbf2b6e5261868e9cc626b4594930472ad
    * invoke.texi: Document -fdelete-null-pointer-checks
        * toplev.c (flag_delete_null_pointer_checks): New.
        (f_options): Add entry for -fdelete-null-pointer-checks.
        (rest_of_compilation): Conditionalize null pointer check
        elimination on flag_delete_null_pointer_checks.
        (main): If -O2 or greater, enable -fdelete-null-pointer-checks

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@29631 138bc75d-0d04-0410-961f-82ee72b054a4
gcc/ChangeLog
gcc/invoke.texi
gcc/toplev.c