* auto-profile.c (afdo_annotate_cfg): Use update_max_bb_count.
[official-gcc.git] / gcc / testsuite / g++.dg / lookup / extern-c-hidden.C
blob80593dba7358c9b4da8ceff3ba233ae31c49af44
1 // Make sure unhidding an extern-c still checks it is compatible
3 extern "C" float fabsf (float);  // { dg-message "previous declaration" }
5 namespace Bob 
7   extern "C" float fabsf (float, float); // { dg-error "C language" }
8   extern "C" double fabs (double, double); // { dg-message "previous declaration" }
11 extern "C" double fabs (double); // { dg-error "C language" }