diff options
author | Mark Mitchell <mark@codesourcery.com> | 2000-05-31 19:27:12 +0000 |
---|---|---|
committer | Mark Mitchell <mmitchel@gcc.gnu.org> | 2000-05-31 19:27:12 +0000 |
commit | 2228d450a9eb92ee5fea87df6ffe226130d4aa0c (patch) | |
tree | b899b234e97bbbd63e088407c775cb6a7ee8c844 /gcc/cp/NEWS | |
parent | 3bdf5ad13852aaa871ab41a6e8f509809c8c104d (diff) | |
download | gcc-2228d450a9eb92ee5fea87df6ffe226130d4aa0c.zip gcc-2228d450a9eb92ee5fea87df6ffe226130d4aa0c.tar.gz gcc-2228d450a9eb92ee5fea87df6ffe226130d4aa0c.tar.bz2 |
invoke.texi: Remove documentation for -fguiding-decls.
* 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.
From-SVN: r34306
Diffstat (limited to 'gcc/cp/NEWS')
-rw-r--r-- | gcc/cp/NEWS | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/gcc/cp/NEWS b/gcc/cp/NEWS index c320e8e..3a8fc4c 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. |