[Bug c++/18098] zero covariant return pointer adjustment results in segfault

2005-04-21 Thread pinskia at gcc dot gnu dot org
--- Additional Comments From pinskia at gcc dot gnu dot org 2005-04-22 05:10 --- *** This bug has been marked as a duplicate of 20746 *** -- What|Removed |Added

[Bug c++/18098] zero covariant return pointer adjustment results in segfault

2005-01-19 Thread pinskia at gcc dot gnu dot org
--- Additional Comments From pinskia at gcc dot gnu dot org 2005-01-20 06:14 --- We can easy see the problem on the mainline by looking at the tree dumps: [pr18098.cc : 31] D.1709 = [pr18098.cc : 31] top (this); [pr18098.cc : 31] D.1707 = D.1709; [pr18098.cc : 31] D.1710 = D.1707;

[Bug c++/18098] zero covariant return pointer adjustment results in segfault

2004-10-21 Thread pinskia at gcc dot gnu dot org
--- Additional Comments From pinskia at gcc dot gnu dot org 2004-10-21 17:13 --- Confirmed, the problem is the thunk. -- What|Removed |Added Status|UNCONFIRMED

[Bug c++/18098] zero covariant return pointer adjustment results in segfault

2004-10-21 Thread bangerth at dealii dot org
--- Additional Comments From bangerth at dealii dot org 2004-10-21 20:13 --- BTW, this never worked: up to 3.3.x, gcc emits a sorry() because the necessary thunking abilities weren't in place. Since then the code compiles but the executable segfaults. W. -- What