From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: by sourceware.org (Postfix, from userid 48) id 54575385841D; Mon, 22 May 2023 14:53:33 +0000 (GMT) DKIM-Filter: OpenDKIM Filter v2.11.0 sourceware.org 54575385841D DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gcc.gnu.org; s=default; t=1684767213; bh=i8WJnkm9L71L3AYL16fOZdAy3I130ud6WRjmBcxe+9o=; h=From:To:Subject:Date:In-Reply-To:References:From; b=v8X6u7Gah38byyvRtN+ILEsIRDjKcGpIiUulkpq48zyfyN91fgyk83beTBpssNQt4 hon6+Rzi5Gh7YXdwncl9IItLoplxS4x/E/6n2HG0VR/gQ6ojPMbjOXZpigc54JKgdv t76rHoK56QRjhWExswLthRcck0zg2r1yX5UeYxxo= From: "ppalka at gcc dot gnu.org" To: gcc-bugs@gcc.gnu.org Subject: [Bug c++/100764] Internal compiler error when unable to deduce template parameter value Date: Mon, 22 May 2023 14:53:33 +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: 11.1.0 X-Bugzilla-Keywords: ice-on-valid-code X-Bugzilla-Severity: normal X-Bugzilla-Who: ppalka at gcc dot gnu.org X-Bugzilla-Status: RESOLVED X-Bugzilla-Resolution: FIXED X-Bugzilla-Priority: P3 X-Bugzilla-Assigned-To: unassigned at gcc dot gnu.org X-Bugzilla-Target-Milestone: 10.3 X-Bugzilla-Flags: X-Bugzilla-Changed-Fields: target_milestone 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=3D100764 Patrick Palka changed: What |Removed |Added ---------------------------------------------------------------------------- Target Milestone|11.3 |10.3 --- Comment #5 from Patrick Palka --- Even 10.3 accepts it as Martin pointed out.=