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

Subversion Repositories openrisc_me

[/] [openrisc/] [trunk/] [gnu-src/] [gcc-4.2.2/] [gcc/] [testsuite/] [g++.dg/] [ext/] [attrib12.C] - Diff between revs 149 and 154

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

Rev 149 Rev 154
// PR c++/13791
// PR c++/13791
template  struct O {
template  struct O {
  struct __attribute__((packed)) I {
  struct __attribute__((packed)) I {
    int i;
    int i;
    char c;
    char c;
  };
  };
  I* foo();
  I* foo();
};
};
template 
template 
typename O::I*
typename O::I*
O::foo() { return 0; }
O::foo() { return 0; }
template class O;
template class O;
 
 

powered by: WebSVN 2.1.0

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