From 1cc914fc951e0c1e3ea8d288d18f4dd48d44266f Mon Sep 17 00:00:00 2001
From: "H.J. Lu" <hongjiu.lu@intel.com>
Date: Sat, 17 Jan 2009 01:31:44 +0000
Subject: [PATCH] foldaddr-1.c: Add the missing '}'.

2009-01-16  H.J. Lu  <hongjiu.lu@intel.com>

	* gcc.dg/tree-ssa/foldaddr-1.c: Add the missing '}'.

From-SVN: r143455
---
 gcc/testsuite/ChangeLog                    | 4 ++++
 gcc/testsuite/gcc.dg/tree-ssa/foldaddr-1.c | 2 +-
 2 files changed, 5 insertions(+), 1 deletion(-)

diff --git a/gcc/testsuite/ChangeLog b/gcc/testsuite/ChangeLog
index 26f4ea2dacb9..a5ba1e6a0fed 100644
--- a/gcc/testsuite/ChangeLog
+++ b/gcc/testsuite/ChangeLog
@@ -1,3 +1,7 @@
+2009-01-16  H.J. Lu  <hongjiu.lu@intel.com>
+
+	* gcc.dg/tree-ssa/foldaddr-1.c: Add the missing '}'.
+
 2009-01-16  Jason Merrill  <jason@redhat.com>
 
 	PR c++/38877
diff --git a/gcc/testsuite/gcc.dg/tree-ssa/foldaddr-1.c b/gcc/testsuite/gcc.dg/tree-ssa/foldaddr-1.c
index 2d8ccae2777f..a3c6a2ece88e 100644
--- a/gcc/testsuite/gcc.dg/tree-ssa/foldaddr-1.c
+++ b/gcc/testsuite/gcc.dg/tree-ssa/foldaddr-1.c
@@ -11,6 +11,6 @@ int foo(char *b)
 /* Folding should have determined that the two addresses were
    not identical and thus collapsed the function into a trivial
    "return 0".  */
-/* { dg-final { scan-tree-dump-times "return 0" 1 "original" { xfail *-*-* } } */
+/* { dg-final { scan-tree-dump-times "return 0" 1 "original" { xfail *-*-* } } } */
 /* { dg-final { cleanup-tree-dump "original" } } */
 
-- 
GitLab