------- Additional Comments From rguenth at gcc dot gnu dot org 2005-09-18 13:07 ------- Confirmed.
Pretty short testcase again: class DecodeException{}; class BerException{}; class BerDecodeException:public DecodeException,public BerException{}; class BerLengthException:public BerDecodeException{}; void f() throw(BerLengthException){ } -- What |Removed |Added ---------------------------------------------------------------------------- Status|UNCONFIRMED |NEW Ever Confirmed| |1 Keywords| |ice-on-valid-code Last reconfirmed|0000-00-00 00:00:00 |2005-09-18 13:07:33 date| | http://gcc.gnu.org/bugzilla/show_bug.cgi?id=23947