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

Subversion Repositories openrisc_me

[/] [openrisc/] [trunk/] [gnu-src/] [gcc-4.2.2/] [gcc/] [testsuite/] [g++.dg/] [other/] [array3.C] - Diff between revs 149 and 154

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

Rev 149 Rev 154
// 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.