* auto-profile.c (afdo_annotate_cfg): Use update_max_bb_count.
[official-gcc.git] / gcc / testsuite / g++.dg / ext / attrib39.C
blob22a742942cb84e3b1727305420058cc57aa5ebfa
1 // PR debug/43370
2 // { dg-options "-g" }
4 int fragile_block(void) {
5   typedef __attribute__ ((aligned (16))) struct {
6     int i;
7   } XmmUint16;
8   return 0;