[Bug c++/23947] [4.1 Regression] segv in reshape_init_r()

rguenth at gcc dot gnu dot org gcc-bugzilla@gcc.gnu.org
Sun Sep 18 13:07:00 GMT 2005


------- 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



More information about the Gcc-bugs mailing list