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

Subversion Repositories openrisc

[/] [openrisc/] [trunk/] [gnu-dev/] [or1k-gcc/] [gcc/] [testsuite/] [g++.dg/] [dfp/] [mangle-4.C] - Blame information for rev 693

Details | Compare with Previous | View Log

Line No. Rev Author Line
1 693 jeremybenn
// { dg-do compile }
2
 
3
// Mangling of classes from std::decimal are special-cased.
4
// Derived from g++.dg/abi/mangle30.C.
5
 
6
namespace std {
7
  namespace decimal {
8
    class decimal64 {
9
      public:
10
        typedef float __decfloat64 __attribute__ ((mode (DD)));
11
        explicit decimal64 (int __r):__val (__r) {}
12
      private:
13
        __decfloat64 __val;
14
    };
15
  }
16
}
17
 
18
struct A
19
{
20
  template 
21
  struct B
22
  {
23
    typedef T myT;
24
  };
25
};
26
 
27
template 
28
void f (T t, typename T::template B::myT u, typename T::template B::myT v);
29
 
30
void foo ()
31
{
32
  f (A(), std::decimal::decimal64(0), 1);
33
}
34
 
35
// { dg-final { scan-assembler "_Z1fI1AEvT_NS1_1BIDdE3myTENS2_IiE3myTE" } }

powered by: WebSVN 2.1.0

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