------- Additional Comments From belyshev at depni dot sinp dot msu dot ru 2005-07-28 17:55 ------- // Confirmed, reduced testcase (compile with -O2 -fPIC):
int k, foo (); void baz (int, int); template < typename > class T { void bla () throw () { int j = foo (); baz (k , j); } void bam () { while (k && foo ()) bla (); } }; template class T < int >; -- What |Removed |Added ---------------------------------------------------------------------------- CC| |belyshev at depni dot sinp | |dot msu dot ru Status|UNCONFIRMED |NEW Ever Confirmed| |1 Last reconfirmed|0000-00-00 00:00:00 |2005-07-28 17:55:17 date| | http://gcc.gnu.org/bugzilla/show_bug.cgi?id=22553