* auto-profile.c (afdo_annotate_cfg): Use update_max_bb_count.
[official-gcc.git] / gcc / testsuite / g++.old-deja / g++.other / builtins5.C
blobf229d29226afdf91b2aeb157b85cffa79344a6d1
1 // { dg-do assemble  }
2 // Test that built-in functions aren't recognized without a prototype.
3 // Origin: Roger Sayle  Mar 20, 2002
4 // Copyright (C) 2002 Free Software Foundation.
6 int
7 foo ()
9   return (int) ::strlen ("foo"); // { dg-error "" } undeclared
12 int
13 bar ()
15   return (int) std::strlen ("bar"); // { dg-error "" } undeclared