OpenCores
URL https://opencores.org/ocsvn/openrisc_2011-10-31/openrisc_2011-10-31/trunk

Subversion Repositories openrisc_2011-10-31

[/] [openrisc/] [tags/] [gnu-src/] [gdb-6.8/] [pre-binutils-2.20.1-sync/] [gdb/] [testsuite/] [gdb.cp/] [gdb1355.cc] - Diff between revs 157 and 223

Only display areas with differences | Details | Blame | View Log

Rev 157 Rev 223
struct mystruct
struct mystruct
{
{
  int m_int;
  int m_int;
  char m_char;
  char m_char;
  long int m_long_int;
  long int m_long_int;
  unsigned int m_unsigned_int;
  unsigned int m_unsigned_int;
  long unsigned int m_long_unsigned_int;
  long unsigned int m_long_unsigned_int;
  // long long int m_long_long_int;
  // long long int m_long_long_int;
  // long long unsigned int m_long_long_unsigned_int;
  // long long unsigned int m_long_long_unsigned_int;
  short int m_short_int;
  short int m_short_int;
  short unsigned int m_short_unsigned_int;
  short unsigned int m_short_unsigned_int;
  unsigned char m_unsigned_char;
  unsigned char m_unsigned_char;
  float m_float;
  float m_float;
  double m_double;
  double m_double;
  long double m_long_double;
  long double m_long_double;
  // complex int m_complex_int;
  // complex int m_complex_int;
  // complex float m_complex_float;
  // complex float m_complex_float;
  // complex long double m_complex_long_double;
  // complex long double m_complex_long_double;
  // wchar_t m_wchar_t;
  // wchar_t m_wchar_t;
  bool m_bool;
  bool m_bool;
};
};
 
 
struct mystruct s1 =
struct mystruct s1 =
{
{
    117, 'a', 118, 119, 120,
    117, 'a', 118, 119, 120,
    // 121, 122,
    // 121, 122,
    123, 124, 'b', 125.0, 126.0, 127.0,
    123, 124, 'b', 125.0, 126.0, 127.0,
    // complex int, complex float, complex long double, wchar_t,
    // complex int, complex float, complex long double, wchar_t,
    true
    true
};
};
 
 
int main ()
int main ()
{
{
  return 0;
  return 0;
}
}
 
 

powered by: WebSVN 2.1.0

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