From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: by sourceware.org (Postfix, from userid 48) id 190AD38582BF; Fri, 9 Sep 2022 12:45:57 +0000 (GMT) DKIM-Filter: OpenDKIM Filter v2.11.0 sourceware.org 190AD38582BF DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gcc.gnu.org; s=default; t=1662727557; bh=AQNuDNTkySQNmkDaFtfCyrbEPWCCZybrdZzQqiAWDWE=; h=From:To:Subject:Date:In-Reply-To:References:From; b=NQNDWFGLsXWejHY50PP4XzOHTf3hFu5S/R57FXSA/dFva/oYQr0OO4gsT7eY5ncGm /N7RuoEDB51LorAARj6tf8r39PqGQCJTCy2U6QYONh6Eaq7/xN2Cq2g20Ravvfu47L n5UlZ+Xl9iXgpX7bOg/ZfwxSSnKk/BV+isYHrp2o= From: "marcel at codesourcery dot com" To: gcc-bugs@gcc.gnu.org Subject: [Bug libgomp/106894] [13 regression] multiple libgomp failures after r13-2545-g9f2fca56593a2b Date: Fri, 09 Sep 2022 12:45:56 +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: 13.0 X-Bugzilla-Keywords: X-Bugzilla-Severity: normal X-Bugzilla-Who: marcel at codesourcery dot com X-Bugzilla-Status: RESOLVED X-Bugzilla-Resolution: FIXED X-Bugzilla-Priority: P3 X-Bugzilla-Assigned-To: jakub at gcc dot gnu.org X-Bugzilla-Target-Milestone: 13.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=3D106894 --- Comment #4 from Marcel Vollweiler --- Thanks Jakub! Although I checked for regressions, unfortunately I haven't seen this regression due to the dg-set-target-env-var topic. I assume that the icv-6.c test FAIL is caused by some other issue (your pat= ch fixes the issue when multiple values are defind for OMP_PROC_BIND that is n= ot the case in icv-6.c).=20 So, I will have another look at icv-6.c ASAP.=