This is the mail archive of the
gcc-patches@gcc.gnu.org
mailing list for the GCC project.
g++.dg/init/array10.C
- From: Richard Henderson <rth at twiddle dot net>
- To: gcc-patches at gcc dot gnu dot org
- Date: Mon, 29 Sep 2003 10:17:46 -0700
- Subject: g++.dg/init/array10.C
Another test that has been failing since it was added, for the
only reason that it's testing an extension with -pedantic-errors.
r~
* g++.dg/init/array10.C: Add dg-options.
Index: array10.C
===================================================================
RCS file: /cvs/gcc/gcc/gcc/testsuite/g++.dg/init/array10.C,v
retrieving revision 1.1.8.1
diff -c -p -d -r1.1.8.1 array10.C
*** array10.C 21 Jul 2003 13:52:19 -0000 1.1.8.1
--- array10.C 29 Sep 2003 17:14:59 -0000
***************
*** 1,4 ****
--- 1,5 ----
// { dg-do compile }
+ // { dg-options "" }
typedef int __attribute__((mode(V2SI))) vec;