error.c (dump_function_decl): Use DECL_VIRTUAL_P, not TYPE_POLYMORPHIC_P.
authorNathan Sidwell <nathan@codesourcery.com>
Mon, 4 Dec 2000 16:36:04 +0000 (16:36 +0000)
committerNathan Sidwell <nathan@gcc.gnu.org>
Mon, 4 Dec 2000 16:36:04 +0000 (16:36 +0000)
commit00bb3dad4082400b0176e8e650ce4d6786cc9e23
treec719db9d1e656da3f28467332134994d19ab3a9b
parentae50db03d75098ada4467bb2f9de23498360afa1
error.c (dump_function_decl): Use DECL_VIRTUAL_P, not TYPE_POLYMORPHIC_P.

cp:
* error.c (dump_function_decl): Use DECL_VIRTUAL_P, not
TYPE_POLYMORPHIC_P.

* typeck.c (build_static_cast): Remove unused variable.

From-SVN: r37996
gcc/cp/ChangeLog
gcc/cp/error.c
gcc/cp/typeck.c