re PR c++/7524 ([Regression from GCC 2.95.3] f(const float arg[3]) fails)
authorMark Mitchell <mark@codesourcery.com>
Wed, 16 Oct 2002 18:58:38 +0000 (18:58 +0000)
committerMark Mitchell <mmitchel@gcc.gnu.org>
Wed, 16 Oct 2002 18:58:38 +0000 (18:58 +0000)
commit451c08992e6c3ff4a053b9d20ed6d6f47923aae6
tree09fe1da2acc0f0cdc2c7700bd26483f079818fd7
parent57e172dd3a28714d38038c05563c58e8e3483220
re PR c++/7524 ([Regression from GCC 2.95.3] f(const float arg[3]) fails)

PR c++/7524
* g++.dg/init/array7.C: New test.

PR c++/7524
* method.c (do_build_assign_ref): Use cp_build_qualified_type, not
build_qualified_type.

From-SVN: r58217
gcc/cp/ChangeLog
gcc/cp/method.c
gcc/testsuite/ChangeLog
gcc/testsuite/g++.dg/init/array7.C [new file with mode: 0644]