diff --git a/gcc/testsuite/ChangeLog b/gcc/testsuite/ChangeLog
index e998aa502c11b047df04551c3437682efd2433ac..017c3a0fd018dd5fb744b00136d4cb13b7a1e820 100644
--- a/gcc/testsuite/ChangeLog
+++ b/gcc/testsuite/ChangeLog
@@ -1,3 +1,8 @@
+2006-01-17  Andrew Pinski  <pinskia@physics.uc.edu>
+
+	* gcc.dg/torture/fp-int-convert-float128.c: Fix dg-do line,
+	add a closing brace.
+
 2006-01-17  Jerry DeLisle  <jvdelisle@gcc.gnu.org>
 
 	PR fortran/25631
diff --git a/gcc/testsuite/gcc.dg/torture/fp-int-convert-float128.c b/gcc/testsuite/gcc.dg/torture/fp-int-convert-float128.c
index d37925394adcc74f8a06288e16e0e063f3a3b167..0e774e0ab2772ee8776c1459881baef055632e41 100644
--- a/gcc/testsuite/gcc.dg/torture/fp-int-convert-float128.c
+++ b/gcc/testsuite/gcc.dg/torture/fp-int-convert-float128.c
@@ -1,6 +1,6 @@
 /* Test floating-point conversions.  __float128 type.  */
 /* Origin: Joseph Myers <joseph@codesourcery.com> */
-/* { dg-do run { target { ia64-*-* || { { i?86-*-* x86_64-*-*} && lp64 } } } */
+/* { dg-do run { target { ia64-*-* || { { i?86-*-* x86_64-*-*} && lp64 } } } } */
 /* { dg-xfail-if "" { i?86-*-* x86_64-*-* } { "*" } { "" } } */
 /* { dg-options "" } */