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
Remove old autovect-branch by moving to "dead" directory.
[official-gcc.git]
/
old-autovect-branch
/
gcc
/
testsuite
/
g++.dg
/
overload
/
builtin3.C
blob
dcd9fd02e386baf65b4b828f8828d162e1f938c3
1
// PR c++/11409
2
// { dg-do compile }
3
4
namespace std {
5
double fabs (double);
6
}
7
using std::fabs;
8
9
double (*p) (double) = &fabs; // { dg-bogus "is ambiguous" "" }
10