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/] [gcc-4.5.1/] [gcc-4.5.1-or32-1.0rc1/] [gcc/] [testsuite/] [g++.old-deja/] [g++.pt/] [syntax1.C] - Diff between revs 305 and 338

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

Rev 305 Rev 338
// { dg-do assemble  }
// { dg-do assemble  }
// Copyright (C) 2000 Free Software Foundation, Inc.
// Copyright (C) 2000 Free Software Foundation, Inc.
// Contributed by Nathan Sidwell 22 June 2000 
// Contributed by Nathan Sidwell 22 June 2000 
// Origin GNATS bug report 262 from Jeremy Sanders 
// Origin GNATS bug report 262 from Jeremy Sanders 
// and several others. With templates, it's very easy to say something
// and several others. With templates, it's very easy to say something
// erroneous like
// erroneous like
//    template class X::X
//    template class X::X
// The culprit
// The culprit
//    ... class X::X ...
//    ... class X::X ...
// caused us to ICE as we got confused about pushing and popping scopes.
// caused us to ICE as we got confused about pushing and popping scopes.
class Y
class Y
{
{
  public:
  public:
  template  Y(T &);
  template  Y(T &);
};
};
template  Y::Y(T &) {}
template  Y::Y(T &) {}
template class Y::Y (int);  // { dg-error "" } parse error
template class Y::Y (int);  // { dg-error "" } parse error
template Y::Y (int);        // { dg-error "" } template-id does not match
template Y::Y (int);        // { dg-error "" } template-id does not match
template Y::Y (int &);
template Y::Y (int &);
 
 

powered by: WebSVN 2.1.0

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