PR c/761
authorsayle <sayle@138bc75d-0d04-0410-961f-82ee72b054a4>
Sun, 20 Oct 2002 19:18:30 +0000 (19:18 +0000)
committersayle <sayle@138bc75d-0d04-0410-961f-82ee72b054a4>
Sun, 20 Oct 2002 19:18:30 +0000 (19:18 +0000)
commit76903ae189baa68c20dd49c8db7d472d45e1c58e
tree153a8167658fb941d4f223b05ede95b2d6163df6
parente7f5e241df9fc5ef1f5f615ddf1eaf5b3b004bc8
PR c/761
* toplev.c (flag_unsafe_profile_arcs): Remove.
(flag_bounded_pointers): Remove.
(flag_bounds_check): Correct comments.
(lang_independent_options): Remove -funsafe-profile-arcs and
-fbounded-pointers.  Correct -fbounds-check comments.

* flags.h: Correct flag_schedule_interblock comments.
(flag_bounded_pointers): Remove prototype.
(flag_bounds_check): Correct comments.

* c-opts.c (c_common_init_options): No need to mark
flag_bounds_check as unspecified.
(c_common_post_options): And no need to set it from
flag_bounded_pointers if its still unspecified.

* doc/invoke.texi: Fix some overfull hboxes in "make dvi".
Document --version, -feliminate-dwarf-2-dups, -fno-sched-interblock,
-fno-sched-spec, -fsched-spec-load, -fsched-spec-load-dangerous,
-fsched-verbose=n, -fno-branch-count-reg and -fbounds-check.

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