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

Subversion Repositories openrisc

[/] [openrisc/] [trunk/] [gnu-old/] [gcc-4.2.2/] [gcc/] [testsuite/] [g++.old-deja/] [g++.pt/] [memtemp83.C] - Diff between revs 154 and 816

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

Rev 154 Rev 816
// { dg-do assemble  }
// { dg-do assemble  }
// Origin: Corey Kosak 
// Origin: Corey Kosak 
struct cow_t {
struct cow_t {
  template
  template
  static void tfunc(cow_t *cowp) {}
  static void tfunc(cow_t *cowp) {}
  void moo() {
  void moo() {
    cow_t *cowp;
    cow_t *cowp;
    tfunc(cowp);
    tfunc(cowp);
  }
  }
};
};
int main()
int main()
{
{
  cow_t *cowp;
  cow_t *cowp;
  cow_t::tfunc(cowp);
  cow_t::tfunc(cowp);
}
}
 
 

powered by: WebSVN 2.1.0

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