URL
https://opencores.org/ocsvn/openrisc/openrisc/trunk
Subversion Repositories openrisc
[/] [openrisc/] [trunk/] [gnu-stable/] [gcc-4.5.1/] [gcc/] [testsuite/] [g++.dg/] [cpp0x/] [initlist26.C] - Rev 301
Go to most recent revision | Compare with Previous | Blame | View Log
// PR c++/42059
// { dg-do compile }
// { dg-options "-std=gnu++0x" }
void
foo (int i)
{
int a[i];
a = { }; // { dg-error "may not be initialized" }
}
Go to most recent revision | Compare with Previous | Blame | View Log