* auto-profile.c (afdo_annotate_cfg): Use update_max_bb_count.
[official-gcc.git] / gcc / testsuite / g++.old-deja / g++.other / asm1.C
blob87edbe1641ddf0f781925b15052f40b06cdcfa20
1 // { dg-do assemble  }
2 // Origin: Mark Mitchell <mark@codesourcery.com>
4 struct S {
5   int i asm ("abc"); // { dg-error "" } `asm' specifier not permitted 
6 };