summaryrefslogtreecommitdiff
path: root/gcc/cp/NEWS
diff options
context:
space:
mode:
authormmitchel <mmitchel@138bc75d-0d04-0410-961f-82ee72b054a4>2000-05-31 19:27:12 +0000
committermmitchel <mmitchel@138bc75d-0d04-0410-961f-82ee72b054a4>2000-05-31 19:27:12 +0000
commit970e58dd5d78095a2faf30b1f28f861b98362c0d (patch)
treeb899b234e97bbbd63e088407c775cb6a7ee8c844 /gcc/cp/NEWS
parentf7c44134031628fa9dd82ae7920772ea4efbe3f4 (diff)
downloadgcc-970e58dd5d78095a2faf30b1f28f861b98362c0d.tar.gz
* invoke.texi: Remove documentation for -fguiding-decls.
Remove guiding declaration support. * cp/cp-tree.h (flag_dump_translation_unit): Make it const. (flag_guiding_decls): Remove. * call.c (build_user_type_conversion_1): Remove support for guiding decls. (build_new_function_call): Likewise. (build_new_op): Likewise. (build_new_method_call): Likewise. * decl.c (start_function): Likewise. * friend.c (is_friend): Likewise. (do_friend): Likewise. * decl2.c ((flag_dump_translation_unit): Make it const. (flag_guiding_decls): Remove. (unsupported_options): New variable (compare_options): New function. (lang_decode_option): Use them. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@34306 138bc75d-0d04-0410-961f-82ee72b054a4
Diffstat (limited to 'gcc/cp/NEWS')
-rw-r--r--gcc/cp/NEWS2
1 files changed, 2 insertions, 0 deletions
diff --git a/gcc/cp/NEWS b/gcc/cp/NEWS
index c320e8ed187..3a8fc4cca8a 100644
--- a/gcc/cp/NEWS
+++ b/gcc/cp/NEWS
@@ -1,5 +1,7 @@
*** Changes since GCC 2.95:
+* Support for guiding declarations has been removed.
+
* G++ now supports importing member functions from base classes with a
using-declaration.