From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: by sourceware.org (Postfix, from userid 48) id 323633858D37; Sat, 27 Apr 2024 19:57:06 +0000 (GMT) DKIM-Filter: OpenDKIM Filter v2.11.0 sourceware.org 323633858D37 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gcc.gnu.org; s=default; t=1714247826; bh=u1/dRUa0vdxdCmLco8PTz/Z15jLHfFYr5uoti5Q722Y=; h=From:To:Subject:Date:In-Reply-To:References:From; b=hvUPGtjE2pEqbtA+vRo4fQHVjP0TZgAK4Tpba1ljtQGTPQIBdwPm6gGlR/2LtEZaK 68Z1yZSz3T4IubJlfCnXoUPnPF9Vc0dvbiiGnn2GruDcjRdkYoRG3LNaMdX//QcFmN OylI6eZKMi06GymTMJajJ/mpoXAJDK+gn//cToI8= From: "simartin at gcc dot gnu.org" To: gcc-bugs@gcc.gnu.org Subject: [Bug c++/105760] [11/12/13/14/15 Regression] ICE: in build_function_type, at tree.cc:7365 Date: Sat, 27 Apr 2024 19:57:05 +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: 12.0 X-Bugzilla-Keywords: error-recovery, ice-checking, ice-on-invalid-code X-Bugzilla-Severity: normal X-Bugzilla-Who: simartin at gcc dot gnu.org X-Bugzilla-Status: NEW X-Bugzilla-Resolution: X-Bugzilla-Priority: P2 X-Bugzilla-Assigned-To: simartin at gcc dot gnu.org X-Bugzilla-Target-Milestone: 11.5 X-Bugzilla-Flags: X-Bugzilla-Changed-Fields: assigned_to 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=3D105760 Simon Martin changed: What |Removed |Added ---------------------------------------------------------------------------- Assignee|unassigned at gcc dot gnu.org |simartin at gcc dot= gnu.org --- Comment #3 from Simon Martin --- Working on this one...=