2
0
mirror of git://gcc.gnu.org/git/gcc.git synced 2025-04-24 19:21:12 +08:00

re PR c++/20142 (implicit assignment operator with multi-dimensional array is broken)

PR c++/20142
	* g++.dg/init/array18.C: Add dg-do run marker.

From-SVN: r96178
This commit is contained in:
Mark Mitchell 2005-03-09 07:41:00 +00:00 committed by Mark Mitchell
parent b5af313312
commit 0f875e1a60
2 changed files with 5 additions and 1 deletions
gcc/testsuite

@ -1,8 +1,11 @@
2005-03-08 Mark Mitchell <mark@codesourcery.com>
PR c++/20142
* g++.dg/init/array18.C: New test.
* g++.dg/init/array18.C: Add dg-do run marker.
PR c++/20142
* g++.dg/init/array18.C: New test.
2005-03-09 Ben Elliston <bje@au.ibm.com>
* consistency.vlad/vlad.exp: Remove trailing semicolons.

@ -1,4 +1,5 @@
// PR c++/20142
// { dg-do run }
int n=4;