https://gcc.gnu.org/bugzilla/show_bug.cgi?id=67082
Bug ID: 67082 Summary: FAIL: tr1/8_c_compatibility/complex/functions.cc (test for excess errors) Product: gcc Version: 6.0 Status: UNCONFIRMED Severity: normal Priority: P3 Component: libstdc++ Assignee: unassigned at gcc dot gnu.org Reporter: danglin at gcc dot gnu.org Target Milestone: --- Host: hppa64-hp-hpux11.11 Target: hppa64-hp-hpux11.11 Build: hppa64-hp-hpux11.11 spawn /test/gnu/gcc/objdir/./gcc/xg++ -shared-libgcc -B/test/gnu/gcc/objdir/./gc c -nostdinc++ -L/test/gnu/gcc/objdir/hppa64-hp-hpux11.11/libstdc++-v3/src -L/test/gnu/gcc/objdir/hppa64-hp-hpux11.11/libstdc++-v3/src/.libs -L/test/gnu/gcc/objdir/hppa64-hp-hpux11.11/libstdc++-v3/libsupc++/.libs -B/opt/gnu64/gcc/gcc-6/hppa6 4-hp-hpux11.11/bin/ -B/opt/gnu64/gcc/gcc-6/hppa64-hp-hpux11.11/lib/ -isystem /opt/gnu64/gcc/gcc-6/hppa64-hp-hpux11.11/include -isystem /opt/gnu64/gcc/gcc-6/hppa64-hp-hpux11.11/sys-include -B/test/gnu/gcc/objdir/hppa64-hp-hpux11.11/./libstdc ++-v3/src/.libs -D_GLIBCXX_ASSERT -fmessage-length=0 -ffunction-sections -fdata-sections -g -O2 -DLOCALEDIR="." -nostdinc++ -I/test/gnu/gcc/objdir/hppa64-hp-hpux11.11/libstdc++-v3/include/hppa64-hp-hpux11.11 -I/test/gnu/gcc/objdir/hppa64-hp -hpux11.11/libstdc++-v3/include -I/test/gnu/gcc/gcc/libstdc++-v3/libsupc++ -I/test/gnu/gcc/gcc/libstdc++-v3/include/backward -I/test/gnu/gcc/gcc/libstdc++-v3/testsuite/util /test/gnu/gcc/gcc/libstdc++-v3/testsuite/tr1/8_c_compatibility/comp lex/functions.cc -include bits/stdc++.h -S -o functions.sIn file included from /test/gnu/gcc/gcc/libstdc++-v3/testsuite/tr1/8_c_compatibility/complex/functions.cc:24:0: /test/gnu/gcc/objdir/hppa64-hp-hpux11.11/libstdc++-v3/include/tr1/complex: In instantiation of 'std::complex<_Tp> std::tr1::acosh(const std::complex<_Tp>&) [with _Tp = float]': /test/gnu/gcc/gcc/libstdc++-v3/testsuite/tr1/8_c_compatibility/complex/functions.cc:37:26: required from 'void test01_do() [with T = float]'/test/gnu/gcc/gcc/libstdc++-v3/testsuite/tr1/8_c_compatibility/complex/functions .cc:45:20: required from here /test/gnu/gcc/objdir/hppa64-hp-hpux11.11/libstdc++-v3/include/tr1/complex:216:29: error: call of overloaded '__complex_acosh(const std::complex<float>&)' is ambiguous { return __complex_acosh(__z); } ^ /test/gnu/gcc/objdir/hppa64-hp-hpux11.11/libstdc++-v3/include/tr1/complex:185:5: note: candidate: std::complex<_Tp> std::tr1::__complex_acosh(const std::complex<_Tp>&) [with _Tp = float] __complex_acosh(const std::complex<_Tp>& __z) ^ In file included from /test/gnu/gcc/objdir/hppa64-hp-hpux11.11/libstdc++-v3/include/ccomplex:38:0, from /test/gnu/gcc/gcc/libstdc++-v3/include/precompiled/stdc++.h:52: /test/gnu/gcc/objdir/hppa64-hp-hpux11.11/libstdc++-v3/include/complex:1703:5: note: candidate: std::complex<_Tp> std::__complex_acosh(const std::complex<_Tp>&) [with _Tp = float] __complex_acosh(const std::complex<_Tp>& __z) ^ In file included from /test/gnu/gcc/gcc/libstdc++-v3/testsuite/tr1/8_c_compatibility/complex/functions.cc:24:0: /test/gnu/gcc/objdir/hppa64-hp-hpux11.11/libstdc++-v3/include/tr1/complex: In instantiation of 'std::complex<_Tp> std::tr1::asinh(const std::complex<_Tp>&) [with _Tp = float]': /test/gnu/gcc/gcc/libstdc++-v3/testsuite/tr1/8_c_compatibility/complex/functions.cc:38:26: required from 'void test01_do() [with T = float]' /test/gnu/gcc/gcc/libstdc++-v3/testsuite/tr1/8_c_compatibility/complex/functions.cc:45:20: required from here /test/gnu/gcc/objdir/hppa64-hp-hpux11.11/libstdc++-v3/include/tr1/complex:255:29: error: call of overloaded '__complex_asinh(const std::complex<float>&)' is ambiguous { return __complex_asinh(__z); } ^ /test/gnu/gcc/objdir/hppa64-hp-hpux11.11/libstdc++-v3/include/tr1/complex:221:5: note: candidate: std::complex<_Tp> std::tr1::__complex_asinh(const std::complex<_Tp>&) [with _Tp = float] __complex_asinh(const std::complex<_Tp>& __z) ^ In file included from /test/gnu/gcc/objdir/hppa64-hp-hpux11.11/libstdc++-v3/include/ccomplex:38:0, from /test/gnu/gcc/gcc/libstdc++-v3/include/precompiled/stdc++.h:52: /test/gnu/gcc/objdir/hppa64-hp-hpux11.11/libstdc++-v3/include/complex:1739:5: note: candidate: std::complex<_Tp> std::__complex_asinh(const std::complex<_Tp>&) [with _Tp = float] __complex_asinh(const std::complex<_Tp>& __z) ^ In file included from /test/gnu/gcc/gcc/libstdc++-v3/testsuite/tr1/8_c_compatibility/complex/functions.cc:24:0: /test/gnu/gcc/objdir/hppa64-hp-hpux11.11/libstdc++-v3/include/tr1/complex: In instantiation of 'std::complex<_Tp> std::tr1::atanh(const std::complex<_Tp>&) [with _Tp = float]': /test/gnu/gcc/gcc/libstdc++-v3/testsuite/tr1/8_c_compatibility/complex/functions.cc:39:26: required from 'void test01_do() [with T = float]' /test/gnu/gcc/gcc/libstdc++-v3/testsuite/tr1/8_c_compatibility/complex/functions.cc:45:20: required from here /test/gnu/gcc/objdir/hppa64-hp-hpux11.11/libstdc++-v3/include/tr1/complex:299:29: error: call of overloaded '__complex_atanh(const std::complex<float>&)' is ambiguous { return __complex_atanh(__z); } ^ /test/gnu/gcc/objdir/hppa64-hp-hpux11.11/libstdc++-v3/include/tr1/complex:260:5: note: candidate: std::complex<_Tp> std::tr1::__complex_atanh(const std::complex<_Tp>&) [with _Tp = float] __complex_atanh(const std::complex<_Tp>& __z) ^ In file included from /test/gnu/gcc/objdir/hppa64-hp-hpux11.11/libstdc++-v3/include/ccomplex:38:0, from /test/gnu/gcc/gcc/libstdc++-v3/include/precompiled/stdc++.h:52: /test/gnu/gcc/objdir/hppa64-hp-hpux11.11/libstdc++-v3/include/complex:1778:5: note: candidate: std::complex<_Tp> std::__complex_atanh(const std::complex<_Tp>&) [with _Tp = float] __complex_atanh(const std::complex<_Tp>& __z) ^ In file included from /test/gnu/gcc/gcc/libstdc++-v3/testsuite/tr1/8_c_compatibility/complex/functions.cc:24:0: /test/gnu/gcc/objdir/hppa64-hp-hpux11.11/libstdc++-v3/include/tr1/complex: In instantiation of 'std::complex<_Tp> std::tr1::acosh(const std::complex<_Tp>&) [with _Tp = double]': /test/gnu/gcc/gcc/libstdc++-v3/testsuite/tr1/8_c_compatibility/complex/functions.cc:37:26: required from 'void test01_do() [with T = double]' /test/gnu/gcc/gcc/libstdc++-v3/testsuite/tr1/8_c_compatibility/complex/functions.cc:46:21: required from here /test/gnu/gcc/objdir/hppa64-hp-hpux11.11/libstdc++-v3/include/tr1/complex:216:29: error: call of overloaded '__complex_acosh(const std::complex<double>&)' is ambiguous { return __complex_acosh(__z); } ^ /test/gnu/gcc/objdir/hppa64-hp-hpux11.11/libstdc++-v3/include/tr1/complex:185:5: note: candidate: std::complex<_Tp> std::tr1::__complex_acosh(const std::complex<_Tp>&) [with _Tp = double] __complex_acosh(const std::complex<_Tp>& __z) ^ In file included from /test/gnu/gcc/objdir/hppa64-hp-hpux11.11/libstdc++-v3/include/ccomplex:38:0, from /test/gnu/gcc/gcc/libstdc++-v3/include/precompiled/stdc++.h:52: /test/gnu/gcc/objdir/hppa64-hp-hpux11.11/libstdc++-v3/include/complex:1703:5: note: candidate: std::complex<_Tp> std::__complex_acosh(const std::complex<_Tp>&) [with _Tp = double] __complex_acosh(const std::complex<_Tp>& __z) ^ In file included from /test/gnu/gcc/gcc/libstdc++-v3/testsuite/tr1/8_c_compatibility/complex/functions.cc:24:0: /test/gnu/gcc/objdir/hppa64-hp-hpux11.11/libstdc++-v3/include/tr1/complex: In instantiation of 'std::complex<_Tp> std::tr1::asinh(const std::complex<_Tp>&) [with _Tp = double]': /test/gnu/gcc/gcc/libstdc++-v3/testsuite/tr1/8_c_compatibility/complex/functions.cc:38:26: required from 'void test01_do() [with T = double]' /test/gnu/gcc/gcc/libstdc++-v3/testsuite/tr1/8_c_compatibility/complex/functions.cc:46:21: required from here /test/gnu/gcc/objdir/hppa64-hp-hpux11.11/libstdc++-v3/include/tr1/complex:255:29: error: call of overloaded '__complex_asinh(const std::complex<double>&)' is ambiguous { return __complex_asinh(__z); } ^ /test/gnu/gcc/objdir/hppa64-hp-hpux11.11/libstdc++-v3/include/tr1/complex:221:5: note: candidate: std::complex<_Tp> std::tr1::__complex_asinh(const std::complex<_Tp>&) [with _Tp = double] __complex_asinh(const std::complex<_Tp>& __z) ^ In file included from /test/gnu/gcc/objdir/hppa64-hp-hpux11.11/libstdc++-v3/include/ccomplex:38:0, from /test/gnu/gcc/gcc/libstdc++-v3/include/precompiled/stdc++.h:52: /test/gnu/gcc/objdir/hppa64-hp-hpux11.11/libstdc++-v3/include/complex:1739:5: note: candidate: std::complex<_Tp> std::__complex_asinh(const std::complex<_Tp>&) [with _Tp = double] __complex_asinh(const std::complex<_Tp>& __z) ^ In file included from /test/gnu/gcc/gcc/libstdc++-v3/testsuite/tr1/8_c_compatibility/complex/functions.cc:24:0: /test/gnu/gcc/objdir/hppa64-hp-hpux11.11/libstdc++-v3/include/tr1/complex: In instantiation of 'std::complex<_Tp> std::tr1::atanh(const std::complex<_Tp>&) [with _Tp = double]': /test/gnu/gcc/gcc/libstdc++-v3/testsuite/tr1/8_c_compatibility/complex/functions.cc:39:26: required from 'void test01_do() [with T = double]' /test/gnu/gcc/gcc/libstdc++-v3/testsuite/tr1/8_c_compatibility/complex/functions.cc:46:21: required from here /test/gnu/gcc/objdir/hppa64-hp-hpux11.11/libstdc++-v3/include/tr1/complex:299:29: error: call of overloaded '__complex_atanh(const std::complex<double>&)' is ambiguous { return __complex_atanh(__z); } ^ /test/gnu/gcc/objdir/hppa64-hp-hpux11.11/libstdc++-v3/include/tr1/complex:260:5: note: candidate: std::complex<_Tp> std::tr1::__complex_atanh(const std::complex<_Tp>&) [with _Tp = double] __complex_atanh(const std::complex<_Tp>& __z) ^ In file included from /test/gnu/gcc/objdir/hppa64-hp-hpux11.11/libstdc++-v3/include/ccomplex:38:0, from /test/gnu/gcc/gcc/libstdc++-v3/include/precompiled/stdc++.h:52: /test/gnu/gcc/objdir/hppa64-hp-hpux11.11/libstdc++-v3/include/complex:1778:5: note: candidate: std::complex<_Tp> std::__complex_atanh(const std::complex<_Tp>&) [with _Tp = double] __complex_atanh(const std::complex<_Tp>& __z) ^ In file included from /test/gnu/gcc/gcc/libstdc++-v3/testsuite/tr1/8_c_compatibility/complex/functions.cc:24:0: /test/gnu/gcc/objdir/hppa64-hp-hpux11.11/libstdc++-v3/include/tr1/complex: In instantiation of 'std::complex<_Tp> std::tr1::acosh(const std::complex<_Tp>&) [with _Tp = long double]': /test/gnu/gcc/gcc/libstdc++-v3/testsuite/tr1/8_c_compatibility/complex/functions.cc:37:26: required from 'void test01_do() [with T = long double]' /test/gnu/gcc/gcc/libstdc++-v3/testsuite/tr1/8_c_compatibility/complex/functions.cc:47:26: required from here /test/gnu/gcc/objdir/hppa64-hp-hpux11.11/libstdc++-v3/include/tr1/complex:216:29: error: call of overloaded '__complex_acosh(const std::complex<long double>&)' is ambiguous { return __complex_acosh(__z); } ^ /test/gnu/gcc/objdir/hppa64-hp-hpux11.11/libstdc++-v3/include/tr1/complex:185:5: note: candidate: std::complex<_Tp> std::tr1::__complex_acosh(const std::complex<_Tp>&) [with _Tp = long double] __complex_acosh(const std::complex<_Tp>& __z) ^ In file included from /test/gnu/gcc/objdir/hppa64-hp-hpux11.11/libstdc++-v3/include/ccomplex:38:0, from /test/gnu/gcc/gcc/libstdc++-v3/include/precompiled/stdc++.h:52: /test/gnu/gcc/objdir/hppa64-hp-hpux11.11/libstdc++-v3/include/complex:1703:5: note: candidate: std::complex<_Tp> std::__complex_acosh(const std::complex<_Tp>&) [with _Tp = long double] __complex_acosh(const std::complex<_Tp>& __z) ^ In file included from /test/gnu/gcc/gcc/libstdc++-v3/testsuite/tr1/8_c_compatibility/complex/functions.cc:24:0: /test/gnu/gcc/objdir/hppa64-hp-hpux11.11/libstdc++-v3/include/tr1/complex: In instantiation of 'std::complex<_Tp> std::tr1::asinh(const std::complex<_Tp>&) [with _Tp = long double]': /test/gnu/gcc/gcc/libstdc++-v3/testsuite/tr1/8_c_compatibility/complex/functions.cc:38:26: required from 'void test01_do() [with T = long double]' /test/gnu/gcc/gcc/libstdc++-v3/testsuite/tr1/8_c_compatibility/complex/functions.cc:47:26: required from here /test/gnu/gcc/objdir/hppa64-hp-hpux11.11/libstdc++-v3/include/tr1/complex:255:29: error: call of overloaded '__complex_asinh(const std::complex<long double>&)' is ambiguous { return __complex_asinh(__z); } ^ /test/gnu/gcc/objdir/hppa64-hp-hpux11.11/libstdc++-v3/include/tr1/complex:221:5: note: candidate: std::complex<_Tp> std::tr1::__complex_asinh(const std::complex<_Tp>&) [with _Tp = long double] __complex_asinh(const std::complex<_Tp>& __z) ^ In file included from /test/gnu/gcc/objdir/hppa64-hp-hpux11.11/libstdc++-v3/include/ccomplex:38:0, from /test/gnu/gcc/gcc/libstdc++-v3/include/precompiled/stdc++.h:52: /test/gnu/gcc/objdir/hppa64-hp-hpux11.11/libstdc++-v3/include/complex:1739:5: note: candidate: std::complex<_Tp> std::__complex_asinh(const std::complex<_Tp>&) [with _Tp = long double] __complex_asinh(const std::complex<_Tp>& __z) ^ In file included from /test/gnu/gcc/gcc/libstdc++-v3/testsuite/tr1/8_c_compatibility/complex/functions.cc:24:0: /test/gnu/gcc/objdir/hppa64-hp-hpux11.11/libstdc++-v3/include/tr1/complex: In instantiation of 'std::complex<_Tp> std::tr1::atanh(const std::complex<_Tp>&) [with _Tp = long double]': /test/gnu/gcc/gcc/libstdc++-v3/testsuite/tr1/8_c_compatibility/complex/functions.cc:39:26: required from 'void test01_do() [with T = long double]' /test/gnu/gcc/gcc/libstdc++-v3/testsuite/tr1/8_c_compatibility/complex/functions.cc:47:26: required from here /test/gnu/gcc/objdir/hppa64-hp-hpux11.11/libstdc++-v3/include/tr1/complex:299:29: error: call of overloaded '__complex_atanh(const std::complex<long double>&)' is ambiguous { return __complex_atanh(__z); } ^ /test/gnu/gcc/objdir/hppa64-hp-hpux11.11/libstdc++-v3/include/tr1/complex:260:5: note: candidate: std::complex<_Tp> std::tr1::__complex_atanh(const std::complex<_Tp>&) [with _Tp = long double] __complex_atanh(const std::complex<_Tp>& __z) ^ In file included from /test/gnu/gcc/objdir/hppa64-hp-hpux11.11/libstdc++-v3/include/ccomplex:38:0, from /test/gnu/gcc/gcc/libstdc++-v3/include/precompiled/stdc++.h:52: /test/gnu/gcc/objdir/hppa64-hp-hpux11.11/libstdc++-v3/include/complex:1778:5: note: candidate: std::complex<_Tp> std::__complex_atanh(const std::complex<_Tp>&) [with _Tp = long double] __complex_atanh(const std::complex<_Tp>& __z) ^ compiler exited with status 1 output is: In file included from /test/gnu/gcc/gcc/libstdc++-v3/testsuite/tr1/8_c_compatibility/complex/functions.cc:24:0: /test/gnu/gcc/objdir/hppa64-hp-hpux11.11/libstdc++-v3/include/tr1/complex: In instantiation of 'std::complex<_Tp> std::tr1::acosh(const std::complex<_Tp>&) [with _Tp = float]': /test/gnu/gcc/gcc/libstdc++-v3/testsuite/tr1/8_c_compatibility/complex/functions.cc:37:26: required from 'void test01_do() [with T = float]' /test/gnu/gcc/gcc/libstdc++-v3/testsuite/tr1/8_c_compatibility/complex/functions.cc:45:20: required from here /test/gnu/gcc/objdir/hppa64-hp-hpux11.11/libstdc++-v3/include/tr1/complex:216:29: error: call of overloaded '__complex_acosh(const std::complex<float>&)' is ambiguous { return __complex_acosh(__z); } ^ /test/gnu/gcc/objdir/hppa64-hp-hpux11.11/libstdc++-v3/include/tr1/complex:185:5: note: candidate: std::complex<_Tp> std::tr1::__complex_acosh(const std::complex<_Tp>&) [with _Tp = float] __complex_acosh(const std::complex<_Tp>& __z) ^ In file included from /test/gnu/gcc/objdir/hppa64-hp-hpux11.11/libstdc++-v3/include/ccomplex:38:0, from /test/gnu/gcc/gcc/libstdc++-v3/include/precompiled/stdc++.h:52: /test/gnu/gcc/objdir/hppa64-hp-hpux11.11/libstdc++-v3/include/complex:1703:5: note: candidate: std::complex<_Tp> std::__complex_acosh(const std::complex<_Tp>&) [with _Tp = float] __complex_acosh(const std::complex<_Tp>& __z) ^ In file included from /test/gnu/gcc/gcc/libstdc++-v3/testsuite/tr1/8_c_compatibility/complex/functions.cc:24:0: /test/gnu/gcc/objdir/hppa64-hp-hpux11.11/libstdc++-v3/include/tr1/complex: In instantiation of 'std::complex<_Tp> std::tr1::asinh(const std::complex<_Tp>&) [with _Tp = float]': /test/gnu/gcc/gcc/libstdc++-v3/testsuite/tr1/8_c_compatibility/complex/functions.cc:38:26: required from 'void test01_do() [with T = float]' /test/gnu/gcc/gcc/libstdc++-v3/testsuite/tr1/8_c_compatibility/complex/functions.cc:45:20: required from here /test/gnu/gcc/objdir/hppa64-hp-hpux11.11/libstdc++-v3/include/tr1/complex:255:29: error: call of overloaded '__complex_asinh(const std::complex<float>&)' is ambiguous { return __complex_asinh(__z); } ^ /test/gnu/gcc/objdir/hppa64-hp-hpux11.11/libstdc++-v3/include/tr1/complex:221:5: note: candidate: std::complex<_Tp> std::tr1::__complex_asinh(const std::complex<_Tp>&) [with _Tp = float] __complex_asinh(const std::complex<_Tp>& __z) ^ In file included from /test/gnu/gcc/objdir/hppa64-hp-hpux11.11/libstdc++-v3/include/ccomplex:38:0, from /test/gnu/gcc/gcc/libstdc++-v3/include/precompiled/stdc++.h:52: /test/gnu/gcc/objdir/hppa64-hp-hpux11.11/libstdc++-v3/include/complex:1739:5: note: candidate: std::complex<_Tp> std::__complex_asinh(const std::complex<_Tp>&) [with _Tp = float] __complex_asinh(const std::complex<_Tp>& __z) ^ In file included from /test/gnu/gcc/gcc/libstdc++-v3/testsuite/tr1/8_c_compatibility/complex/functions.cc:24:0: /test/gnu/gcc/objdir/hppa64-hp-hpux11.11/libstdc++-v3/include/tr1/complex: In instantiation of 'std::complex<_Tp> std::tr1::atanh(const std::complex<_Tp>&) [with _Tp = float]': /test/gnu/gcc/gcc/libstdc++-v3/testsuite/tr1/8_c_compatibility/complex/functions.cc:39:26: required from 'void test01_do() [with T = float]' /test/gnu/gcc/gcc/libstdc++-v3/testsuite/tr1/8_c_compatibility/complex/functions.cc:45:20: required from here /test/gnu/gcc/objdir/hppa64-hp-hpux11.11/libstdc++-v3/include/tr1/complex:299:29: error: call of overloaded '__complex_atanh(const std::complex<float>&)' is ambiguous { return __complex_atanh(__z); } ^ /test/gnu/gcc/objdir/hppa64-hp-hpux11.11/libstdc++-v3/include/tr1/complex:260:5: note: candidate: std::complex<_Tp> std::tr1::__complex_atanh(const std::complex<_Tp>&) [with _Tp = float] __complex_atanh(const std::complex<_Tp>& __z) ^ In file included from /test/gnu/gcc/objdir/hppa64-hp-hpux11.11/libstdc++-v3/include/ccomplex:38:0, from /test/gnu/gcc/gcc/libstdc++-v3/include/precompiled/stdc++.h:52: /test/gnu/gcc/objdir/hppa64-hp-hpux11.11/libstdc++-v3/include/complex:1778:5: note: candidate: std::complex<_Tp> std::__complex_atanh(const std::complex<_Tp>&) [with _Tp = float] __complex_atanh(const std::complex<_Tp>& __z) ^ In file included from /test/gnu/gcc/gcc/libstdc++-v3/testsuite/tr1/8_c_compatibility/complex/functions.cc:24:0: /test/gnu/gcc/objdir/hppa64-hp-hpux11.11/libstdc++-v3/include/tr1/complex: In instantiation of 'std::complex<_Tp> std::tr1::acosh(const std::complex<_Tp>&) [with _Tp = double]': /test/gnu/gcc/gcc/libstdc++-v3/testsuite/tr1/8_c_compatibility/complex/functions.cc:37:26: required from 'void test01_do() [with T = double]' /test/gnu/gcc/gcc/libstdc++-v3/testsuite/tr1/8_c_compatibility/complex/functions.cc:46:21: required from here /test/gnu/gcc/objdir/hppa64-hp-hpux11.11/libstdc++-v3/include/tr1/complex:216:29: error: call of overloaded '__complex_acosh(const std::complex<double>&)' is ambiguous { return __complex_acosh(__z); } ^ /test/gnu/gcc/objdir/hppa64-hp-hpux11.11/libstdc++-v3/include/tr1/complex:185:5: note: candidate: std::complex<_Tp> std::tr1::__complex_acosh(const std::complex<_Tp>&) [with _Tp = double] __complex_acosh(const std::complex<_Tp>& __z) ^ In file included from /test/gnu/gcc/objdir/hppa64-hp-hpux11.11/libstdc++-v3/include/ccomplex:38:0, from /test/gnu/gcc/gcc/libstdc++-v3/include/precompiled/stdc++.h:52: /test/gnu/gcc/objdir/hppa64-hp-hpux11.11/libstdc++-v3/include/complex:1703:5: note: candidate: std::complex<_Tp> std::__complex_acosh(const std::complex<_Tp>&) [with _Tp = double] __complex_acosh(const std::complex<_Tp>& __z) ^ In file included from /test/gnu/gcc/gcc/libstdc++-v3/testsuite/tr1/8_c_compatibility/complex/functions.cc:24:0: /test/gnu/gcc/objdir/hppa64-hp-hpux11.11/libstdc++-v3/include/tr1/complex: In instantiation of 'std::complex<_Tp> std::tr1::asinh(const std::complex<_Tp>&) [with _Tp = double]': /test/gnu/gcc/gcc/libstdc++-v3/testsuite/tr1/8_c_compatibility/complex/functions.cc:38:26: required from 'void test01_do() [with T = double]' /test/gnu/gcc/gcc/libstdc++-v3/testsuite/tr1/8_c_compatibility/complex/functions.cc:46:21: required from here /test/gnu/gcc/objdir/hppa64-hp-hpux11.11/libstdc++-v3/include/tr1/complex:255:29: error: call of overloaded '__complex_asinh(const std::complex<double>&)' is ambiguous { return __complex_asinh(__z); } ^ /test/gnu/gcc/objdir/hppa64-hp-hpux11.11/libstdc++-v3/include/tr1/complex:221:5: note: candidate: std::complex<_Tp> std::tr1::__complex_asinh(const std::complex<_Tp>&) [with _Tp = double] __complex_asinh(const std::complex<_Tp>& __z) ^ In file included from /test/gnu/gcc/objdir/hppa64-hp-hpux11.11/libstdc++-v3/include/ccomplex:38:0, from /test/gnu/gcc/gcc/libstdc++-v3/include/precompiled/stdc++.h:52: /test/gnu/gcc/objdir/hppa64-hp-hpux11.11/libstdc++-v3/include/complex:1739:5: note: candidate: std::complex<_Tp> std::__complex_asinh(const std::complex<_Tp>&) [with _Tp = double] __complex_asinh(const std::complex<_Tp>& __z) ^ In file included from /test/gnu/gcc/gcc/libstdc++-v3/testsuite/tr1/8_c_compatibility/complex/functions.cc:24:0: /test/gnu/gcc/objdir/hppa64-hp-hpux11.11/libstdc++-v3/include/tr1/complex: In instantiation of 'std::complex<_Tp> std::tr1::atanh(const std::complex<_Tp>&) [with _Tp = double]': /test/gnu/gcc/gcc/libstdc++-v3/testsuite/tr1/8_c_compatibility/complex/functions.cc:39:26: required from 'void test01_do() [with T = double]' /test/gnu/gcc/gcc/libstdc++-v3/testsuite/tr1/8_c_compatibility/complex/functions.cc:46:21: required from here /test/gnu/gcc/objdir/hppa64-hp-hpux11.11/libstdc++-v3/include/tr1/complex:299:29: error: call of overloaded '__complex_atanh(const std::complex<double>&)' is ambiguous { return __complex_atanh(__z); } ^ /test/gnu/gcc/objdir/hppa64-hp-hpux11.11/libstdc++-v3/include/tr1/complex:260:5: note: candidate: std::complex<_Tp> std::tr1::__complex_atanh(const std::complex<_Tp>&) [with _Tp = double] __complex_atanh(const std::complex<_Tp>& __z) ^ In file included from /test/gnu/gcc/objdir/hppa64-hp-hpux11.11/libstdc++-v3/include/ccomplex:38:0, from /test/gnu/gcc/gcc/libstdc++-v3/include/precompiled/stdc++.h:52: /test/gnu/gcc/objdir/hppa64-hp-hpux11.11/libstdc++-v3/include/complex:1778:5: note: candidate: std::complex<_Tp> std::__complex_atanh(const std::complex<_Tp>&) [with _Tp = double] __complex_atanh(const std::complex<_Tp>& __z) ^ In file included from /test/gnu/gcc/gcc/libstdc++-v3/testsuite/tr1/8_c_compatibility/complex/functions.cc:24:0: /test/gnu/gcc/objdir/hppa64-hp-hpux11.11/libstdc++-v3/include/tr1/complex: In instantiation of 'std::complex<_Tp> std::tr1::acosh(const std::complex<_Tp>&) [with _Tp = long double]': /test/gnu/gcc/gcc/libstdc++-v3/testsuite/tr1/8_c_compatibility/complex/functions.cc:37:26: required from 'void test01_do() [with T = long double]' /test/gnu/gcc/gcc/libstdc++-v3/testsuite/tr1/8_c_compatibility/complex/functions.cc:47:26: required from here /test/gnu/gcc/objdir/hppa64-hp-hpux11.11/libstdc++-v3/include/tr1/complex:216:29: error: call of overloaded '__complex_acosh(const std::complex<long double>&)' is ambiguous { return __complex_acosh(__z); } ^ /test/gnu/gcc/objdir/hppa64-hp-hpux11.11/libstdc++-v3/include/tr1/complex:185:5: note: candidate: std::complex<_Tp> std::tr1::__complex_acosh(const std::complex<_Tp>&) [with _Tp = long double] __complex_acosh(const std::complex<_Tp>& __z) ^ In file included from /test/gnu/gcc/objdir/hppa64-hp-hpux11.11/libstdc++-v3/include/ccomplex:38:0, from /test/gnu/gcc/gcc/libstdc++-v3/include/precompiled/stdc++.h:52: /test/gnu/gcc/objdir/hppa64-hp-hpux11.11/libstdc++-v3/include/complex:1703:5: note: candidate: std::complex<_Tp> std::__complex_acosh(const std::complex<_Tp>&) [with _Tp = long double] __complex_acosh(const std::complex<_Tp>& __z) ^ In file included from /test/gnu/gcc/gcc/libstdc++-v3/testsuite/tr1/8_c_compatibility/complex/functions.cc:24:0: /test/gnu/gcc/objdir/hppa64-hp-hpux11.11/libstdc++-v3/include/tr1/complex: In instantiation of 'std::complex<_Tp> std::tr1::asinh(const std::complex<_Tp>&) [with _Tp = long double]': /test/gnu/gcc/gcc/libstdc++-v3/testsuite/tr1/8_c_compatibility/complex/functions.cc:38:26: required from 'void test01_do() [with T = long double]' /test/gnu/gcc/gcc/libstdc++-v3/testsuite/tr1/8_c_compatibility/complex/functions.cc:47:26: required from here /test/gnu/gcc/objdir/hppa64-hp-hpux11.11/libstdc++-v3/include/tr1/complex:255:29: error: call of overloaded '__complex_asinh(const std::complex<long double>&)' is ambiguous { return __complex_asinh(__z); } ^ /test/gnu/gcc/objdir/hppa64-hp-hpux11.11/libstdc++-v3/include/tr1/complex:221:5: note: candidate: std::complex<_Tp> std::tr1::__complex_asinh(const std::complex<_Tp>&) [with _Tp = long double] __complex_asinh(const std::complex<_Tp>& __z) ^ In file included from /test/gnu/gcc/objdir/hppa64-hp-hpux11.11/libstdc++-v3/include/ccomplex:38:0, from /test/gnu/gcc/gcc/libstdc++-v3/include/precompiled/stdc++.h:52: /test/gnu/gcc/objdir/hppa64-hp-hpux11.11/libstdc++-v3/include/complex:1739:5: note: candidate: std::complex<_Tp> std::__complex_asinh(const std::complex<_Tp>&) [with _Tp = long double] __complex_asinh(const std::complex<_Tp>& __z) ^ In file included from /test/gnu/gcc/gcc/libstdc++-v3/testsuite/tr1/8_c_compatibility/complex/functions.cc:24:0: /test/gnu/gcc/objdir/hppa64-hp-hpux11.11/libstdc++-v3/include/tr1/complex: In instantiation of 'std::complex<_Tp> std::tr1::atanh(const std::complex<_Tp>&) [with _Tp = long double]': /test/gnu/gcc/gcc/libstdc++-v3/testsuite/tr1/8_c_compatibility/complex/functions.cc:39:26: required from 'void test01_do() [with T = long double]' /test/gnu/gcc/gcc/libstdc++-v3/testsuite/tr1/8_c_compatibility/complex/functions.cc:47:26: required from here /test/gnu/gcc/objdir/hppa64-hp-hpux11.11/libstdc++-v3/include/tr1/complex:299:29: error: call of overloaded '__complex_atanh(const std::complex<long double>&)' is ambiguous { return __complex_atanh(__z); } ^ /test/gnu/gcc/objdir/hppa64-hp-hpux11.11/libstdc++-v3/include/tr1/complex:260:5: note: candidate: std::complex<_Tp> std::tr1::__complex_atanh(const std::complex<_Tp>&) [with _Tp = long double] __complex_atanh(const std::complex<_Tp>& __z) ^ In file included from /test/gnu/gcc/objdir/hppa64-hp-hpux11.11/libstdc++-v3/include/ccomplex:38:0, from /test/gnu/gcc/gcc/libstdc++-v3/include/precompiled/stdc++.h:52: /test/gnu/gcc/objdir/hppa64-hp-hpux11.11/libstdc++-v3/include/complex:1778:5: note: candidate: std::complex<_Tp> std::__complex_atanh(const std::complex<_Tp>&) [with _Tp = long double] __complex_atanh(const std::complex<_Tp>& __z) ^ FAIL: tr1/8_c_compatibility/complex/functions.cc (test for excess errors) Excess errors: /test/gnu/gcc/objdir/hppa64-hp-hpux11.11/libstdc++-v3/include/tr1/complex:216:29: error: call of overloaded '__complex_acosh(const std::complex<float>&)' is ambiguous /test/gnu/gcc/objdir/hppa64-hp-hpux11.11/libstdc++-v3/include/tr1/complex:255:29: error: call of overloaded '__complex_asinh(const std::complex<float>&)' is ambiguous /test/gnu/gcc/objdir/hppa64-hp-hpux11.11/libstdc++-v3/include/tr1/complex:299:29: error: call of overloaded '__complex_atanh(const std::complex<float>&)' is ambiguous /test/gnu/gcc/objdir/hppa64-hp-hpux11.11/libstdc++-v3/include/tr1/complex:216:29: error: call of overloaded '__complex_acosh(const std::complex<double>&)' is ambiguous /test/gnu/gcc/objdir/hppa64-hp-hpux11.11/libstdc++-v3/include/tr1/complex:255:29: error: call of overloaded '__complex_asinh(const std::complex<double>&)' is ambiguous /test/gnu/gcc/objdir/hppa64-hp-hpux11.11/libstdc++-v3/include/tr1/complex:299:29: error: call of overloaded '__complex_atanh(const std::complex<double>&)' is ambiguous /test/gnu/gcc/objdir/hppa64-hp-hpux11.11/libstdc++-v3/include/tr1/complex:216:29: error: call of overloaded '__complex_acosh(const std::complex<long double>&)' is ambiguous /test/gnu/gcc/objdir/hppa64-hp-hpux11.11/libstdc++-v3/include/tr1/complex:255:29: error: call of overloaded '__complex_asinh(const std::complex<long double>&)' is ambiguous /test/gnu/gcc/objdir/hppa64-hp-hpux11.11/libstdc++-v3/include/tr1/complex:299:29: error: call of overloaded '__complex_atanh(const std::complex<long double>&)' is ambiguous