This is the mail archive of the gcc-bugs@gcc.gnu.org mailing list for the GCC project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

[Bug libstdc++/54865] New: [parallel mode] tests timeout on power64


http://gcc.gnu.org/bugzilla/show_bug.cgi?id=54865

             Bug #: 54865
           Summary: [parallel mode] tests timeout on power64
    Classification: Unclassified
           Product: gcc
           Version: 4.8.0
            Status: UNCONFIRMED
          Severity: normal
          Priority: P3
         Component: libstdc++
        AssignedTo: unassigned@gcc.gnu.org
        ReportedBy: redi@gcc.gnu.org
              Host: powerpc64-unknown-linux-gnu
            Target: powerpc64-unknown-linux-gnu
             Build: powerpc64-unknown-linux-gnu


FAIL: 25_algorithms/copy/deque_iterators/1.cc execution test
FAIL: 25_algorithms/copy_backward/deque_iterators/1.cc execution test
FAIL: 25_algorithms/move/deque_iterators/1.cc execution test
FAIL: 25_algorithms/move_backward/deque_iterators/1.cc execution test

On gcc110, a 64 processor ppc64 box, the first one completes in 0.23s when
built single-threaded with -O2, but when built with parallel mode and -O2 it
still doesn't complete after 93m40s cpu time.  Maybe there's something buggy
about libgomp on ppc64, or maybe the libstdc++ parallel mode just doesn't scale
to lots of processors.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]