* auto-profile.c (afdo_annotate_cfg): Use update_max_bb_count.
[official-gcc.git] / gcc / testsuite / g++.dg / lookup / hidden-temp-class7.C
blob19dd95248959d6eefd43fdf8d79bad279160022c
1 // Copyright (C) 2005 Free Software Foundation
2 // Contributed by Kriang Lerdsuwanakij <lerdsuwa@users.sourceforge.net>
3 // { dg-do compile }
5 class A {
6   template <class T> friend class B;
7 };
9 class C {
10   template <class T> friend class B;
13 B<int> *b;      // { dg-error "type|expected" }