------- Comment #18 from pinskia at gcc dot gnu dot org 2006-08-28 03:04 ------- (In reply to comment #6) > An even smaller test case without a member function is: Even smaller: struct A { A(const A&); A& operator=(const A&); }; void f(volatile A *a) { *a; }
-- http://gcc.gnu.org/bugzilla/show_bug.cgi?id=26577