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++/23947] [4.1 Regression] segv in reshape_init_r()


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


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