URL
https://opencores.org/ocsvn/openrisc/openrisc/trunk
Subversion Repositories openrisc
[/] [openrisc/] [trunk/] [gnu-stable/] [gcc-4.5.1/] [gcc/] [testsuite/] [g++.dg/] [other/] [error31.C] - Rev 301
Go to most recent revision | Compare with Previous | Blame | View Log
// PR c++/35335
// { dg-do compile }
// { dg-options "" }
// { dg-bogus "not supported by" "" { target *-*-* } 0 }
struct A {}; // { dg-message "note: candidate is" }
void
foo ()
{
A a;
a = ({ { 1; } }); // { dg-error "no match for" }
}
Go to most recent revision | Compare with Previous | Blame | View Log