--- Additional Comments From pinskia at gcc dot gnu dot org 2004-11-26
23:12 ---
The orginal bug was fixed by my patch and the new bug was filed under PR 18685.
--
What|Removed |Added
---
--- Additional Comments From giovannibajo at libero dot it 2004-11-26
22:50 ---
Nathan, even if there is not an official committee position on the correct
semantic of this program, is there way to get a patch in to stop cc1plus from
segfaulting?
--
http://gcc.gnu.org/bugzilla/show_
--- Additional Comments From reichelt at gcc dot gnu dot org 2004-11-26
21:10 ---
Here's a slightly shorter testcase (inspired by PR18677):
===
struct A {};
struct B : A
{
B(int);
B(B&);
B(A);
};
B b=0;
===
--
What|Removed
--- Additional Comments From reichelt at gcc dot gnu dot org 2004-11-26
21:00 ---
*** Bug 18677 has been marked as a duplicate of this bug. ***
--
What|Removed |Added
--- Additional Comments From reichelt at gcc dot gnu dot org 2004-11-26
21:00 ---
*** This bug has been marked as a duplicate of 17431 ***
--
What|Removed |Added
5 matches
Mail list logo