From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: by sourceware.org (Postfix, from userid 48) id D25613858422; Tue, 28 Feb 2023 01:14:09 +0000 (GMT) DKIM-Filter: OpenDKIM Filter v2.11.0 sourceware.org D25613858422 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gcc.gnu.org; s=default; t=1677546849; bh=T/qjsfevzIhYYcssBPfFfBZDdPvSFX7z5EWISCncyjU=; h=From:To:Subject:Date:In-Reply-To:References:From; b=TIeGZC1N2Xryiyia05K36G8XRaLAwmo6BXTnYvXDtHRK9AgUZJXebAv96SiyWCkPY FCHEZioJj0QZlfLIsomQWbX39yzvNCT9IYL4PTdi4e/nXOBxMwtarEAAZxBVN2iL2X PG8WDITePA6aDOkmGeznFpVFCGKkpxtp8W/648eY= From: "cvs-commit at gcc dot gnu.org" To: gcc-bugs@gcc.gnu.org Subject: [Bug testsuite/79356] XPASS in attr-alloc_size-11.c Date: Tue, 28 Feb 2023 01:14:07 +0000 X-Bugzilla-Reason: CC X-Bugzilla-Type: changed X-Bugzilla-Watch-Reason: None X-Bugzilla-Product: gcc X-Bugzilla-Component: testsuite X-Bugzilla-Version: 7.0 X-Bugzilla-Keywords: X-Bugzilla-Severity: minor X-Bugzilla-Who: cvs-commit at gcc dot gnu.org X-Bugzilla-Status: RESOLVED X-Bugzilla-Resolution: FIXED X-Bugzilla-Priority: P4 X-Bugzilla-Assigned-To: unassigned at gcc dot gnu.org X-Bugzilla-Target-Milestone: 7.0 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=3D79356 --- Comment #16 from CVS Commits --- The master branch has been updated by Hans-Peter Nilsson : https://gcc.gnu.org/g:2f2c0bc57be12ca92d3e2cc74f6cca048da9ed55 commit r13-6365-g2f2c0bc57be12ca92d3e2cc74f6cca048da9ed55 Author: Hans-Peter Nilsson Date: Mon Feb 27 17:22:44 2023 +0100 testsuite: Add CRIS to targets not xfailing gcc.dg/attr-alloc_size-11.c:50,51 Reacting to a long-standing XPASS for CRIS. Maybe better do as https://gcc.gnu.org/PR79356#c11 suggests: xfail it for x86 only ...except I see m68k also does not xpass. testsuite: PR testsuite/79356 * gcc.dg/attr-alloc_size-11.c: Add CRIS to the list of targets excluding xfail on lines 50 and 51.=