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

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.

From-SVN: r109864
This commit is contained in:
Andrew Pinski 2006-01-18 02:01:44 +00:00 committed by Andrew Pinski
parent ac77f9d6d4
commit c1310792a4
2 changed files with 6 additions and 1 deletions

View File

@ -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

View File

@ -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 "" } */