From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: by sourceware.org (Postfix, from userid 48) id 12A4A3858414; Mon, 20 Mar 2023 10:30:13 +0000 (GMT) DKIM-Filter: OpenDKIM Filter v2.11.0 sourceware.org 12A4A3858414 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gcc.gnu.org; s=default; t=1679308213; bh=Qr2Oma55xxd8SQTnG5UqbptIHeVkdSM6xoD6RAIZcIs=; h=From:To:Subject:Date:In-Reply-To:References:From; b=q+hhTAI/MSvLM2d955uu9ZnNFmw01Q3V8MGFh8t7MBkGD8cOuhkrS2p6vq8H/m1n3 H7yNmXQ/wDsxuG7aqJAwRLQm6q6xeNLu4P+DqZjxWqjDydHsu33cIBu3fTnpqVZ9MX DkLPJ6zqLQuAfDz6yn+uCo1A5v4HeFDIdE42unzs= From: "jakub at gcc dot gnu.org" To: gcc-bugs@gcc.gnu.org Subject: [Bug c++/107558] [10/11 Regression] ICE in fld_incomplete_type_of with -fmerge-all-constants and openmp and LTO since r11-16-ga2f32550a085984f Date: Mon, 20 Mar 2023 10:30:12 +0000 X-Bugzilla-Reason: CC X-Bugzilla-Type: changed X-Bugzilla-Watch-Reason: None X-Bugzilla-Product: gcc X-Bugzilla-Component: c++ X-Bugzilla-Version: 13.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: ASSIGNED X-Bugzilla-Resolution: X-Bugzilla-Priority: P2 X-Bugzilla-Assigned-To: jakub at gcc dot gnu.org X-Bugzilla-Target-Milestone: 10.5 X-Bugzilla-Flags: X-Bugzilla-Changed-Fields: short_desc 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=3D107558 Jakub Jelinek changed: What |Removed |Added ---------------------------------------------------------------------------- Summary|[10/11/12 Regression] ICE |[10/11 Regression] ICE in |in fld_incomplete_type_of |fld_incomplete_type_of with |with -fmerge-all-constants |-fmerge-all-constants and |and openmp and LTO since |openmp and LTO since |r11-16-ga2f32550a085984f |r11-16-ga2f32550a085984f --- Comment #6 from Jakub Jelinek --- Fixed for 12.3 too.=