cvt.c (ocp_convert): Obtain the constant values from constant decls even if...
authorMark Mitchell <mmitchell@usa.net>
Tue, 3 Feb 1998 23:55:27 +0000 (23:55 +0000)
committerJason Merrill <jason@gcc.gnu.org>
Tue, 3 Feb 1998 23:55:27 +0000 (18:55 -0500)
commit9c0d03672f068d9fc7cf3297fbd571f1ff197452
tree0c9d2a5e3fd8e4ba0ab743c17c155a9eda0f0241
parentcf7761053226ab90efadc907da7a1ce3664b33a0
cvt.c (ocp_convert): Obtain the constant values from constant decls even if...

* cvt.c (ocp_convert): Obtain the constant values from constant
decls even if the destination type is the same as the type of the
decl.
* decl2.c (finish_file): Make sure that static inlines with
definitions are not marked DECL_EXTERNAL before returning.

From-SVN: r17653
gcc/cp/ChangeLog
gcc/cp/cvt.c
gcc/cp/decl2.c