http://gcc.gnu.org/bugzilla/show_bug.cgi?id=52201
Bug #: 52201 Summary: FAIL: 29_atomics/atomic/operators/51811.cc (test for excess errors) Classification: Unclassified Product: gcc Version: 4.7.0 Status: UNCONFIRMED Severity: normal Priority: P3 Component: middle-end AssignedTo: unassig...@gcc.gnu.org ReportedBy: dang...@gcc.gnu.org Host: hppa*-*-hpux11.11 Target: hppa*-*-hpux11.11 Build: hppa*-*-hpux11.11 Executing on host: /test/gnu/gcc/objdir/./gcc/g++ -shared-libgcc -B/test/gnu/gcc /objdir/./gcc -nostdinc++ -L/test/gnu/gcc/objdir/hppa64-hp-hpux11.11/libstdc++-v 3/src -L/test/gnu/gcc/objdir/hppa64-hp-hpux11.11/libstdc++-v3/src/.libs -B/opt/g nu64/gcc/gcc-4.7/hppa64-hp-hpux11.11/bin/ -B/opt/gnu64/gcc/gcc-4.7/hppa64-hp-hpu x11.11/lib/ -isystem /opt/gnu64/gcc/gcc-4.7/hppa64-hp-hpux11.11/include -isystem /opt/gnu64/gcc/gcc-4.7/hppa64-hp-hpux11.11/sys-include -B/test/gnu/gcc/objdir/h ppa64-hp-hpux11.11/./libstdc++-v3/src/.libs -g -O2 -D_GLIBCXX_ASSERT -fmessage-l ength=0 -ffunction-sections -fdata-sections -g -O2 -g -O2 -DLOCALEDIR="." -nostd inc++ -I/test/gnu/gcc/objdir/hppa64-hp-hpux11.11/libstdc++-v3/include/hppa64-hp- hpux11.11 -I/test/gnu/gcc/objdir/hppa64-hp-hpux11.11/libstdc++-v3/include -I/tes t/gnu/gcc/gcc/libstdc++-v3/libsupc++ -I/test/gnu/gcc/gcc/libstdc++-v3/include/ba ckward -I/test/gnu/gcc/gcc/libstdc++-v3/testsuite/util /test/gnu/gcc/gcc/libstdc ++-v3/testsuite/29_atomics/atomic/operators/51811.cc -std=gnu++0x ./libtestc++ .a -lm -o ./51811.exe (timeout = 600) spawn /test/gnu/gcc/objdir/./gcc/g++ -shared-libgcc -B/test/gnu/gcc/objdir/./gcc -nostdinc++ -L/test/gnu/gcc/objdir/hppa64-hp-hpux11.11/libstdc++-v3/src -L/test /gnu/gcc/objdir/hppa64-hp-hpux11.11/libstdc++-v3/src/.libs -B/opt/gnu64/gcc/gcc- 4.7/hppa64-hp-hpux11.11/bin/ -B/opt/gnu64/gcc/gcc-4.7/hppa64-hp-hpux11.11/lib/ - isystem /opt/gnu64/gcc/gcc-4.7/hppa64-hp-hpux11.11/include -isystem /opt/gnu64/g cc/gcc-4.7/hppa64-hp-hpux11.11/sys-include -B/test/gnu/gcc/objdir/hppa64-hp-hpux 11.11/./libstdc++-v3/src/.libs -g -O2 -D_GLIBCXX_ASSERT -fmessage-length=0 -ffun ction-sections -fdata-sections -g -O2 -g -O2 -DLOCALEDIR="." -nostdinc++ -I/test /gnu/gcc/objdir/hppa64-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/29_atomics/atomic/operators/51811.cc -std=gnu++0x ./libtestc++.a -lm -o ./51811.exe ld: Unsatisfied symbol "__atomic_fetch_add_8" in file /var/tmp//ccfj44l2.o ld: Unsatisfied symbol "__atomic_fetch_sub_8" in file /var/tmp//ccfj44l2.o 2 errors. collect2: error: ld returned 1 exit status compiler exited with status 1 output is: ld: Unsatisfied symbol "__atomic_fetch_add_8" in file /var/tmp//ccfj44l2.o ld: Unsatisfied symbol "__atomic_fetch_sub_8" in file /var/tmp//ccfj44l2.o 2 errors. collect2: error: ld returned 1 exit status FAIL: 29_atomics/atomic/operators/51811.cc (test for excess errors) Similar fail: FAIL: 29_atomics/atomic/operators/pointer_partial_void.cc (test for excess errors) Tests fail on both 32 and 64-bit targets.