* auto-profile.c (afdo_annotate_cfg): Use update_max_bb_count.
[official-gcc.git] / gcc / testsuite / g++.old-deja / g++.other / friend8.C
blobc1e93d94ab03fc7648b7a0e3d924ca5b77d50dff
1 // { dg-options "-std=c++98 -pedantic-errors" }
2 // { dg-do assemble  }
3 // 
4 // Copyright (C) 2000 Free Software Foundation, Inc.
5 // Contributed by Nathan Sidwell 14 Aug 2000 <nathan@codesourcery.com>
7 // We failed to diagnose when a class friend declaration did not use an
8 // elaborated type specifier.
10 struct Y;
11 struct Z;
12 struct X
14   friend class Z;
15   friend Y;         // { dg-error "" } friend must use aggr tag