On Jan 17, 2006, at 8:45 PM, Andrew Pinski wrote:

The testsuite is way broken and does not run all the tests:
http://gcc.gnu.org/ml/gcc-testresults/2006-01/msg00878.html
http://gcc.gnu.org/ml/gcc-testresults/2006-01/msg00876.html
http://gcc.gnu.org/ml/gcc-testresults/2006-01/msg00886.html
http://gcc.gnu.org/ml/gcc-testresults/2006-01/msg00900.html
http://gcc.gnu.org/ml/gcc-testresults/2006-01/msg00907.html

The empty testsuite problem was fixed by:
2006-01-17  Shantonu Sen  <[EMAIL PROTECTED]>

        * Makefile.in (check-%, check-consistency): Use $${srcdir}
        instead of $(srcdir) and ${srcdir}.

http://gcc.gnu.org/ml/gcc-testresults/2006-01/msg00898.html


msg00898 says:
ERROR: tcl error sourcing /cvs/gcc-svn/trunk/gcc/testsuite/gcc.dg/torture/dg-torture.exp.
ERROR: unmatched open brace in list

This is caused by another missing close brace in a testcase like my previous patch.


Committed as obvious.

Thanks,
Andrew Pinski

        * gcc.dg/torture/fp-int-convert-float128.c: Fix dg-do line,
        add a closing brace.


Index: testsuite/gcc.dg/torture/fp-int-convert-float128.c
===================================================================
--- testsuite/gcc.dg/torture/fp-int-convert-float128.c  (revision 109856)
+++ testsuite/gcc.dg/torture/fp-int-convert-float128.c  (working copy)
@@ -1,6 +1,6 @@
 /* Test floating-point conversions.  __float128 type.  */
 /* Origin: Joseph Myers <[EMAIL PROTECTED]> */
-/* { 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 "" } */
 

Reply via email to