From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: by sourceware.org (Postfix, from userid 48) id 2C9773858C98; Fri, 5 Apr 2024 16:06:38 +0000 (GMT) DKIM-Filter: OpenDKIM Filter v2.11.0 sourceware.org 2C9773858C98 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gcc.gnu.org; s=default; t=1712333198; bh=4zub3ml2xXy8NH5yFqSay89LCNNVzPVAnrZhB65Wsjs=; h=From:To:Subject:Date:In-Reply-To:References:From; b=DXolYj/AjV1mNKErnZIiiutoCyN9X7jhBVtgDRTw/xMHcf+4bAIKi2UXkzgCOQiYo tkM45Vah5WVD5+wbnq0YCVAGzlAP1aX1fPeFFsDa7sizx3KBQLhUaNre0wvJLVIyNu r+uCNL2EqPxa6P4MsA5eN3KE4NDkZmbRshoGYrYQ= From: "sandra at gcc dot gnu.org" To: gcc-bugs@gcc.gnu.org Subject: [Bug middle-end/114596] [OpenMP] "declare variant" scoring seems incorrect for construct selectors Date: Fri, 05 Apr 2024 16:06:37 +0000 X-Bugzilla-Reason: CC X-Bugzilla-Type: changed X-Bugzilla-Watch-Reason: None X-Bugzilla-Product: gcc X-Bugzilla-Component: middle-end X-Bugzilla-Version: 14.0 X-Bugzilla-Keywords: openmp X-Bugzilla-Severity: normal X-Bugzilla-Who: sandra 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=3D114596 --- Comment #7 from sandra at gcc dot gnu.org --- OK, I will do no more work on the old implementation, adjust the broken testcases, and proceed with getting the my new implementation ready for sta= ge 1 submission. I don't know if I'll be able to easily disentangle the bug fix= es from the new functionality, though.... everything is kind of mixed up toge= ther with changes in representation and interfaces to get metadirectives and "declare variant" using the same functions to score and sort the candidate variants. (My previously-posted set of metadirective patches also had a scoring bug that I'm addressing with this set of changes.)=