From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: by sourceware.org (Postfix, from userid 48) id 48C903857361; Thu, 3 Nov 2022 14:10:05 +0000 (GMT) DKIM-Filter: OpenDKIM Filter v2.11.0 sourceware.org 48C903857361 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gcc.gnu.org; s=default; t=1667484605; bh=/TFsZRlEej8gCxTU2eQdSMahrxTQ/jre7KIlKz1WKOE=; h=From:To:Subject:Date:In-Reply-To:References:From; b=PrQzkA8xuNse/5VhrkSVTUqsp7UZSEoSiUAUzVxtiA4mpp4FG4K49J/FukvkUUGaW cRKx67J64xlXq0mZQBvGWUHQ0AdgyKSt51x5T/GcFVFfXyc9TOj0qu8LF5rKC2nGUb uwRVGceD6xJM0ykcTgbcWmXYq0O1H0DnP3eJ4FC4= From: "jakub at gcc dot gnu.org" To: gcc-bugs@gcc.gnu.org Subject: [Bug middle-end/106449] ICE in #pragma omp parallel for simd since r6-4544-ge01d41e553aae245 Date: Thu, 03 Nov 2022 14:09:18 +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: 12.0 X-Bugzilla-Keywords: ice-on-valid-code, openmp X-Bugzilla-Severity: normal X-Bugzilla-Who: jakub at gcc dot gnu.org 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: --- X-Bugzilla-Flags: X-Bugzilla-Changed-Fields: resolution bug_status 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=3D106449 Jakub Jelinek changed: What |Removed |Added ---------------------------------------------------------------------------- Resolution|--- |FIXED Status|ASSIGNED |RESOLVED --- Comment #14 from Jakub Jelinek --- This was rejected in 11.x and earlier, so I don't understand the "Btw. started with r6-4544-ge01d41e553aae245." comment. So, fixed now.=