From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: by sourceware.org (Postfix, from userid 48) id 1F81A3858C2B; Sun, 4 Jun 2023 19:00:39 +0000 (GMT) DKIM-Filter: OpenDKIM Filter v2.11.0 sourceware.org 1F81A3858C2B DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gcc.gnu.org; s=default; t=1685905239; bh=arsbUPRKGcD3CmE4sladZbwck62o9lK1e3JtwVSVUEE=; h=From:To:Subject:Date:In-Reply-To:References:From; b=MaxaAoHDlkDfr5O0/metarcz8rnTPi9A3hYVKhaegj34Wv2Db8by9OBdk2CawilcN PZk2aDkJPsaVxwFRiWVsts2ybm6z7CBd/smznTFHSrH/2HeCDAdWDOvwwtuxZS1iKC /li8bTO6BOIkAEcsrQLtz8tandh9dvUeuabv+H2o= From: "pinskia at gcc dot gnu.org" To: gcc-bugs@gcc.gnu.org Subject: [Bug c++/110114] [13/14 Regression] ICE on calling overloaded function in case of incomplete argument type Date: Sun, 04 Jun 2023 19:00:38 +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: 13.1.0 X-Bugzilla-Keywords: ice-on-valid-code, needs-bisection 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: 13.2 X-Bugzilla-Flags: X-Bugzilla-Changed-Fields: everconfirmed cf_reconfirmed_on keywords cf_known_to_fail cf_known_to_work target_milestone short_desc bug_status 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=3D110114 Andrew Pinski changed: What |Removed |Added ---------------------------------------------------------------------------- Ever confirmed|0 |1 Last reconfirmed| |2023-06-04 Keywords| |ice-on-valid-code, | |needs-bisection Known to fail| |13.1.0 Known to work| |11.3.0, 12.1.0, 12.2.0, | |12.3.0 Target Milestone|--- |13.2 Summary|ICE on calling overloaded |[13/14 Regression] ICE on |function in case of |calling overloaded function |incomplete argument type |in case of incomplete | |argument type Status|UNCONFIRMED |NEW --- Comment #1 from Andrew Pinski --- Confirmed.=