repo.or.cz
/
official-gcc.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
libstdc++: remove JSON comment.
[official-gcc.git]
/
gcc
/
testsuite
/
g++.old-deja
/
g++.jason
/
overload16.C
blob
50503a678a084c4504ce83514990da0c537c3fcb
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
}