Bug#376148: g++-4.1: ICE with this 20 lines long code

2006-07-20 Thread Martin Michlmayr
* Martin Michlmayr <[EMAIL PROTECTED]> [2006-07-03 01:53]: > Thanks a lot, Alexei. I've forwarded this upstream now. It has been fixed in SVN for 4.1 and 4.2 now. -- Martin Michlmayr http://www.cyrius.com/ -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble?

Bug#376148: g++-4.1: ICE with this 20 lines long code

2006-07-02 Thread Martin Michlmayr
forwarded 376148 http://gcc.gnu.org/PR28225 tags 376148 + upstream thanks * Alexei Sheplyakov <[EMAIL PROTECTED]> [2006-06-30 18:05]: > $ g++-4.1 -O0 -g -c templ_templ.cpp > templ_templ.cpp: In member function ‘void foo::operator()(T1&, T3&)’: > templ_templ.cpp:14: internal compiler error: Segment

Bug#376148: g++-4.1: ICE with this 20 lines long code

2006-06-30 Thread Alexei Sheplyakov
Package: g++-4.1 Version: 4.1.1-5 Severity: normal Hello! $ cat templ_templ.cpp template struct size_traits; template struct same_size_p; template struct foo { static const unsigned N_BC = size_traits::Size; template::value > struct bar; template struct bar {