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

Subversion Repositories openrisc

[/] [openrisc/] [tags/] [gnu-src/] [gcc-4.5.1/] [gcc-4.5.1-or32-1.0rc1/] [gcc/] [testsuite/] [g++.dg/] [warn/] [Wdtor1.C] - Diff between revs 301 and 338

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

Rev 301 Rev 338
// PR c++/20145
// PR c++/20145
// { dg-options "-Wnon-virtual-dtor" }
// { dg-options "-Wnon-virtual-dtor" }
# 1 "t.cc"
# 1 "t.cc"
# 1 ""
# 1 ""
# 1 ""
# 1 ""
# 1 "t.cc"
# 1 "t.cc"
# 1 "include/t.h" 1 3 4
# 1 "include/t.h" 1 3 4
// Declare the template with explicit C++ linkage in case system
// Declare the template with explicit C++ linkage in case system
// headers have implicit C linkage.
// headers have implicit C linkage.
extern "C++" {
extern "C++" {
template  class t
template  class t
{
{
  virtual void f();
  virtual void f();
};
};
}
}
# 2 "t.cc" 2
# 2 "t.cc" 2
void f(void)
void f(void)
{
{
  t<1> h;
  t<1> h;
}
}
 
 

powered by: WebSVN 2.1.0

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