https://gcc.gnu.org/bugzilla/show_bug.cgi?id=69371
Bug ID: 69371
Summary: UNRESOLVED:
special_functions/18_riemann_zeta/check_value.cc
compilation failed to produce executable
Product: gcc
Version: 6.0
Status: UNCONFIRMED
Severity: normal
Priority: P3
Component: testsuite
Assignee: unassigned at gcc dot gnu.org
Reporter: thopre01 at gcc dot gnu.org
CC: 3dw4rd at verizon dot net, CaptainSifff at gmx dot de,
redi at gcc dot gnu.org
Target Milestone: ---
Target: arm-none-eabi
Hi,
special_functions/18_riemann_zeta/check_value.cc fails to build on
arm-none-eabi targets with the following error:
libstdc++-v3/testsuite/special_functions/18_riemann_zeta/check_value.cc: In
function 'void test(const testcase_riemann_zeta<Tp> (&)[Num], Tp)':
libstdc++-v3/testsuite/special_functions/18_riemann_zeta/check_value.cc:285:15:
error: 'riemann_zeta' is not a member of 'std'
Since special_functions/18_riemann_zeta/check_nan.cc builds successfully, I
suppose that's due to missing one or all of the following directives:
// { dg-require-c-std "" }
// { dg-add-options ieee }
which are present for check_nan.cc but not for check_value.cc