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

Subversion Repositories openrisc

[/] [openrisc/] [tags/] [gnu-dev/] [fsf-gcc-snapshot-1-mar-12/] [or1k-gcc/] [gcc/] [testsuite/] [g++.dg/] [diagnostic/] [parm1.C] - Blame information for rev 783

Details | Compare with Previous | View Log

Line No. Rev Author Line
1 693 jeremybenn
// PR c++/44366
2
// While printing the operand of sizeof We were trying to print f as the
3
// scope of t, causing infinite recursion.
4
 
5
template 
6
void f(T t, int(*)[sizeof(t)])
7
{
8
  struct A { void g() {
9
    foo;                        // { dg-error "foo" }
10
  } };
11
}

powered by: WebSVN 2.1.0

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