From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: by sourceware.org (Postfix, from userid 48) id 82E123858C53; Tue, 1 Aug 2023 01:29:51 +0000 (GMT) DKIM-Filter: OpenDKIM Filter v2.11.0 sourceware.org 82E123858C53 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gcc.gnu.org; s=default; t=1690853391; bh=V17vCTNHpUeqwiKqPQefMeIfO1QdgqcU1kRUjsaeNKU=; h=From:To:Subject:Date:In-Reply-To:References:From; b=lhrC5BrQqNlLAK53QQTJX1ZdCOsuWzIcdYLjAZfTjWo7v+ksCiHNrf1zwJxKgp1T+ XyWbUN3tBRzJ1RwU8cLimfjzrWszfd4jfiGHAMBa5dAabOmRDQNXYQp6UEoW2Ns4Eq YQz0mARmxdkgAv7Jdoxs1poLU1OQjGc7QbuCgKHw= From: "pinskia at gcc dot gnu.org" To: gcc-bugs@gcc.gnu.org Subject: [Bug c++/104113] invalid template argument causes the type to become int which confuses the rest of the diagnostic Date: Tue, 01 Aug 2023 01:29:51 +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: diagnostic, FIXME X-Bugzilla-Severity: normal X-Bugzilla-Who: pinskia at gcc dot gnu.org X-Bugzilla-Status: NEW 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_status 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=3D104113 Andrew Pinski changed: What |Removed |Added ---------------------------------------------------------------------------- Status|ASSIGNED |NEW Assignee|pinskia at gcc dot gnu.org |unassigned at gcc d= ot gnu.org --- Comment #9 from Andrew Pinski --- Not going to handle this as there will be many pathes inside the C++ front-= end that will need to be changed to handle error_mark_node rather than just a t= ype ...=