------- Additional Comments From pinskia at gcc dot gnu dot org  2005-03-16 
23:45 -------
Reduced a little further, no templates now:
struct b
{
  static const int d;
  virtual bool IsEmpty() const=0;
  int e,c;
};
const int b::d = ((int)(&((b*)1)->c) - 1);


: Search converges between 2004-08-30-trunk (#529) and 2004-08-31-trunk (#530).

-- 
           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |pinskia at gcc dot gnu dot
                   |                            |org


http://gcc.gnu.org/bugzilla/show_bug.cgi?id=20505

Reply via email to