public inbox for gcc-bugs@sourceware.org
help / color / mirror / Atom feed
* [Bug libstdc++/64483] New: FAIL: 18_support/exception_ptr/64241.cc (test for excess errors)
@ 2015-01-03 19:47 danglin at gcc dot gnu.org
  2015-01-04 13:17 ` [Bug libstdc++/64483] " redi at gcc dot gnu.org
                   ` (3 more replies)
  0 siblings, 4 replies; 5+ messages in thread
From: danglin at gcc dot gnu.org @ 2015-01-03 19:47 UTC (permalink / raw)
  To: gcc-bugs

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

            Bug ID: 64483
           Summary: FAIL: 18_support/exception_ptr/64241.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: 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/tes
t/gnu/gcc/objdir/hppa64-hp-hpux11.11/libstdc++-v3/src/.libs
-L/test/gnu/gcc/objd
ir/hppa64-hp-hpux11.11/libstdc++-v3/libsupc++/.libs
-B/opt/gnu64/gcc/gcc-5.0/hpp
a64-hp-hpux11.11/bin/ -B/opt/gnu64/gcc/gcc-5.0/hppa64-hp-hpux11.11/lib/
-isystem /opt/gnu64/gcc/gcc-5.0/hppa64-hp-hpux11.11/include -isystem
/opt/gnu64/gcc/gcc-
5.0/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/hppa6
4-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/18_support/exception_ptr/64241.cc
-std=gnu++11 -fno-exceptions -O0 ./libtestc++.a -lm -o
./64241.exe/test/gnu/gcc/gcc/libstdc++-v3/testsuite/18_support/exception_ptr/64241.cc:
In function 'void
test01()':/test/gnu/gcc/gcc/libstdc++-v3/testsuite/18_support/exception_ptr/64241.cc:31:3:
error: 'exception_ptr' is not a member of 'std'
   std::exception_ptr p = std::make_exception_ptr(1);
   ^
In file included from
/test/gnu/gcc/objdir/hppa64-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/18_support/exception_ptr/64241.cc:21:
/test/gnu/gcc/gcc/libstdc++-v3/testsuite/18_support/exception_ptr/64241.cc:32:11:
error: 'p' was not declared in this scope
   VERIFY( p == nullptr );
           ^
/test/gnu/gcc/gcc/libstdc++-v3/testsuite/18_support/exception_ptr/64241.cc:32:3:
note: in expansion of macro 'VERIFY'
   VERIFY( p == nullptr );
   ^
compiler exited with status 1
...
FAIL: 18_support/exception_ptr/64241.cc (test for excess errors)
Excess errors:
/test/gnu/gcc/gcc/libstdc++-v3/testsuite/18_support/exception_ptr/64241.cc:31:3:
error: 'exception_ptr' is not a member of 'std'
/test/gnu/gcc/gcc/libstdc++-v3/testsuite/18_support/exception_ptr/64241.cc:32:11:
error: 'p' was not declared in this scope

UNRESOLVED: 18_support/exception_ptr/64241.cc compilation failed to produce
executable


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

* [Bug libstdc++/64483] FAIL: 18_support/exception_ptr/64241.cc (test for excess errors)
  2015-01-03 19:47 [Bug libstdc++/64483] New: FAIL: 18_support/exception_ptr/64241.cc (test for excess errors) danglin at gcc dot gnu.org
@ 2015-01-04 13:17 ` redi at gcc dot gnu.org
  2015-01-04 14:03 ` redi at gcc dot gnu.org
                   ` (2 subsequent siblings)
  3 siblings, 0 replies; 5+ messages in thread
From: redi at gcc dot gnu.org @ 2015-01-04 13:17 UTC (permalink / raw)
  To: gcc-bugs

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

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

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|UNCONFIRMED                 |ASSIGNED
   Last reconfirmed|                            |2015-01-04
           Assignee|unassigned at gcc dot gnu.org      |redi at gcc dot gnu.org
     Ever confirmed|0                           |1

--- Comment #1 from Jonathan Wakely <redi at gcc dot gnu.org> ---
The test is missing a dg-require


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

* [Bug libstdc++/64483] FAIL: 18_support/exception_ptr/64241.cc (test for excess errors)
  2015-01-03 19:47 [Bug libstdc++/64483] New: FAIL: 18_support/exception_ptr/64241.cc (test for excess errors) danglin at gcc dot gnu.org
  2015-01-04 13:17 ` [Bug libstdc++/64483] " redi at gcc dot gnu.org
@ 2015-01-04 14:03 ` redi at gcc dot gnu.org
  2015-01-04 14:04 ` redi at gcc dot gnu.org
  2015-01-04 17:51 ` dave.anglin at bell dot net
  3 siblings, 0 replies; 5+ messages in thread
From: redi at gcc dot gnu.org @ 2015-01-04 14:03 UTC (permalink / raw)
  To: gcc-bugs

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

--- Comment #2 from Jonathan Wakely <redi at gcc dot gnu.org> ---
Author: redi
Date: Sun Jan  4 14:03:11 2015
New Revision: 219174

URL: https://gcc.gnu.org/viewcvs?rev=219174&root=gcc&view=rev
Log:
    PR libstdc++/64483
    * testsuite/18_support/exception_ptr/64241.cc: Use
    dg-require-atomic-builtins.

Modified:
    trunk/libstdc++-v3/ChangeLog
    trunk/libstdc++-v3/testsuite/18_support/exception_ptr/64241.cc


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

* [Bug libstdc++/64483] FAIL: 18_support/exception_ptr/64241.cc (test for excess errors)
  2015-01-03 19:47 [Bug libstdc++/64483] New: FAIL: 18_support/exception_ptr/64241.cc (test for excess errors) danglin at gcc dot gnu.org
  2015-01-04 13:17 ` [Bug libstdc++/64483] " redi at gcc dot gnu.org
  2015-01-04 14:03 ` redi at gcc dot gnu.org
@ 2015-01-04 14:04 ` redi at gcc dot gnu.org
  2015-01-04 17:51 ` dave.anglin at bell dot net
  3 siblings, 0 replies; 5+ messages in thread
From: redi at gcc dot gnu.org @ 2015-01-04 14:04 UTC (permalink / raw)
  To: gcc-bugs

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

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

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|ASSIGNED                    |RESOLVED
         Resolution|---                         |FIXED
   Target Milestone|---                         |5.0

--- Comment #3 from Jonathan Wakely <redi at gcc dot gnu.org> ---
Should be OK now.


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

* [Bug libstdc++/64483] FAIL: 18_support/exception_ptr/64241.cc (test for excess errors)
  2015-01-03 19:47 [Bug libstdc++/64483] New: FAIL: 18_support/exception_ptr/64241.cc (test for excess errors) danglin at gcc dot gnu.org
                   ` (2 preceding siblings ...)
  2015-01-04 14:04 ` redi at gcc dot gnu.org
@ 2015-01-04 17:51 ` dave.anglin at bell dot net
  3 siblings, 0 replies; 5+ messages in thread
From: dave.anglin at bell dot net @ 2015-01-04 17:51 UTC (permalink / raw)
  To: gcc-bugs

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

--- Comment #4 from dave.anglin at bell dot net ---
Thanks Jonathon.

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


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

end of thread, other threads:[~2015-01-04 17:51 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2015-01-03 19:47 [Bug libstdc++/64483] New: FAIL: 18_support/exception_ptr/64241.cc (test for excess errors) danglin at gcc dot gnu.org
2015-01-04 13:17 ` [Bug libstdc++/64483] " redi at gcc dot gnu.org
2015-01-04 14:03 ` redi at gcc dot gnu.org
2015-01-04 14:04 ` redi at gcc dot gnu.org
2015-01-04 17:51 ` dave.anglin at bell dot net

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).