--- 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
--- 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
--- 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
--- 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
-