]> git.ipfire.org Git - thirdparty/gcc.git/blob - gcc/testsuite/g++.old-deja/g++.jason/overload16.C
call.c (struct conversion_info): Rename 'from_type' to 'from'.
[thirdparty/gcc.git] / gcc / testsuite / g++.old-deja / g++.jason / overload16.C
1 // { dg-do assemble }
2 void f (int); // { dg-message "note" }
3 void f (long); // { dg-message "note" }
4 int main()
5 {
6 f (1 & 0xffffff00UL); // { dg-error "ambiguous" }
7 }