* flags.h (flag_bounds_check, flag_bounded_pointers): New extern decls.
authorgkm <gkm@138bc75d-0d04-0410-961f-82ee72b054a4>
Sat, 16 Oct 1999 01:25:01 +0000 (01:25 +0000)
committergkm <gkm@138bc75d-0d04-0410-961f-82ee72b054a4>
Sat, 16 Oct 1999 01:25:01 +0000 (01:25 +0000)
commit5e57d7a8002420515f888c8ac1732e9401cd8290
tree2409137ecdec41f774cd2f423cc4ae796502a936
parenteeda353fa421790d2db48600043d5a3263e69bda
* flags.h (flag_bounds_check, flag_bounded_pointers): New extern decls.
* toplev.c (flag_bounds_check, flag_bounded_pointers): New flags.
(f_options): Add "bounded-pointers" and "bounds-check" entries.
* c-lang.c (lang_init_options): Set flag_bounds_check as "unspecified".
(lang_init): Set default for flag_bounds_check if still "unspecified".

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@30035 138bc75d-0d04-0410-961f-82ee72b054a4
gcc/ChangeLog
gcc/c-lang.c
gcc/flags.h
gcc/toplev.c