view gcc/testsuite/g++.dg/lto/pr85405b_1.C @ 131:84e7813d76e9

gcc-8.2
author mir3636
date Thu, 25 Oct 2018 07:37:49 +0900
parents
children 1830386684a0
line wrap: on
line source

class VclReferenceBase {
  int mnRefCnt;
  int mbDisposed: 7; // { dg-lto-message "19: a field of same name but different type is defined in another translation unit" }

protected:
  virtual ~VclReferenceBase();
};
class : VclReferenceBase {
} a;