From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: by sourceware.org (Postfix, from userid 48) id 56D0138708D5; Tue, 25 Jun 2024 21:46:19 +0000 (GMT) DKIM-Filter: OpenDKIM Filter v2.11.0 sourceware.org 56D0138708D5 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gcc.gnu.org; s=default; t=1719351979; bh=3EnRcq0hQeLjZSoI6IxuaNcKyagvMfBS+puAhz0N9Ck=; h=From:To:Subject:Date:In-Reply-To:References:From; b=eBonIj4AV9nJL+CYDcUKahpUSnXPrB0oNPOy74WjPD9Z4o/169d5eGl2+NB+HMUGO VDBEWNTvGeyn7/I4nviP69gvl9xbV0LnYMf2qkIPpLNCx95VZyBU7eJWgGk9G6A22N B6QpdLu333iLI1ECJrA3D7XESZvPn9rcK1b6Cagk= From: "mpolacek at gcc dot gnu.org" To: gcc-bugs@gcc.gnu.org Subject: [Bug c++/115476] [13/14 Regression] __has_unique_object_representation ICE with array of uninstantiated type of unknown bound Date: Tue, 25 Jun 2024 21:46:19 +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: 15.0 X-Bugzilla-Keywords: ice-on-invalid-code, ice-on-valid-code X-Bugzilla-Severity: normal X-Bugzilla-Who: mpolacek at gcc dot gnu.org X-Bugzilla-Status: ASSIGNED X-Bugzilla-Resolution: X-Bugzilla-Priority: P2 X-Bugzilla-Assigned-To: mpolacek at gcc dot gnu.org X-Bugzilla-Target-Milestone: 13.4 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=3D115476 Marek Polacek changed: What |Removed |Added ---------------------------------------------------------------------------- Summary|[13/14/15 Regression] |[13/14 Regression] |__has_unique_object_represe |__has_unique_object_represe |ntation ICE with array of |ntation ICE with array of |uninstantiated type of |uninstantiated type of |unknown bound |unknown bound --- Comment #10 from Marek Polacek --- Fixed on trunk, I plan to backport it.=