* auto-profile.c (afdo_annotate_cfg): Use update_max_bb_count.
[official-gcc.git] / gcc / testsuite / g++.dg / other / stdarg3.C
blob0e7abd8dda285261f7ae141a6720f3b577b811ae
1 // Copyright (C) 2005 Free Software Foundation, Inc.
2 // Contributed by Nathan Sidwell 8 Mar 2005 <nathan@codesourcery.com>
4 // PR 20375: ICE
5 // Origin: Joseph S. Myers <jsm28@gcc.gnu.org>
6 // { dg-options "-mlp64" { target "ia64-*-hpux*" } }
8 union U
10   void *m[7];
13 struct C;
15 void f(struct C *c, float f, union U, ...)
16 { }