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

Subversion Repositories openrisc

[/] [openrisc/] [trunk/] [gnu-old/] [gcc-4.2.2/] [gcc/] [testsuite/] [g++.dg/] [init/] [array7.C] - Diff between revs 154 and 816

Go to most recent revision | Only display areas with differences | Details | Blame | View Log

Rev 154 Rev 816
struct S {
struct S {
  virtual void v () {}
  virtual void v () {}
  void f (const float g[3]);
  void f (const float g[3]);
  float h[3];
  float h[3];
};
};
void g () {
void g () {
  S s1, s2;
  S s1, s2;
  s1 = s2;
  s1 = s2;
}
}
void S::f (const float g[3]) {}
void S::f (const float g[3]) {}
 
 

powered by: WebSVN 2.1.0

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