[Bug libstdc++/63524] New: FAIL: 27_io/basic_ostream/inserters_arithmetic/char/hexfloat.cc (test for excess errors)
danglin at gcc dot gnu.org
gcc-bugzilla@gcc.gnu.org
Mon Oct 13 14:35:00 GMT 2014
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=63524
Bug ID: 63524
Summary: FAIL:
27_io/basic_ostream/inserters_arithmetic/char/hexfloat
.cc (test for excess errors)
Product: gcc
Version: 5.0
Status: UNCONFIRMED
Severity: normal
Priority: P3
Component: libstdc++
Assignee: unassigned at gcc dot gnu.org
Reporter: danglin at gcc dot gnu.org
Host: hppa2.0w-hp-hpux11.11
Target: hppa2.0w-hp-hpux11.11
Build: hppa2.0w-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/hppa2.0w-hp-hpux11.11/libstdc++-v3/src
-L/t
est/gnu/gcc/objdir/hppa2.0w-hp-hpux11.11/libstdc++-v3/src/.libs
-L/test/gnu/gcc/objdir/hppa2.0w-hp-hpux11.11/libstdc++-v3/libsupc++/.libs
-B/opt/gnu/gcc/gcc-5.0
/hppa2.0w-hp-hpux11.11/bin/ -B/opt/gnu/gcc/gcc-5.0/hppa2.0w-hp-hpux11.11/lib/
-isystem /opt/gnu/gcc/gcc-5.0/hppa2.0w-hp-hpux11.11/include -isystem
/opt/gnu/gcc/
gcc-5.0/hppa2.0w-hp-hpux11.11/sys-include
-B/test/gnu/gcc/objdir/hppa2.0w-hp-hpux11.11/./libstdc++-v3/src/.libs
-D_GLIBCXX_ASSERT -fmessage-length=0 -g -O2 -DLO
CALEDIR="." -nostdinc++
-I/test/gnu/gcc/objdir/hppa2.0w-hp-hpux11.11/libstdc++-v3/include/hppa2.0w-hp-hpux11.11
-I/test/gnu/gcc/objdir/hppa2.0w-hp-hpux11.11/lib
stdc++-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/27_io/basic_ostream/inserters_arithmetic/char/hexfloat.cc
-std=gnu++11 ./libtestc++.a -lm -o ./hexfloat.exe
In file included from
/test/gnu/gcc/objdir/hppa2.0w-hp-hpux11.11/libstdc++-v3/include/cassert:43:0,
from
/test/gnu/gcc/gcc/libstdc++-v3/testsuite/util/testsuite_hooks.h:58,
from
/test/gnu/gcc/gcc/libstdc++-v3/testsuite/27_io/basic_ostre
am/inserters_arithmetic/char/hexfloat.cc:26:/test/gnu/gcc/gcc/libstdc++-v3/testsuite/27_io/basic_ostream/inserters_arithmeti
c/char/hexfloat.cc: In function 'void test01()':
/test/gnu/gcc/gcc/libstdc++-v3/testsuite/27_io/basic_ostream/inserters_arithmetic/char/hexfloat.cc:51:17:
error: 'stod' is not a member of 'std'
VERIFY( os && std::stod(os.str()) == d );
^
/test/gnu/gcc/gcc/libstdc++-v3/testsuite/27_io/basic_ostream/inserters_arithmetic/char/hexfloat.cc:51:3:
note: in expansion of macro 'VERIFY'
VERIFY( os && std::stod(os.str()) == d );
^
/test/gnu/gcc/gcc/libstdc++-v3/testsuite/27_io/basic_ostream/inserters_arithmetic/char/hexfloat.cc:60:17:
error: 'stod' is not a member of 'std'
VERIFY( os && std::stod(os.str()) == d );
^
/test/gnu/gcc/gcc/libstdc++-v3/testsuite/27_io/basic_ostream/inserters_arithmetic/char/hexfloat.cc:60:3:
note: in expansion of macro 'VERIFY'
VERIFY( os && std::stod(os.str()) == d );
^
/test/gnu/gcc/gcc/libstdc++-v3/testsuite/27_io/basic_ostream/inserters_arithmetic/char/hexfloat.cc:80:17:
error: 'stod' is not a member of 'std'
VERIFY( os && std::stod(os.str()) == d );
^
/test/gnu/gcc/gcc/libstdc++-v3/testsuite/27_io/basic_ostream/inserters_arithmetic/char/hexfloat.cc:80:3:
note: in expansion of macro 'VERIFY'
VERIFY( os && std::stod(os.str()) == d );
^
/test/gnu/gcc/gcc/libstdc++-v3/testsuite/27_io/basic_ostream/inserters_arithmetic/char/hexfloat.cc:86:17:
error: 'stod' is not a member of 'std'
VERIFY( os && std::stod(os.str()) == d );
^
/test/gnu/gcc/gcc/libstdc++-v3/testsuite/27_io/basic_ostream/inserters_arithmetic/char/hexfloat.cc:86:3:
note: in expansion of macro 'VERIFY'
VERIFY( os && std::stod(os.str()) == d );
^
/test/gnu/gcc/gcc/libstdc++-v3/testsuite/27_io/basic_ostream/inserters_arithmetic/char/hexfloat.cc:
In function 'void test02()':
/test/gnu/gcc/gcc/libstdc++-v3/testsuite/27_io/basic_ostream/inserters_arithmetic/char/hexfloat.cc:107:17:
error: 'stold' is not a member of 'std'
VERIFY( os && std::stold(os.str()) == d );
^
/test/gnu/gcc/gcc/libstdc++-v3/testsuite/27_io/basic_ostream/inserters_arithmetic/char/hexfloat.cc:107:3:
note: in expansion of macro 'VERIFY'
VERIFY( os && std::stold(os.str()) == d );
^
/test/gnu/gcc/gcc/libstdc++-v3/testsuite/27_io/basic_ostream/inserters_arithmetic/char/hexfloat.cc:113:17:
error: 'stold' is not a member of 'std'
VERIFY( os && std::stold(os.str()) == d );
^
/test/gnu/gcc/gcc/libstdc++-v3/testsuite/27_io/basic_ostream/inserters_arithmetic/char/hexfloat.cc:113:3:
note: in expansion of macro 'VERIFY'
VERIFY( os && std::stold(os.str()) == d );
^
/test/gnu/gcc/gcc/libstdc++-v3/testsuite/27_io/basic_ostream/inserters_arithmetic/char/hexfloat.cc:130:17:
error: 'stold' is not a member of 'std'
VERIFY( os && std::stold(os.str()) == d );
^
/test/gnu/gcc/gcc/libstdc++-v3/testsuite/27_io/basic_ostream/inserters_arithmetic/char/hexfloat.cc:130:3:
note: in expansion of macro 'VERIFY'
VERIFY( os && std::stold(os.str()) == d );
^
/test/gnu/gcc/gcc/libstdc++-v3/testsuite/27_io/basic_ostream/inserters_arithmetic/char/hexfloat.cc:136:17:
error: 'stold' is not a member of 'std'
VERIFY( os && std::stold(os.str()) == d );
^
compiler exited with status 1
output is:
In file included from
/test/gnu/gcc/objdir/hppa2.0w-hp-hpux11.11/libstdc++-v3/include/cassert:43:0,
from
/test/gnu/gcc/gcc/libstdc++-v3/testsuite/util/testsuite_hooks.h:58,
from
/test/gnu/gcc/gcc/libstdc++-v3/testsuite/27_io/basic_ostream/inserters_arithmetic/char/hexfloat.cc:26:
/test/gnu/gcc/gcc/libstdc++-v3/testsuite/27_io/basic_ostream/inserters_arithmetic/char/hexfloat.cc:
In function 'void test01()':
/test/gnu/gcc/gcc/libstdc++-v3/testsuite/27_io/basic_ostream/inserters_arithmetic/char/hexfloat.cc:51:17:
error: 'stod' is not a member of 'std'
VERIFY( os && std::stod(os.str()) == d );
^
/test/gnu/gcc/gcc/libstdc++-v3/testsuite/27_io/basic_ostream/inserters_arithmetic/char/hexfloat.cc:51:3:
note: in expansion of macro 'VERIFY'
VERIFY( os && std::stod(os.str()) == d );
^
/test/gnu/gcc/gcc/libstdc++-v3/testsuite/27_io/basic_ostream/inserters_arithmetic/char/hexfloat.cc:60:17:
error: 'stod' is not a member of 'std'
VERIFY( os && std::stod(os.str()) == d );
^
/test/gnu/gcc/gcc/libstdc++-v3/testsuite/27_io/basic_ostream/inserters_arithmetic/char/hexfloat.cc:60:3:
note: in expansion of macro 'VERIFY'
VERIFY( os && std::stod(os.str()) == d );
^
/test/gnu/gcc/gcc/libstdc++-v3/testsuite/27_io/basic_ostream/inserters_arithmetic/char/hexfloat.cc:80:17:
error: 'stod' is not a member of 'std'
VERIFY( os && std::stod(os.str()) == d );
^
/test/gnu/gcc/gcc/libstdc++-v3/testsuite/27_io/basic_ostream/inserters_arithmetic/char/hexfloat.cc:80:3:
note: in expansion of macro 'VERIFY'
VERIFY( os && std::stod(os.str()) == d );
^
/test/gnu/gcc/gcc/libstdc++-v3/testsuite/27_io/basic_ostream/inserters_arithmetic/char/hexfloat.cc:86:17:
error: 'stod' is not a member of 'std'
VERIFY( os && std::stod(os.str()) == d );
^
/test/gnu/gcc/gcc/libstdc++-v3/testsuite/27_io/basic_ostream/inserters_arithmetic/char/hexfloat.cc:86:3:
note: in expansion of macro 'VERIFY'
VERIFY( os && std::stod(os.str()) == d );
^
/test/gnu/gcc/gcc/libstdc++-v3/testsuite/27_io/basic_ostream/inserters_arithmetic/char/hexfloat.cc:
In function 'void test02()':
/test/gnu/gcc/gcc/libstdc++-v3/testsuite/27_io/basic_ostream/inserters_arithmetic/char/hexfloat.cc:107:17:
error: 'stold' is not a member of 'std'
VERIFY( os && std::stold(os.str()) == d );
^
/test/gnu/gcc/gcc/libstdc++-v3/testsuite/27_io/basic_ostream/inserters_arithmetic/char/hexfloat.cc:107:3:
note: in expansion of macro 'VERIFY'
VERIFY( os && std::stold(os.str()) == d );
^
/test/gnu/gcc/gcc/libstdc++-v3/testsuite/27_io/basic_ostream/inserters_arithmetic/char/hexfloat.cc:113:17:
error: 'stold' is not a member of 'std'
VERIFY( os && std::stold(os.str()) == d );
^
/test/gnu/gcc/gcc/libstdc++-v3/testsuite/27_io/basic_ostream/inserters_arithmetic/char/hexfloat.cc:113:3:
note: in expansion of macro 'VERIFY'
VERIFY( os && std::stold(os.str()) == d );
^
/test/gnu/gcc/gcc/libstdc++-v3/testsuite/27_io/basic_ostream/inserters_arithmetic/char/hexfloat.cc:130:17:
error: 'stold' is not a member of 'std'
VERIFY( os && std::stold(os.str()) == d );
^
/test/gnu/gcc/gcc/libstdc++-v3/testsuite/27_io/basic_ostream/inserters_arithmetic/char/hexfloat.cc:130:3:
note: in expansion of macro 'VERIFY'
VERIFY( os && std::stold(os.str()) == d );
^
/test/gnu/gcc/gcc/libstdc++-v3/testsuite/27_io/basic_ostream/inserters_arithmetic/char/hexfloat.cc:136:17:
error: 'stold' is not a member of 'std'
VERIFY( os && std::stold(os.str()) == d );
^
/test/gnu/gcc/gcc/libstdc++-v3/testsuite/27_io/basic_ostream/inserters_arithmetic/char/hexfloat.cc:136:3:
note: in expansion of macro 'VERIFY'
VERIFY( os && std::stold(os.str()) == d );
^
FAIL: 27_io/basic_ostream/inserters_arithmetic/char/hexfloat.cc (test for
excess errors)
Excess errors:
/test/gnu/gcc/gcc/libstdc++-v3/testsuite/27_io/basic_ostream/inserters_arithmetic/char/hexfloat.cc:51:17:
error: 'stod' is not a member of 'std'
/test/gnu/gcc/gcc/libstdc++-v3/testsuite/27_io/basic_ostream/inserters_arithmetic/char/hexfloat.cc:60:17:
error: 'stod' is not a member of 'std'
/test/gnu/gcc/gcc/libstdc++-v3/testsuite/27_io/basic_ostream/inserters_arithmetic/char/hexfloat.cc:80:17:
error: 'stod' is not a member of 'std'
/test/gnu/gcc/gcc/libstdc++-v3/testsuite/27_io/basic_ostream/inserters_arithmetic/char/hexfloat.cc:86:17:
error: 'stod' is not a member of 'std'
/test/gnu/gcc/gcc/libstdc++-v3/testsuite/27_io/basic_ostream/inserters_arithmetic/char/hexfloat.cc:107:17:
error: 'stold' is not a member of 'std'
/test/gnu/gcc/gcc/libstdc++-v3/testsuite/27_io/basic_ostream/inserters_arithmetic/char/hexfloat.cc:113:17:
error: 'stold' is not a member of 'std'
/test/gnu/gcc/gcc/libstdc++-v3/testsuite/27_io/basic_ostream/inserters_arithmetic/char/hexfloat.cc:130:17:
error: 'stold' is not a member of 'std'
/test/gnu/gcc/gcc/libstdc++-v3/testsuite/27_io/basic_ostream/inserters_arithmetic/char/hexfloat.cc:136:17:
error: 'stold' is not a member of 'std'
UNRESOLVED: 27_io/basic_ostream/inserters_arithmetic/char/hexfloat.cc
compilation failed to produce executable
extra_tool_flags are:
More information about the Gcc-bugs
mailing list