This is the mail archive of the gcc-patches@gcc.gnu.org mailing list for the GCC project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

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;
  


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]