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++.old-deja/] [g++.brendan/] [misc16.C] - Rev 338

Compare with Previous | Blame | View Log

// { dg-do assemble  }
// GROUPS passed miscellaneous-bugs
// Using a typedef causes a compiler error
typedef unsigned int Uint32;

// Using a define so that there isn't a typedef works OK.
//#define Uint32 unsigned int

Uint32 func0(Uint32, Uint32)
{
   return 0;
}

Uint32 func1(Uint32, Uint32)
{
   return 1;
}

Uint32 (*mf[])(Uint32, Uint32) = {func0, func1};

Compare with Previous | Blame | View Log

powered by: WebSVN 2.1.0

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