aboutsummaryrefslogtreecommitdiffstats
path: root/gcc-4.9/gcc/testsuite/g++.old-deja/g++.jason/overload16.C
blob: fba33eda70db251e21fcd8292c5320f7f11efe87 (plain)
1
2
3
4
5
6
7
8
// { dg-do assemble  }
void f (int);			// { dg-message "note" } 
void f (long);			// { dg-message "note" } 
int main()
{
  f (1 & 0xffffff00UL);		// { dg-error "ambiguous" }
  // { dg-message "candidate" "candidate note" { target *-*-* } 6 }
}