public inbox for gcc-bugs@sourceware.org
help / color / mirror / Atom feed
* [Bug c++/23044] New: [4.0/4.1 Regression] ICE on vaild code
@ 2005-07-24  7:23 pinskia at gcc dot gnu dot org
  2005-07-24  7:54 ` [Bug c++/23044] " pinskia at gcc dot gnu dot org
                   ` (8 more replies)
  0 siblings, 9 replies; 10+ messages in thread
From: pinskia at gcc dot gnu dot org @ 2005-07-24  7:23 UTC (permalink / raw)
  To: gcc-bugs

This is reduced from PR 14719/18835:
struct no_context {
  template< class Event > void no_function( const Event & );
};
template< class Event, class Destination, class TransitionContext = no_context,
void ( TransitionContext::*pTransitionAction )( const Event & ) = &no_context::no_function< Event > >
struct transition
{
  struct EvFlipBit {};
  struct BitState{};
  template< class BitNo, class StateNo > struct FlipTransition {
    typedef transition<EvFlipBit, BitState> type;
  };
};

-- 
           Summary: [4.0/4.1 Regression] ICE on vaild code
           Product: gcc
           Version: 4.1.0
            Status: UNCONFIRMED
          Keywords: ice-on-valid-code
          Severity: normal
          Priority: P2
         Component: c++
        AssignedTo: unassigned at gcc dot gnu dot org
        ReportedBy: pinskia at gcc dot gnu dot org
                CC: gcc-bugs at gcc dot gnu dot org
OtherBugsDependingO 18835
             nThis:


http://gcc.gnu.org/bugzilla/show_bug.cgi?id=23044


^ permalink raw reply	[flat|nested] 10+ messages in thread

end of thread, other threads:[~2005-08-23 12:39 UTC | newest]

Thread overview: 10+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2005-07-24  7:23 [Bug c++/23044] New: [4.0/4.1 Regression] ICE on vaild code pinskia at gcc dot gnu dot org
2005-07-24  7:54 ` [Bug c++/23044] " pinskia at gcc dot gnu dot org
2005-07-24 14:08 ` pinskia at gcc dot gnu dot org
2005-07-24 14:19 ` belyshev at depni dot sinp dot msu dot ru
2005-07-24 14:22 ` pinskia at gcc dot gnu dot org
2005-08-02 12:34 ` [Bug c++/23044] [4.0/4.1 Regression] ICE on valid code nathan at gcc dot gnu dot org
2005-08-17  3:04 ` pinskia at gcc dot gnu dot org
2005-08-23 12:38 ` cvs-commit at gcc dot gnu dot org
2005-08-23 12:39 ` nathan at gcc dot gnu dot org
2005-08-23 12:42 ` cvs-commit at gcc dot gnu dot org

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).