* auto-profile.c (afdo_annotate_cfg): Use update_max_bb_count.
[official-gcc.git] / gcc / testsuite / g++.old-deja / g++.robertl / ice990323-1.C
blobcecf0aac50fbb09d049315b649e287e7c664219d
1 // { dg-do assemble  }
3 //test 2
4 struct A {};
5 void f()
7         struct A; // { dg-message "" } forward ref
8         throw *(new A); // { dg-error "" } invalid use of undefined type