Functions changes summary: 0 Removed, 0 Changed, 0 Added function
Variables changes summary: 0 Removed, 1 Changed, 0 Added variable

1 variable with incompatible sub-type changes:

  [C] 'int S::* pm' was changed to 'char S::* pm' at test-ptr-to-mbr1-v1.cc:6:1:
    type of variable changed:
      pointer-to-member type changed from: 'int S::* to: 'char S::*'
      in data member type 'int' of pointed-to-member type 'int S::*':
        type name changed from 'int' to 'char'
        type size changed from 32 to 8 (in bits)
      in containing type 'struct S' of pointed-to-member type 'int S::*' at test-ptr-to-mbr1-v1.cc:1:1:
        type size changed from 32 to 8 (in bits)
        1 data member change:
          type of 'int m' changed:
            type name changed from 'int' to 'char'
            type size changed from 32 to 8 (in bits)

