* auto-profile.c (afdo_annotate_cfg): Use update_max_bb_count.
[official-gcc.git] / gcc / testsuite / g++.old-deja / g++.robertl / eb133c.C
blob86acdc6bf0268bacd0a60e925affbae7a36e2404
1 // { dg-do assemble  }
2 // Gives ICE 109
3 // From: Klaus-Georg Adams <Klaus-Georg.Adams@chemie.uni-karlsruhe.de> 
4 // Reported against EGCS snaps 98/06/28.
6 namespace std { }
7 using namespace std;
9 int main()
11         try {
12         }
13         catch (bad_alloc) { // { dg-error "" }
14                 return 1;
15         }
16         return 0;