]> git.ipfire.org Git - thirdparty/gcc.git/commit
re PR c++/22494 (C++ front-end produces mis-match types in EQ_EXPR (array deconstructor))
authorRoger Sayle <roger@eyesopen.com>
Thu, 30 Mar 2006 01:35:22 +0000 (01:35 +0000)
committerRoger Sayle <sayle@gcc.gnu.org>
Thu, 30 Mar 2006 01:35:22 +0000 (01:35 +0000)
commit5cd88d6857dffe4f10c834c773c300881ec20e32
tree82546f6f13e370d85cdc2af9bce3cefe13cbc782
parentb70f12770bc1ce82abc2e6334beedd9df3b90504
re PR c++/22494 (C++ front-end produces mis-match types in EQ_EXPR (array deconstructor))

PR c++/22494
* init.c (build_vec_delete_1): Convert BASE pointer's type to
the base pointer type to avoid a type mismatch in the EQ_EXPR.

From-SVN: r112529
gcc/cp/ChangeLog
gcc/cp/init.c