[Bug c++/21363] no compilation error for inheriting Base class with private constructor when the constructor for Derived Class is compiler generated

2005-05-04 Thread pinskia at gcc dot gnu dot org
--- Additional Comments From pinskia at gcc dot gnu dot org 2005-05-05 05:12 --- (In reply to comment #2) > i don't think compiler generated constructor should have the "privilege" to > invoke constructor of parent class which is private. It does not but ICC does the same thing. Try cre

[Bug c++/21386] Inconsistent diagnostics for taking address of rvalue

2005-05-04 Thread pinskia at gcc dot gnu dot org
--- Additional Comments From pinskia at gcc dot gnu dot org 2005-05-05 05:17 --- Note ICC causes the same thing in terms of error vs warning. -- http://gcc.gnu.org/bugzilla/show_bug.cgi?id=21386

[Bug middle-end/19774] VLA's vs SjLj EH unwind

2005-05-04 Thread pinskia at gcc dot gnu dot org
--- Additional Comments From pinskia at gcc dot gnu dot org 2005-05-05 05:34 --- Confirmed, also on i686-pc-openbsd3.1 which also uses sjlj exceptions. -- What|Removed |Added

[Bug c++/19034] [3.4 Regression] internal compiler error: in cp_tree_equal, at cp/tree.c:1633

2005-05-04 Thread cvs-commit at gcc dot gnu dot org
--- Additional Comments From cvs-commit at gcc dot gnu dot org 2005-05-05 05:47 --- Subject: Bug 19034 CVSROOT:/cvs/gcc Module name:gcc Branch: gcc-3_4-branch Changes by: [EMAIL PROTECTED] 2005-05-05 05:45:55 Modified files: gcc/cp : Change

[Bug c++/19034] [3.4 Regression] internal compiler error: in cp_tree_equal, at cp/tree.c:1633

2005-05-04 Thread mmitchel at gcc dot gnu dot org
--- Additional Comments From mmitchel at gcc dot gnu dot org 2005-05-05 06:27 --- Fixed in 3.4.4. -- What|Removed |Added Status|ASSIGNED|RESO

<    1   2