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

Subversion Repositories openrisc

[/] [openrisc/] [trunk/] [gnu-old/] [gcc-4.2.2/] [gcc/] [testsuite/] [g++.dg/] [template/] [instantiate8.C] - Blame information for rev 823

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

Line No. Rev Author Line
1 149 jeremybenn
// Copyright (C) 2005 Free Software Foundation, Inc.
2
// Contributed by Nathan Sidwell 18 Aug 2005 
3
 
4
// PR 22044: ICE
5
// Origin: Andrew Pinski 
6
 
7
struct no_context {
8
  template< class Event > void no_function( const Event & );
9
};
10
template< class Event, class TransitionContext = no_context,
11
void ( TransitionContext::*pTransitionAction )( const Event & ) = &no_context::no_function< Event > >
12
struct transition
13
{
14
  struct EvFlipBit {};
15
  typedef transition type;
16
};
17
 

powered by: WebSVN 2.1.0

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