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

Subversion Repositories openrisc

[/] [openrisc/] [trunk/] [gnu-dev/] [or1k-gcc/] [gcc/] [testsuite/] [g++.dg/] [abi/] [mangle24.C] - Rev 718

Go to most recent revision | Compare with Previous | Blame | View Log

// Test mangling of __float80.
// The C++ ABI document says __float80 is mangled as "e".  It
// also says that "long double" is mangled as "e", so these conflict on
// ia64-hpux where "long double" is "e" and __float80 is "u9__float80".
// Origin: Joseph Myers <joseph@codesourcery.com>
// { dg-do compile { target i?86-*-* x86_64-*-* ia64-*-* } }
// { dg-options "" }
// { dg-final { scan-assembler "_Z1fe" { target i?86-*-* x86_64-*-* } } }
// { dg-final { scan-assembler "_Z1fe" { target { ia64-*-* && { ! "ia64-*-hpux*" } } } } }
// { dg-final { scan-assembler "_Z1fu9__float80" { target ia64-*-hpux* } } }

int f(__float80 x) { return 0; }

Go to most recent revision | Compare with Previous | Blame | View Log

powered by: WebSVN 2.1.0

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