From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: by sourceware.org (Postfix, from userid 48) id 4C9B13858403; Fri, 2 Feb 2024 14:48:58 +0000 (GMT) DKIM-Filter: OpenDKIM Filter v2.11.0 sourceware.org 4C9B13858403 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gcc.gnu.org; s=default; t=1706885338; bh=C+tz9KT0JuyO1cb04haEFpsIw1ZzN9HZp4ceGLJRdgY=; h=From:To:Subject:Date:In-Reply-To:References:From; b=EWJjUi9pQ4XM7Hh/ZA2GOtGlS2TT6BFJXyOEWKgqGJeMSHiBgu4t2QBBIuyjcsYvn pbVlkh4D6kKmxZYM4rIyVcfU2Ma6N+wF6uIML0yKiNXwpi0FuabjylEL0gv/tmm2Zs aVL9/IhC4N1bNiBHHNl7ojT/stKLSiLzV/oyHzoQ= From: "seurer at gcc dot gnu.org" To: gcc-bugs@gcc.gnu.org Subject: [Bug libgomp/113448] libgomp.c/alloc-pinned-1.c etc. XPASS Date: Fri, 02 Feb 2024 14:48:57 +0000 X-Bugzilla-Reason: CC X-Bugzilla-Type: changed X-Bugzilla-Watch-Reason: None X-Bugzilla-Product: gcc X-Bugzilla-Component: libgomp X-Bugzilla-Version: 14.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: 14.0 X-Bugzilla-Flags: X-Bugzilla-Changed-Fields: cc Message-ID: In-Reply-To: References: 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=3D113448 seurer at gcc dot gnu.org changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |seurer at gcc dot gnu.org --- Comment #3 from seurer at gcc dot gnu.org --- -1 and -2 fail on powerpc64 LE make -k check-target-libgomp RUNTESTFLAGS=3D"c.exp=3Dlibgomp.c/alloc-pinne= d-*" FAIL: libgomp.c/alloc-pinned-1.c execution test FAIL: libgomp.c/alloc-pinned-2.c execution test -3 and -4 fail on powerpc64 BE make -k check-target-libgomp RUNTESTFLAGS=3D"--target_board=3Dunix'{-m32,-= m64}' c.exp=3Dlibgomp.c/alloc-pinned-*" FAIL: libgomp.c/alloc-pinned-3.c execution test FAIL: libgomp.c/alloc-pinned-4.c execution test=