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

Subversion Repositories openrisc

[/] [openrisc/] [trunk/] [gnu-old/] [gcc-4.2.2/] [gcc/] [testsuite/] [g++.dg/] [ext/] [complit3.C] - Diff between revs 149 and 154

Go to most recent revision | Only display areas with differences | Details | Blame | View Log

Rev 149 Rev 154
// { dg-options "" }
// { dg-options "" }
int Compound_Literals_0()
int Compound_Literals_0()
{
{
  static int y[] = (int []) {1, 2, 3}; // { dg-error "init" }
  static int y[] = (int []) {1, 2, 3}; // { dg-error "init" }
  static int z[] = (int [3]) {1}; // { dg-error "init" }
  static int z[] = (int [3]) {1}; // { dg-error "init" }
  return y[0]+z[0];
  return y[0]+z[0];
}
}
 
 

powered by: WebSVN 2.1.0

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