[Bug c++/22008] [4.0/4.1 Regression] ICE on valid code, create_tmp_var

2005-09-02 Thread mmitchel at gcc dot gnu dot org
--- Additional Comments From mmitchel at gcc dot gnu dot org 2005-09-02 15:39 --- *** This bug has been marked as a duplicate of 23167 *** -- What|Removed |Added

[Bug c++/22008] [4.0/4.1 Regression] ICE on valid code

2005-07-06 Thread mmitchel at gcc dot gnu dot org
--- Additional Comments From mmitchel at gcc dot gnu dot org 2005-07-06 17:02 --- Postponed until 4.0.2. -- What|Removed |Added Target Milestone|4.0.1

[Bug c++/22008] [4.0/4.1 Regression] ICE on valid code

2005-07-01 Thread pinskia at gcc dot gnu dot org
--- Additional Comments From pinskia at gcc dot gnu dot org 2005-07-01 19:59 --- : Search converges between 2004-05-11-trunk (#454) and 2004-05-14-trunk (#455).\ : Search converges between 2003-06-25-ssa (#14) and 2003-06-26-ssa (#15). -- What|Removed

[Bug c++/22008] [4.0/4.1 Regression] ICE on valid code

2005-06-10 Thread pinskia at gcc dot gnu dot org
--- Additional Comments From pinskia at gcc dot gnu dot org 2005-06-10 18:56 --- Confirmed, reduced testcase: struct a { static int k; a(const a x); }; void f(volatile a x) { x.k; } -- What|Removed |Added