From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: by sourceware.org (Postfix, from userid 48) id 2AC3E3858C36; Wed, 15 Feb 2023 22:30:22 +0000 (GMT) DKIM-Filter: OpenDKIM Filter v2.11.0 sourceware.org 2AC3E3858C36 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gcc.gnu.org; s=default; t=1676500222; bh=TIVS9OKAoRmc15tCuZdMS0fj4idCe+WmpiD5cE175m0=; h=From:To:Subject:Date:From; b=xEch7bx1WyZKPCITTGfzJvfLxImf9dni6FGWLnQmzW4VWWLxYPQf/WUREuKA/M/ff lf22qubFQOkcL7bp0N0u7pWOcTsoCoZ8gdUyYsR2c4loTX1SgNtqbgqQ3VT6U3KuI0 QcRBTOJ+a1Mj8+a7J1gRFp6lojNFGRxYCrtKPYMA= From: "seurer at gcc dot gnu.org" To: gcc-bugs@gcc.gnu.org Subject: [Bug target/108815] New: gcc.target/powerpc/pr83677.c fails on power 9 BE Date: Wed, 15 Feb 2023 22:30:21 +0000 X-Bugzilla-Reason: CC X-Bugzilla-Type: new X-Bugzilla-Watch-Reason: None X-Bugzilla-Product: gcc X-Bugzilla-Component: target X-Bugzilla-Version: 13.0 X-Bugzilla-Keywords: X-Bugzilla-Severity: normal X-Bugzilla-Who: seurer at gcc dot gnu.org X-Bugzilla-Status: UNCONFIRMED X-Bugzilla-Resolution: X-Bugzilla-Priority: P3 X-Bugzilla-Assigned-To: unassigned at gcc dot gnu.org X-Bugzilla-Target-Milestone: --- X-Bugzilla-Flags: X-Bugzilla-Changed-Fields: bug_id short_desc product version bug_status bug_severity priority component assigned_to reporter target_milestone Message-ID: Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: quoted-printable X-Bugzilla-URL: http://gcc.gnu.org/bugzilla/ Auto-Submitted: auto-generated MIME-Version: 1.0 List-Id: https://gcc.gnu.org/bugzilla/show_bug.cgi?id=3D108815 Bug ID: 108815 Summary: gcc.target/powerpc/pr83677.c fails on power 9 BE Product: gcc Version: 13.0 Status: UNCONFIRMED Severity: normal Priority: P3 Component: target Assignee: unassigned at gcc dot gnu.org Reporter: seurer at gcc dot gnu.org Target Milestone: --- make -k check-gcc RUNTESTFLAGS=3D"--target_board=3Dunix'{-m32,-m64}' powerpc.exp=3Dgcc.target/powerpc/pr83677.c" FAIL: gcc.target/powerpc/pr83677.c execution test # of expected passes 1 # of expected passes 1 # of unexpected failures 1 # of unexpected failures 1 # of unsupported tests 1 # of unsupported tests 1 This fails on power 9 BE (only) and fails for trunk as well as gcc 12, 11, = and 10.=20=20 I get a bunch of linker errors when I try to compile this for debug. So no traceback, sorry!=