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]

[PATCH] Fix gcc.dg/tree-ssa/20040514-1.c testcase


I had forgotten a '}' in the testcase, this patch which I committed as obvious
to fix it.


Thanks,
Andrew Pinski


2004-05-15 Andrew Pinski <pinskia@physics.uc.edu>


* gcc.dg/tree-ssa/20040514-1.c: Add '}' that was forgotten.


Index: testsuite/gcc.dg/tree-ssa/20040514-1.c
===================================================================
RCS file: /cvs/gcc/gcc/gcc/testsuite/gcc.dg/tree-ssa/20040514-1.c,v
retrieving revision 1.1
diff -u -p -r1.1 20040514-1.c
--- testsuite/gcc.dg/tree-ssa/20040514-1.c 14 May 2004 15:27:37 -0000 1.1
+++ testsuite/gcc.dg/tree-ssa/20040514-1.c 15 May 2004 20:33:42 -0000
@@ -12,6 +12,7 @@ int t( int i)
j = 0;
end:
return j;
+}


 /* Should have no ifs left after straightening.  */
 /* { dg-final { scan-tree-dump-times "if " 0 "phiopt1"} } */


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