(finish_struct): A data member with the same name as the class doesn't suppress const...
authorRichard Kenner <kenner@gcc.gnu.org>
Fri, 23 Jun 1995 02:28:23 +0000 (22:28 -0400)
committerRichard Kenner <kenner@gcc.gnu.org>
Fri, 23 Jun 1995 02:28:23 +0000 (22:28 -0400)
commitf714b8e580722542ba86e414e6aa0ee4b415709f
treea1cd507e21d45954e2308119870ea972899742bc
parent1743ca29c36c08b7cd482adbd1979e3da58a3082
(finish_struct): A data member with the same name as the class doesn't suppress constructors.

(finish_struct): A data member with the same name as the class doesn't
suppress constructors.
(dont_allow_type_definitions): New variable set when types cannot be defined.
(finish_struct): Use it.
(build_vfn_ref): Deleted signature specific code, we don't call this function
anymore from build_signature_method_call.

From-SVN: r10038
gcc/cp/class.c