From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: by sourceware.org (Postfix, from userid 48) id 0BAE23858D1E; Tue, 4 Oct 2022 05:21:06 +0000 (GMT) DKIM-Filter: OpenDKIM Filter v2.11.0 sourceware.org 0BAE23858D1E DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gcc.gnu.org; s=default; t=1664860866; bh=q5VPmXlzQIuouOcsddmQrEb3SOzSs2hHLeWBi/OqMGU=; h=From:To:Subject:Date:From; b=RQRD0mgwjqTaosqszvsF05Lvo8yXGfoKNA61jjVpKkBlhbDFybvyzVQu8yx9NKQMT Rn945HZv/moW7wo/weOsZ8ZNk/zxQQQQTNR+mkCT7SvWfU6VI/YyCUSQGX4F9CpkGt SnLfr7ZK69W2pA3Zyc3EJIkRzgwn41xSeIs0cDVw= From: "tim at klingt dot org" To: gcc-bugs@gcc.gnu.org Subject: [Bug c++/107146] New: [ICE] in build_value_init, at cp/init.cc:347 Date: Tue, 04 Oct 2022 05:21:05 +0000 X-Bugzilla-Reason: CC X-Bugzilla-Type: new X-Bugzilla-Watch-Reason: None X-Bugzilla-Product: gcc X-Bugzilla-Component: c++ X-Bugzilla-Version: 12.1.0 X-Bugzilla-Keywords: X-Bugzilla-Severity: normal X-Bugzilla-Who: tim at klingt dot 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: bug_id short_desc product version bug_status bug_severity priority component assigned_to reporter target_milestone attachments.created Message-ID: 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=3D107146 Bug ID: 107146 Summary: [ICE] in build_value_init, at cp/init.cc:347 Product: gcc Version: 12.1.0 Status: UNCONFIRMED Severity: normal Priority: P3 Component: c++ Assignee: unassigned at gcc dot gnu.org Reporter: tim at klingt dot org Target Milestone: --- Created attachment 53665 --> https://gcc.gnu.org/bugzilla/attachment.cgi?id=3D53665&action=3Dedit -freport-bug output this ICE happens with g++-12, but not with g++-11 (code is based on boost.p= fr)=