public inbox for gcc-bugs@sourceware.org
help / color / mirror / Atom feed
* [Bug other/94825] New: libphobos test case failures on powerpc64
@ 2020-04-28 16:42 seurer at linux dot vnet.ibm.com
  2020-04-28 17:19 ` [Bug other/94825] " seurer at linux dot vnet.ibm.com
                   ` (2 more replies)
  0 siblings, 3 replies; 4+ messages in thread
From: seurer at linux dot vnet.ibm.com @ 2020-04-28 16:42 UTC (permalink / raw)
  To: gcc-bugs

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

            Bug ID: 94825
           Summary: libphobos test case failures on powerpc64
           Product: gcc
           Version: 10.0
            Status: UNCONFIRMED
          Severity: normal
          Priority: P3
         Component: other
          Assignee: unassigned at gcc dot gnu.org
          Reporter: seurer at linux dot vnet.ibm.com
  Target Milestone: ---

A bunch of the newly activated libphobos test cases fail on powerpc64.  I saw
this on both BE and LE.

FAIL: libphobos.allocations/tls_gc_integration.d execution test
FAIL: libphobos.druntime/core/demangle.d execution test
FAIL: libphobos.druntime/core/internal/convert.d (test for excess errors)
FAIL: libphobos.druntime/core/memory.d execution test
FAIL: libphobos.druntime/core/thread.d execution test
FAIL: libphobos.druntime/gc/impl/conservative/gc.d execution test
FAIL: libphobos.druntime/object.d execution test
FAIL: libphobos.druntime/rt/lifetime.d execution test
FAIL: libphobos.druntime/rt/util/container/treap.d execution test
FAIL: libphobos.druntime_shared/core/demangle.d execution test
FAIL: libphobos.druntime_shared/core/internal/convert.d (test for excess
errors)
FAIL: libphobos.druntime_shared/core/memory.d execution test
FAIL: libphobos.druntime_shared/core/thread.d execution test
FAIL: libphobos.druntime_shared/gc/impl/conservative/gc.d execution test
FAIL: libphobos.druntime_shared/object.d execution test
FAIL: libphobos.druntime_shared/rt/lifetime.d execution test
FAIL: libphobos.druntime_shared/rt/util/container/treap.d execution test
FAIL: libphobos.shared/finalize.d -shared-libphobos -ldl execution test
FAIL: libphobos.shared/host.c -ldl -pthread execution test
FAIL: libphobos.shared/link.d
-I/home/seurer/gcc/git/gcc-test/libphobos/testsuite/libphobos.shared lib.so
-shared-libphobos execution test
FAIL: libphobos.shared/linkD.c lib.so -ldl -pthread execution test
FAIL: libphobos.shared/linkDR.c -shared-libphobos -ldl -pthread execution test
FAIL: libphobos.shared/link_linkdep.d
-I/home/seurer/gcc/git/gcc-test/libphobosestsuite/libphobos.shared
liblinkdep.so lib.so -shared-libphobos execution test
FAIL: libphobos.shared/load.d -shared-libphobos -ldl execution test
FAIL: libphobos.shared/loadDR.c -ldl -pthread -g execution test
FAIL: libphobos.shared/load_linkdep.d -shared-libphobos -ldl execution test
FAIL: libphobos.shared/load_loaddep.d -shared-libphobos -ldl execution test
FAIL: libphobos.thread/fiber_guard_page.d execution test
FAIL: libphobos.thread/tlsgc_sections.d execution test

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

* [Bug other/94825] libphobos test case failures on powerpc64
  2020-04-28 16:42 [Bug other/94825] New: libphobos test case failures on powerpc64 seurer at linux dot vnet.ibm.com
@ 2020-04-28 17:19 ` seurer at linux dot vnet.ibm.com
  2020-04-28 19:45 ` [Bug d/94825] " cvs-commit at gcc dot gnu.org
  2020-04-30 10:16 ` cvs-commit at gcc dot gnu.org
  2 siblings, 0 replies; 4+ messages in thread
From: seurer at linux dot vnet.ibm.com @ 2020-04-28 17:19 UTC (permalink / raw)
  To: gcc-bugs

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

Bill Seurer <seurer at linux dot vnet.ibm.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |ibuclaw at gcc dot gnu.org

--- Comment #1 from Bill Seurer <seurer at linux dot vnet.ibm.com> ---
g:1b0cbe05822f349ef8bc32fc1138d2874b2f469c, r10-7970

commit 1b0cbe05822f349ef8bc32fc1138d2874b2f469c
Author: Iain Buclaw <ibuclaw@gdcproject.org>
Date:   Sun Apr 26 11:32:57 2020 +0200

    libphobos: Add power*-*-linux* as a supported target

    libphobos/ChangeLog:

        * configure: Regenerate.
        * configure.tgt: Add power*-*-linux* as a supported target, only
        building libdruntime.
        * m4/druntime/cpu.m4 (DRUNTIME_CPU_SOURCES): Add cases for powerpcle
        and powerpc64le target cpus.

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

* [Bug d/94825] libphobos test case failures on powerpc64
  2020-04-28 16:42 [Bug other/94825] New: libphobos test case failures on powerpc64 seurer at linux dot vnet.ibm.com
  2020-04-28 17:19 ` [Bug other/94825] " seurer at linux dot vnet.ibm.com
@ 2020-04-28 19:45 ` cvs-commit at gcc dot gnu.org
  2020-04-30 10:16 ` cvs-commit at gcc dot gnu.org
  2 siblings, 0 replies; 4+ messages in thread
From: cvs-commit at gcc dot gnu.org @ 2020-04-28 19:45 UTC (permalink / raw)
  To: gcc-bugs

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

--- Comment #2 from CVS Commits <cvs-commit at gcc dot gnu.org> ---
The master branch has been updated by Iain Buclaw <ibuclaw@gcc.gnu.org>:

https://gcc.gnu.org/g:8b53086ab6a6d0e89d407398c3a126535989f0c1

commit r10-8017-g8b53086ab6a6d0e89d407398c3a126535989f0c1
Author: Iain Buclaw <ibuclaw@gdcproject.org>
Date:   Tue Apr 28 21:42:41 2020 +0200

    libphobos: Fix multilib powerpc64 builds

    Multilibs should not have been split up as two logically different CPU,
    so at configure time, powerpc64 was being detected, but none of the
    32-bit support files were being compiled in.

    libphobos/ChangeLog:

            PR d/94825
            * configure: Regenerate.
            * libdruntime/Makefile.am (DRUNTIME_SOURCES_CONFIGURED): Add both
            switchcontext.S and callwithstack.S if DRUNTIME_CPU_POWERPC.
            * libdruntime/Makefile.in: Regenerate.
            * libdruntime/config/powerpc/switchcontext.S: Add !__PPC64__
guards.
            * libdruntime/config/powerpc64/callwithstack.S: Add __PPC64__
guards.
            * m4/druntime/cpu.m4 (DRUNTIME_CPU_SOURCES): Define
DRUNTIME_CPU_POWER
            for all powerpc biarchs.  Remove DRUNTIME_CPU_POWER64 conditional.

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

* [Bug d/94825] libphobos test case failures on powerpc64
  2020-04-28 16:42 [Bug other/94825] New: libphobos test case failures on powerpc64 seurer at linux dot vnet.ibm.com
  2020-04-28 17:19 ` [Bug other/94825] " seurer at linux dot vnet.ibm.com
  2020-04-28 19:45 ` [Bug d/94825] " cvs-commit at gcc dot gnu.org
@ 2020-04-30 10:16 ` cvs-commit at gcc dot gnu.org
  2 siblings, 0 replies; 4+ messages in thread
From: cvs-commit at gcc dot gnu.org @ 2020-04-30 10:16 UTC (permalink / raw)
  To: gcc-bugs

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

--- Comment #3 from CVS Commits <cvs-commit at gcc dot gnu.org> ---
The master branch has been updated by Iain Buclaw <ibuclaw@gcc.gnu.org>:

https://gcc.gnu.org/g:05b6520ed29a9e2b5480ecab4e71d999c7d04f29

commit r10-8066-g05b6520ed29a9e2b5480ecab4e71d999c7d04f29
Author: Iain Buclaw <ibuclaw@gdcproject.org>
Date:   Thu Apr 30 11:03:33 2020 +0200

    d: Merge upstream dmd 934df6f8c, druntime 7bdd83d7

    Corrects a previous change made to the SPARC stdc bindings, and
    backports PPC-related fixes.  The library and language testsuite now
    passes fully on powerpc64le-linux-gnu.

    Fixes: PR d/90719
    Fixes: PR d/94825

    Reviewed-on: https://github.com/dlang/dmd/pull/11079
                 https://github.com/dlang/druntime/pull/3078
                 https://github.com/dlang/druntime/pull/3083

    libphobos/ChangeLog:

            PR d/94825
            * libdruntime/Makefile.am (DRUNTIME_SOURCES_CONFIGURED): Remove
            config/powerpc/switchcontext.S
            * libdruntime/Makefile.in: Regenerate.
            * libdruntime/config/powerpc/callwithstack.S: Remove.
            * libdruntime/config/powerpc/switchcontext.S: Fix symbol name of
            fiber_switchContext.
            * libdruntime/core/thread.d: Disable fiber migration tests on PPC.
            * testsuite/libphobos.thread/fiber_guard_page.d: Set guardPageSize
            same as stackSize.

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

end of thread, other threads:[~2020-04-30 10:16 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2020-04-28 16:42 [Bug other/94825] New: libphobos test case failures on powerpc64 seurer at linux dot vnet.ibm.com
2020-04-28 17:19 ` [Bug other/94825] " seurer at linux dot vnet.ibm.com
2020-04-28 19:45 ` [Bug d/94825] " cvs-commit at gcc dot gnu.org
2020-04-30 10:16 ` cvs-commit 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).