* auto-profile.c (afdo_annotate_cfg): Use update_max_bb_count.
[official-gcc.git] / gcc / testsuite / g++.old-deja / g++.warn / iomanip.C
blobc437b26dbd114227285e8a7df748e9cf8b4e3d3c
1 // { dg-do assemble  }
2 // { dg-options "-O -Winline" }
3 // Bug: g++ wouldn't inline op<< because it was an explicit instantiation.
4 // Origin: Jason Merrill <jason@cygnus.com>
6 #include <iomanip>
7 #include <iostream>
9 void
10 f()
12   std::cout << std::setw(3);