]> gcc.gnu.org Git - gcc.git/commit - gcc/flags.h
flags.h (flag_bounds_check, [...]): New extern decls.
authorGreg McGary <gkm@gnu.org>
Sat, 16 Oct 1999 01:25:01 +0000 (01:25 +0000)
committerGreg McGary <gkm@gcc.gnu.org>
Sat, 16 Oct 1999 01:25:01 +0000 (01:25 +0000)
commita8aa79754dcc89603567741aac26db144a430700
tree2409137ecdec41f774cd2f423cc4ae796502a936
parenta9d3cc3f1a1da3d0e5044249891594933e37ab20
flags.h (flag_bounds_check, [...]): New extern decls.

* 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".

From-SVN: r30035
gcc/ChangeLog
gcc/c-lang.c
gcc/flags.h
gcc/toplev.c
This page took 0.052487 seconds and 5 git commands to generate.