]> git.ipfire.org Git - thirdparty/gcc.git/commit
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:53:29 +0000 (18:53 +0000)
committerMark Mitchell <mmitchel@gcc.gnu.org>
Wed, 16 Oct 2002 18:53:29 +0000 (18:53 +0000)
commitaf3b1b47fb437d5bbdc582bd60f210e142407f08
tree379391e36e92f2a5bae9dd908567e30abedee8d2
parent70ad811d93d6fa7be4eb88887efc168b4254485f
re PR c++/7524 ([Regression from GCC 2.95.3] f(const float arg[3]) fails)

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

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

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