From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: by sourceware.org (Postfix, from userid 48) id 3381138582A6; Sat, 8 Oct 2022 10:45:04 +0000 (GMT) DKIM-Filter: OpenDKIM Filter v2.11.0 sourceware.org 3381138582A6 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gcc.gnu.org; s=default; t=1665225904; bh=+77hcGSHNFJ8ygCxZgfyrtg9/GE++uMOx59EUNkDGmI=; h=From:To:Subject:Date:In-Reply-To:References:From; b=UPEKrARW+eikh7owqGQ0rngkQRFa1HM+dp33vnjpLY+xIvWDRMrUmA6D+JA5JtU6k 9zZN40nKd+/CwOGtjJUFbG4fQZJiUeuxJBm6aix/odPnvjHoATFnFa/nPpdKZ8wRev LwvtVAv5ef1QpeeAEsSmTX2tOzbJtw1kPnmyxBGk= From: "jakub at gcc dot gnu.org" To: gcc-bugs@gcc.gnu.org Subject: [Bug c++/106654] [C++23] P1774 - Portable assumptions Date: Sat, 08 Oct 2022 10:45:01 +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: unknown X-Bugzilla-Keywords: X-Bugzilla-Severity: normal X-Bugzilla-Who: jakub at gcc dot gnu.org X-Bugzilla-Status: ASSIGNED X-Bugzilla-Resolution: 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: attachments.isobsolete attachments.created 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=3D106654 Jakub Jelinek changed: What |Removed |Added ---------------------------------------------------------------------------- Attachment #53675|0 |1 is obsolete| | --- Comment #15 from Jakub Jelinek --- Created attachment 53679 --> https://gcc.gnu.org/bugzilla/attachment.cgi?id=3D53679&action=3Dedit gcc13-pr106654-gimple-wip.patch Updated patch with the ICE fixed (DECL_ARG_TYPE on the PARM_DECLs wasn't se= t) and 1) and 5) implemented.=