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

            Bug ID: 69335
           Summary: FAIL: ext/special_functions/hyperg/check_value.cc
                    execution test
           Product: gcc
           Version: 6.0
            Status: UNCONFIRMED
          Severity: normal
          Priority: P3
         Component: libstdc++
          Assignee: unassigned at gcc dot gnu.org
          Reporter: vries at gcc dot gnu.org
  Target Milestone: ---

With x86_64 -m32:
...
check_value.exe:
src/libstdc++-v3/testsuite/ext/special_functions/hyperg/check_value.cc:11579:
void test (const testcase_hyperg<Tp> (&)[Num], Tp) [with Tp = double; unsigned
int Num = 19u]: Assertion `max_abs_frac < toler' failed.
FAIL: ext/special_functions/hyperg/check_value.cc execution test
extra_tool_flags are:
 -D__STDCPP_WANT_MATH_SPEC_FUNCS__
...

r232480

...
$ gcc -v
Using built-in specs.
COLLECT_GCC=./install/bin/gcc
COLLECT_LTO_WRAPPER=install/bin/../libexec/gcc/x86_64-pc-linux-gnu/6.0.0/lto-wrapper
Target: x86_64-pc-linux-gnu
Configured with: src/configure --prefix=install --with-cloog=infra
--with-ppl=infra --with-gmp=infra --with-mpfr=infra --with-mpc=infra
--with-isl=infra --disable-bootstrap --enable-checking=yes,rtl
--enable-languages=c,c++,fortran,go,java,objc,obj-c++,ada
Thread model: posix
gcc version 6.0.0 20160117 (experimental) (GCC) 
...

Reply via email to