public inbox for gcc-bugs@sourceware.org
help / color / mirror / Atom feed
* [Bug libstdc++/63524] New: FAIL: 27_io/basic_ostream/inserters_arithmetic/char/hexfloat.cc (test for excess errors)
@ 2014-10-13 14:35 danglin at gcc dot gnu.org
  2014-11-24 16:12 ` [Bug libstdc++/63524] " redi at gcc dot gnu.org
  2014-11-25  2:29 ` danglin at gcc dot gnu.org
  0 siblings, 2 replies; 3+ messages in thread
From: danglin at gcc dot gnu.org @ 2014-10-13 14:35 UTC (permalink / raw)
  To: gcc-bugs

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:


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

* [Bug libstdc++/63524] FAIL: 27_io/basic_ostream/inserters_arithmetic/char/hexfloat.cc (test for excess errors)
  2014-10-13 14:35 [Bug libstdc++/63524] New: FAIL: 27_io/basic_ostream/inserters_arithmetic/char/hexfloat.cc (test for excess errors) danglin at gcc dot gnu.org
@ 2014-11-24 16:12 ` redi at gcc dot gnu.org
  2014-11-25  2:29 ` danglin at gcc dot gnu.org
  1 sibling, 0 replies; 3+ messages in thread
From: redi at gcc dot gnu.org @ 2014-11-24 16:12 UTC (permalink / raw)
  To: gcc-bugs

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

--- Comment #1 from Jonathan Wakely <redi at gcc dot gnu.org> ---
I think this should be fixed at r216398


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

* [Bug libstdc++/63524] FAIL: 27_io/basic_ostream/inserters_arithmetic/char/hexfloat.cc (test for excess errors)
  2014-10-13 14:35 [Bug libstdc++/63524] New: FAIL: 27_io/basic_ostream/inserters_arithmetic/char/hexfloat.cc (test for excess errors) danglin at gcc dot gnu.org
  2014-11-24 16:12 ` [Bug libstdc++/63524] " redi at gcc dot gnu.org
@ 2014-11-25  2:29 ` danglin at gcc dot gnu.org
  1 sibling, 0 replies; 3+ messages in thread
From: danglin at gcc dot gnu.org @ 2014-11-25  2:29 UTC (permalink / raw)
  To: gcc-bugs

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

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

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|UNCONFIRMED                 |RESOLVED
         Resolution|---                         |FIXED

--- Comment #2 from John David Anglin <danglin at gcc dot gnu.org> ---
Fixed.


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

end of thread, other threads:[~2014-11-25  2:29 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2014-10-13 14:35 [Bug libstdc++/63524] New: FAIL: 27_io/basic_ostream/inserters_arithmetic/char/hexfloat.cc (test for excess errors) danglin at gcc dot gnu.org
2014-11-24 16:12 ` [Bug libstdc++/63524] " redi at gcc dot gnu.org
2014-11-25  2:29 ` danglin 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).