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

Subversion Repositories openrisc

[/] [openrisc/] [trunk/] [gnu-dev/] [or1k-gcc/] [gcc/] [testsuite/] [g++.dg/] [lto/] [20081219_1.C] - Blame information for rev 715

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

Line No. Rev Author Line
1 693 jeremybenn
typedef struct
2
{
3
}
4
__mbstate_t;
5
typedef __mbstate_t mbstate_t;
6
namespace std __attribute__ ((__visibility__ ("default")))
7
{
8
  using::mbstate_t;
9
  typedef int *__c_locale;
10
  class locale
11
  {
12
    class facet;
13
  };
14
  class locale::facet
15
  {
16
  };
17
template < typename _CharT > class numpunct:public locale::facet
18
  {
19
    void _M_initialize_numpunct (__c_locale __cloc = __null);
20
  };
21
}
22
namespace __gnu_cxx __attribute__ ((__visibility__ ("default")))
23
{
24
  template < typename V, typename I, typename S = std::mbstate_t > struct character
25
  {
26
  };
27
}
28
 
29
namespace __gnu_test
30
{
31
  using __gnu_cxx::character;
32
  typedef character < unsigned short, unsigned int >pod_ushort;
33
}
34
namespace std
35
{
36
  using __gnu_test::pod_ushort;
37
    template <> void numpunct <
38
    pod_ushort >::_M_initialize_numpunct (__c_locale)
39
  {
40
    pod_ushort *__truename = new pod_ushort[4 + 1];
41
  }
42
}

powered by: WebSVN 2.1.0

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