This is the mail archive of the gcc-bugs@gcc.gnu.org mailing list for the GCC project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

[Bug middle-end/21305] flag_delete_null_pointer_checks is target specific


------- Additional Comments From pinskia at gcc dot gnu dot org  2005-04-30 21:19 -------
Note the flag is old, it comes from:
Thu Sep 23 13:55:21 1999  Jeffrey A Law  (law@cygnus.com)
        
        * 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
        

-- 


http://gcc.gnu.org/bugzilla/show_bug.cgi?id=21305


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]