public inbox for gcc-bugs@sourceware.org
help / color / mirror / Atom feed
* [Bug libstdc++/67082] New: FAIL: tr1/8_c_compatibility/complex/functions.cc (test for excess errors)
@ 2015-07-31 15:48 danglin at gcc dot gnu.org
  2015-08-01  0:39 ` [Bug libstdc++/67082] " redi at gcc dot gnu.org
                   ` (4 more replies)
  0 siblings, 5 replies; 6+ messages in thread
From: danglin at gcc dot gnu.org @ 2015-07-31 15:48 UTC (permalink / raw)
  To: gcc-bugs

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


^ permalink raw reply	[flat|nested] 6+ messages in thread

* [Bug libstdc++/67082] FAIL: tr1/8_c_compatibility/complex/functions.cc (test for excess errors)
  2015-07-31 15:48 [Bug libstdc++/67082] New: FAIL: tr1/8_c_compatibility/complex/functions.cc (test for excess errors) danglin at gcc dot gnu.org
@ 2015-08-01  0:39 ` redi at gcc dot gnu.org
  2015-08-01  0:49 ` dave.anglin at bell dot net
                   ` (3 subsequent siblings)
  4 siblings, 0 replies; 6+ messages in thread
From: redi at gcc dot gnu.org @ 2015-08-01  0:39 UTC (permalink / raw)
  To: gcc-bugs

https://gcc.gnu.org/bugzilla/show_bug.cgi?id=67082

--- Comment #1 from Jonathan Wakely <redi at gcc dot gnu.org> ---
Is this a new failure? Nothing in this area has changed in libstdc++.


^ permalink raw reply	[flat|nested] 6+ messages in thread

* [Bug libstdc++/67082] FAIL: tr1/8_c_compatibility/complex/functions.cc (test for excess errors)
  2015-07-31 15:48 [Bug libstdc++/67082] New: FAIL: tr1/8_c_compatibility/complex/functions.cc (test for excess errors) danglin at gcc dot gnu.org
  2015-08-01  0:39 ` [Bug libstdc++/67082] " redi at gcc dot gnu.org
@ 2015-08-01  0:49 ` dave.anglin at bell dot net
  2015-08-03 15:26 ` redi at gcc dot gnu.org
                   ` (2 subsequent siblings)
  4 siblings, 0 replies; 6+ messages in thread
From: dave.anglin at bell dot net @ 2015-08-01  0:49 UTC (permalink / raw)
  To: gcc-bugs

https://gcc.gnu.org/bugzilla/show_bug.cgi?id=67082

--- Comment #2 from dave.anglin at bell dot net ---
On 2015-07-31, at 8:39 PM, redi at gcc dot gnu.org wrote:

> Is this a new failure? Nothing in this area has changed in libstdc++.

It is present on both 32 and 64-bit hpux, but not linux.  r225269 was okay.

--
John David Anglin       dave.anglin@bell.net


^ permalink raw reply	[flat|nested] 6+ messages in thread

* [Bug libstdc++/67082] FAIL: tr1/8_c_compatibility/complex/functions.cc (test for excess errors)
  2015-07-31 15:48 [Bug libstdc++/67082] New: FAIL: tr1/8_c_compatibility/complex/functions.cc (test for excess errors) danglin at gcc dot gnu.org
  2015-08-01  0:39 ` [Bug libstdc++/67082] " redi at gcc dot gnu.org
  2015-08-01  0:49 ` dave.anglin at bell dot net
@ 2015-08-03 15:26 ` redi at gcc dot gnu.org
  2015-08-13 11:51 ` danglin at gcc dot gnu.org
  2015-08-13 14:35 ` redi at gcc dot gnu.org
  4 siblings, 0 replies; 6+ messages in thread
From: redi at gcc dot gnu.org @ 2015-08-03 15:26 UTC (permalink / raw)
  To: gcc-bugs

https://gcc.gnu.org/bugzilla/show_bug.cgi?id=67082

--- Comment #3 from Jonathan Wakely <redi at gcc dot gnu.org> ---
Since nothing relevant has changed in libstdc++ I think this must be a front
end regression, but you might need to bisect to narrow it down to a more
specific range of commits.


^ permalink raw reply	[flat|nested] 6+ messages in thread

* [Bug libstdc++/67082] FAIL: tr1/8_c_compatibility/complex/functions.cc (test for excess errors)
  2015-07-31 15:48 [Bug libstdc++/67082] New: FAIL: tr1/8_c_compatibility/complex/functions.cc (test for excess errors) danglin at gcc dot gnu.org
                   ` (2 preceding siblings ...)
  2015-08-03 15:26 ` redi at gcc dot gnu.org
@ 2015-08-13 11:51 ` danglin at gcc dot gnu.org
  2015-08-13 14:35 ` redi at gcc dot gnu.org
  4 siblings, 0 replies; 6+ messages in thread
From: danglin at gcc dot gnu.org @ 2015-08-13 11:51 UTC (permalink / raw)
  To: gcc-bugs

https://gcc.gnu.org/bugzilla/show_bug.cgi?id=67082

John David Anglin <danglin at gcc dot gnu.org> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |jason at gcc dot gnu.org

--- Comment #4 from John David Anglin <danglin at gcc dot gnu.org> ---
This was introduced in r225272:
https://gcc.gnu.org/ml/gcc-cvs/2015-07/msg00056.html


^ permalink raw reply	[flat|nested] 6+ messages in thread

* [Bug libstdc++/67082] FAIL: tr1/8_c_compatibility/complex/functions.cc (test for excess errors)
  2015-07-31 15:48 [Bug libstdc++/67082] New: FAIL: tr1/8_c_compatibility/complex/functions.cc (test for excess errors) danglin at gcc dot gnu.org
                   ` (3 preceding siblings ...)
  2015-08-13 11:51 ` danglin at gcc dot gnu.org
@ 2015-08-13 14:35 ` redi at gcc dot gnu.org
  4 siblings, 0 replies; 6+ messages in thread
From: redi at gcc dot gnu.org @ 2015-08-13 14:35 UTC (permalink / raw)
  To: gcc-bugs

https://gcc.gnu.org/bugzilla/show_bug.cgi?id=67082

Jonathan Wakely <redi at gcc dot gnu.org> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|UNCONFIRMED                 |NEW
   Last reconfirmed|                            |2015-08-13
     Ever confirmed|0                           |1

--- Comment #5 from Jonathan Wakely <redi at gcc dot gnu.org> ---
Ah OK then it probably does need to be fixed in libstdc++. Thanks for finding
the relevant commit!


^ permalink raw reply	[flat|nested] 6+ messages in thread

end of thread, other threads:[~2015-08-13 14:35 UTC | newest]

Thread overview: 6+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2015-07-31 15:48 [Bug libstdc++/67082] New: FAIL: tr1/8_c_compatibility/complex/functions.cc (test for excess errors) danglin at gcc dot gnu.org
2015-08-01  0:39 ` [Bug libstdc++/67082] " redi at gcc dot gnu.org
2015-08-01  0:49 ` dave.anglin at bell dot net
2015-08-03 15:26 ` redi at gcc dot gnu.org
2015-08-13 11:51 ` danglin at gcc dot gnu.org
2015-08-13 14:35 ` redi at gcc dot gnu.org

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).