re PR c/761 (Undocumented options, part 1)
authorRoger Sayle <roger@eyesopen.com>
Sun, 20 Oct 2002 19:18:30 +0000 (19:18 +0000)
committerRoger Sayle <sayle@gcc.gnu.org>
Sun, 20 Oct 2002 19:18:30 +0000 (19:18 +0000)
commite03b71533d939139d9d42da9a3b412e7d3c07e07
tree153a8167658fb941d4f223b05ede95b2d6163df6
parenteb0424da9d7f2680ba02986028842b920a429803
re PR c/761 (Undocumented options, part 1)

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.

From-SVN: r58334
gcc/ChangeLog
gcc/c-opts.c
gcc/doc/invoke.texi
gcc/flags.h
gcc/toplev.c