This is the mail archive of the gcc-bugs@gcc.gnu.org mailing list for the GCC project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

[Bug c++/18835] memory consumption is high for C++ testcase



------- Comment #3 from hubicka at gcc dot gnu dot org  2009-02-23 16:39 -------
Testcase no longer compile:
/home/jh/bitmachine.cc:5049: error: declaration of 'typedef typename
Context::inner_context_type::state_base_type
boost::fsm::simple_state<MostDerived, Context, Reactions, InnerInitial,
historyMode>::state_base_type'
/home/jh/bitmachine.cc:4961: error: conflicts with previous declaration
'typedef typename Context::inner_context_type::state_base_type
boost::fsm::simple_state<MostDerived, Context, Reactions, InnerInitial,
historyMode>::state_base_type'
/home/jh/bitmachine.cc:5053: error: declaration of 'typedef typename
Context::inner_context_type::outermost_context_type
boost::fsm::simple_state<MostDerived, Context, Reactions, InnerInitial,
historyMode>::outermost_context_type'
/home/jh/bitmachine.cc:4920: error: conflicts with previous declaration
'typedef typename Context::inner_context_type::outermost_context_type
boost::fsm::simple_state<MostDerived, Context, Reactions, InnerInitial,
historyMode>::outermost_context_type'

Can we have updated one?


-- 

hubicka at gcc dot gnu dot org changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|NEW                         |WAITING


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


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]