From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: by sourceware.org (Postfix, from userid 48) id 781133858D32; Sat, 8 Apr 2023 03:21:45 +0000 (GMT) DKIM-Filter: OpenDKIM Filter v2.11.0 sourceware.org 781133858D32 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gcc.gnu.org; s=default; t=1680924105; bh=zXGs2pbEOE2kPv00ejIY56dPbzntPn/LyyWZ2/VkJ2M=; h=From:To:Subject:Date:In-Reply-To:References:From; b=i1YSEG3lnILaF4jI0h7nIsyFYTPkmdGkDnEKDLWLJkWvIk34oTDAHsB22L2Vb3H/D QRaqThkXU9tiIR0SUQdTft4J8O9A7FK/xyyEMuRmAQlep33pW+p3TkIP8RgFTdZBm8 rtocvKT5QQ68OhK3pOcWSJngFcNANH6azIShfxQM= From: "bergner at gcc dot gnu.org" To: gcc-bugs@gcc.gnu.org Subject: [Bug libffi/109447] test case libffi.closures/cls_align_longdouble_split.c fails Date: Sat, 08 Apr 2023 03:21:44 +0000 X-Bugzilla-Reason: CC X-Bugzilla-Type: changed X-Bugzilla-Watch-Reason: None X-Bugzilla-Product: gcc X-Bugzilla-Component: libffi X-Bugzilla-Version: 12.2.1 X-Bugzilla-Keywords: X-Bugzilla-Severity: normal X-Bugzilla-Who: bergner 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: 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=3D109447 --- Comment #2 from Peter Bergner --- (In reply to Andreas Schwab from comment #1) > Does that also happen with the latest sources at > ? I downloaded current sources on the same system (a long double =3D=3D IEEE1= 28 system) Bill ran on and I do not see that error in the testsuite: PASS: libffi.closures/cls_align_longdouble_split.c -W -Wall -Wno-psabi -O0 (test for excess errors) PASS: libffi.closures/cls_align_longdouble_split.c -W -Wall -Wno-psabi -O0 execution test PASS: libffi.closures/cls_align_longdouble_split.c -W -Wall -Wno-psabi -O0 output pattern test PASS: libffi.closures/cls_align_longdouble_split.c -W -Wall -Wno-psabi -O2 (test for excess errors) PASS: libffi.closures/cls_align_longdouble_split.c -W -Wall -Wno-psabi -O2 execution test PASS: libffi.closures/cls_align_longdouble_split.c -W -Wall -Wno-psabi -O2 output pattern test ...so it looks like GCC's libffi is just missing a fix already in upstream sources.=