* auto-profile.c (afdo_annotate_cfg): Use update_max_bb_count.
[official-gcc.git] / gcc / testsuite / g++.old-deja / g++.brendan / crash65.C
blob1bf6c4b6b46a79c248696ba4c03cfc5898f79524
1 // { dg-do assemble  }
2 // GROUPS passed old-abort
3 class X {
4 public:  
5   virtual const char*   XY(const void* val) const = 0;
6 };
9 class Y : public X {
10 public:
11   using X::xy;// { dg-error "" }  no memb.*
13   using X::z;// { dg-error "" }  no memb.*