OpenCores
URL https://opencores.org/ocsvn/openrisc/openrisc/trunk

Subversion Repositories openrisc

[/] [openrisc/] [tags/] [gnu-src/] [gcc-4.5.1/] [gcc-4.5.1-or32-1.0rc1/] [gcc/] [testsuite/] [g++.dg/] [abi/] [mangle25.C] - Blame information for rev 338

Details | Compare with Previous | View Log

Line No. Rev Author Line
1 301 jeremybenn
// Test mangling of __float128.
2
// The C++ ABI document says __float128 is mangled as "g".  It
3
// also says that "long double" is mangled as "e", so these conflict on
4
// ia64-hpux where "long double" is "e" and __float128 is synonymous with
5
// "long double".
6
// Origin: Joseph Myers 
7
// { dg-do compile { target ia64-*-* i?86-*-* x86_64-*-* } }
8
// { dg-options "" }
9
// { dg-final { scan-assembler "_Z1fg" { target i?86-*-* x86_64-*-* } } }
10
// { dg-final { scan-assembler "_Z1fg" { target { ia64-*-* && { ! "ia64-*-hpux*" } } } } }
11
// { dg-final { scan-assembler "_Z1fe" { target ia64-*-hpux* } } }
12
 
13
int f(__float128 x) { return 0; }

powered by: WebSVN 2.1.0

© copyright 1999-2024 OpenCores.org, equivalent to Oliscience, all rights reserved. OpenCores®, registered trademark.