cp-tree.h (note_decl_for_pch): Remove.
authorRichard Biener <rguenther@suse.de>
Thu, 17 Sep 2015 07:48:09 +0000 (07:48 +0000)
committerRichard Biener <rguenth@gcc.gnu.org>
Thu, 17 Sep 2015 07:48:09 +0000 (07:48 +0000)
commitb5415a9ebcc06c18bda279c284d98e9b8ff8af22
treea47e69f9f988fa1978fb63d2deaa5b3c69e957aa
parent8c464611a3d61ad24af1f3461de8ed283aed3aa4
cp-tree.h (note_decl_for_pch): Remove.

2015-09-17  Richard Biener  <rguenther@suse.de>

* cp-tree.h (note_decl_for_pch): Remove.
* class.c (build_clone): Do not call note_decl_for_pch.
* semantics.c (finish_member_declaration): Likewise.
(note_decl_for_pch): Remove.
* decl2.c (c_parse_final_cleanups): Mangle all globals before
writing the PCH.

From-SVN: r227846
gcc/cp/ChangeLog
gcc/cp/class.c
gcc/cp/cp-tree.h
gcc/cp/decl2.c
gcc/cp/semantics.c