--- Additional Comments From pinskia at gcc dot gnu dot org 2005-09-20
15:57 ---
Fixed.
--
What|Removed |Added
Status|ASSIGNED|RESOLVED
--- Additional Comments From cvs-commit at gcc dot gnu dot org 2005-09-20
15:41 ---
Subject: Bug 23947
CVSROOT:/cvs/gcc
Module name:gcc
Changes by: [EMAIL PROTECTED] 2005-09-20 15:40:58
Modified files:
gcc/cp : ChangeLog
gcc/testsuite : C
--
What|Removed |Added
AssignedTo|unassigned at gcc dot gnu |jakub at gcc dot gnu dot org
|dot org |
Status|NEW
--
What|Removed |Added
Known to fail||4.1.0
Target Milestone|--- |4.1.0
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=23947
--- 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 BerDecodeExcept
--- Additional Comments From marcus at jet dot franken dot de 2005-09-18
12:41 ---
compiles fine with 4.0.2
--
What|Removed |Added
Summary|segv in reshape_init_r