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]

Fix typo in gcc.dg/sparc-getcontext-1.c


As a consequence, the testcase was only compiled, not run...

Tested on sparc-sun-solaris2.8, applied to all active branches.


2006-08-07  Eric Botcazou  <ebotcazou@libertysurf.fr>

	* gcc.dg/sparc-getcontext-1.c: Fix typo.


-- 
Eric Botcazou
Index: sparc-getcontext-1.c
===================================================================
--- sparc-getcontext-1.c	(revision 115944)
+++ sparc-getcontext-1.c	(working copy)
@@ -1,7 +1,7 @@
 /* PR middle-end/22127 */
 /* Testcase by <akr@m17n.org> */
 
-/* [ dg-do run { target sparc*-sun-solaris2.* } } */
+/* { dg-do run { target sparc*-sun-solaris2.* } } */
 /* { dg-require-effective-target ilp32 } */
 /* { dg-options "-O" } */
 

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