mangle25.C: Fix dg-do line, add a closing brace.

2006-01-17  Andrew Pinski  <pinskia@physics.uc.edu>

        * g++.dg/abi/mangle25.C: Fix dg-do line, add a closing brace.

From-SVN: r109842
This commit is contained in:
Andrew Pinski 2006-01-17 22:32:01 +00:00 committed by Andrew Pinski
parent 88405bd3dd
commit a37a4460b5
2 changed files with 5 additions and 1 deletions

View File

@ -1,3 +1,7 @@
2006-01-17 Andrew Pinski <pinskia@physics.uc.edu>
* g++.dg/abi/mangle25.C: Fix dg-do line, add a closing brace.
2006-01-17 Andreas Jaeger <aj@suse.de>
Janis Johnson <janis187@us.ibm.com>

View File

@ -4,7 +4,7 @@
// ia64-hpux where "long double" is "e" and __float128 is synonymous with
// "long double".
// Origin: Joseph Myers <joseph@codesourcery.com>
// { dg-do compile { target { ia64-*-* || { { i?86-*-* x86_64-*-*} && lp64 } } }
// { dg-do compile { target { ia64-*-* || { { i?86-*-* x86_64-*-*} && lp64 } } } }
// { dg-options "" } */
// { dg-final { scan-assembler "_Z1fg" { target i?86-*-* x86_64-*-* } } } */
// { dg-final { scan-assembler "_Z1fg" { target { ia64-*-* && { ! "ia64-*-hpux*" } } } } } */