From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: by sourceware.org (Postfix, from userid 48) id B71EC3860744; Wed, 14 Feb 2024 18:04:46 +0000 (GMT) DKIM-Filter: OpenDKIM Filter v2.11.0 sourceware.org B71EC3860744 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gcc.gnu.org; s=default; t=1707933886; bh=Bq6IH+MRNbd/b9F8OMvcF2UOjqMl6tHnvRShfLEDjis=; h=From:To:Subject:Date:In-Reply-To:References:From; b=PHGSAJCFmrAp3d8HxHvY93FM1cbjRF2MqOaVUYj9GRb/hyvc5v3RytM1ozj49tUUG P4PjN5X6gLQHFbZqwpnv7Jb2JNKtcM+SY81AnOnsUPhidk2k83mOU3eHmGXEGw0MIW G9xXt5JApMZKde7LWHZ4XLWFFaGcS0aMmwrULhXk= From: "cvs-commit at gcc dot gnu.org" To: gcc-bugs@gcc.gnu.org Subject: [Bug testsuite/113861] c-c++-common/gomp/pr63328.c and gcc.dg/gomp/pr87895-2.c now XPASS Date: Wed, 14 Feb 2024 18:04:46 +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: 14.0 X-Bugzilla-Keywords: testsuite-fail X-Bugzilla-Severity: normal X-Bugzilla-Who: cvs-commit at gcc dot gnu.org X-Bugzilla-Status: ASSIGNED X-Bugzilla-Resolution: X-Bugzilla-Priority: P3 X-Bugzilla-Assigned-To: pinskia 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=3D113861 --- Comment #1 from GCC Commits --- The trunk branch has been updated by Andrew Pinski : https://gcc.gnu.org/g:2b5e0c11a40865b33bc4424b3c344176eaecf104 commit r14-8986-g2b5e0c11a40865b33bc4424b3c344176eaecf104 Author: Andrew Pinski Date: Wed Feb 14 09:34:24 2024 -0800 aarch64/testsuite: Remove dg-excess-errors from c-c++-common/gomp/pr633= 28.c and gcc.dg/gomp/pr87895-2.c [PR113861] These now pass after r14-6416-gf5fc001a84a7db so let's remove the dg-excess-errors from them. Committed as obvious after a test for aarch64-linux-gnu. gcc/testsuite/ChangeLog: PR testsuite/113861 * c-c++-common/gomp/pr63328.c: Remove dg-excess-errors. * gcc.dg/gomp/pr87895-2.c: Likewise. Signed-off-by: Andrew Pinski =