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

Reply via email to