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]

[testsuite] fix PR42212, missing brace in dg-do


A new powerpc test is missing a closing brace in a dg-do directive,
causing the test tools to report a tcl error.

Tested on powerpc64-linux with -m32/-m64, checked in on trunk.

2009-11-30  Janis Johnson  <janis187@us.ibm.com>

	PR testsuite/42212
	* gcc.target/powerpc/regnames-1.c: Add missing brace dg-do.

Index: gcc/testsuite/gcc.target/powerpc/regnames-1.c
===================================================================
--- gcc/testsuite/gcc.target/powerpc/regnames-1.c	(revision 154833)
+++ gcc/testsuite/gcc.target/powerpc/regnames-1.c	(working copy)
@@ -1,4 +1,4 @@
-/* { dg-do compile { target powerpc*-*-linux* } */
+/* { dg-do compile { target powerpc*-*-linux* } } */
 /* { dg-options "-mregnames" } */
 
 register double f17 asm ("f17");



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