OpenCores
URL https://opencores.org/ocsvn/openrisc_2011-10-31/openrisc_2011-10-31/trunk

Subversion Repositories openrisc_2011-10-31

[/] [openrisc/] [tags/] [gnu-src/] [gcc-4.5.1/] [gcc-4.5.1-or32-1.0rc1/] [gcc/] [testsuite/] [g++.old-deja/] [g++.bugs/] [900208_03.C] - Diff between revs 305 and 338

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

Rev 305 Rev 338
// { dg-do assemble  }
// { dg-do assemble  }
// g++ 1.36.1 bug 900208_03
// g++ 1.36.1 bug 900208_03
// The Cfront 2.0 reference manual (5.3.3) says "This type must be an
// The Cfront 2.0 reference manual (5.3.3) says "This type must be an
// object type; functions cannot be allocated this way...".
// object type; functions cannot be allocated this way...".
// g++ fails to detect (at compile time) cases where an attempt is made to
// g++ fails to detect (at compile time) cases where an attempt is made to
// allocate a function using new.
// allocate a function using new.
// keywords: operator new, function types
// keywords: operator new, function types
typedef void (func_type) ();
typedef void (func_type) ();
void global_function_0 ()
void global_function_0 ()
{
{
  new func_type;        // { dg-error "" } missed by both cfront 2.0 and g++ 1.36.1
  new func_type;        // { dg-error "" } missed by both cfront 2.0 and g++ 1.36.1
}
}
int main () { return 0; }
int main () { return 0; }
 
 

powered by: WebSVN 2.1.0

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