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

Subversion Repositories openrisc

[/] [openrisc/] [trunk/] [gnu-old/] [gcc-4.2.2/] [gcc/] [testsuite/] [g++.old-deja/] [g++.other/] [qual1.C] - Rev 823

Go to most recent revision | Compare with Previous | Blame | View Log

// { dg-do assemble  }
// { dg-options "-O" }
// Origin: Benjamin Pflugmann <philemon@spin.de>

// DR 295 allows qualification via typedef

typedef const char *(func_type)();

class C
{
public:
  func_type *Function;
  // The following is DR 295 dependent
  const func_type* function(void) { return Function; }
  volatile func_type* functionv(void);
} action;

void work(const char *source)
{
  work( action.function()() );
}

Go to most recent revision | 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.