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

Subversion Repositories openrisc

[/] [openrisc/] [tags/] [gnu-src/] [gcc-4.5.1/] [gcc-4.5.1-or32-1.0rc1/] [gcc/] [testsuite/] [g++.dg/] [other/] [array3.C] - Diff between revs 301 and 338

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

Rev 301 Rev 338
// PR C++/28906: new on an array causes incomplete arrays to
// PR C++/28906: new on an array causes incomplete arrays to
// become complete with the wrong size.
// become complete with the wrong size.
// the bounds of xvalue_store was being set to include want
// the bounds of xvalue_store was being set to include want
// which was incorrect.
// which was incorrect.
// { dg-do compile }
// { dg-do compile }
extern unsigned char xvalue_store[];
extern unsigned char xvalue_store[];
bool reserve (int want)
bool reserve (int want)
{
{
  new unsigned char[want];
  new unsigned char[want];
}
}
unsigned char xvalue_store[257];
unsigned char xvalue_store[257];
 
 

powered by: WebSVN 2.1.0

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