From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: by sourceware.org (Postfix, from userid 48) id 954CE3858C5E; Mon, 3 Jul 2023 20:06:50 +0000 (GMT) DKIM-Filter: OpenDKIM Filter v2.11.0 sourceware.org 954CE3858C5E DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gcc.gnu.org; s=default; t=1688414810; bh=0cRYSyyQTOL8hGi4Jm+K3fzJqZmnlWDJPE0BC8esBkY=; h=From:To:Subject:Date:In-Reply-To:References:From; b=IhJSI/vjdLrbIlvue17G2INL5w4MONtPECqipxNOC/MA+VhCvpaB4W87jsJswiPTf BUXjQ7gUolw9UgxzgFLWNuft0Nh82Pvq2VAZUPqNihfDMeoFMogIPxcCMgbBPt6OZ/ 52wdJj3UQHfN7xGU+o6RfTxj0J2KAWlhwQ7lyW18= From: "pinskia at gcc dot gnu.org" To: gcc-bugs@gcc.gnu.org Subject: [Bug c++/110535] Internal error when performing a surrogate call with unsatisfied constraints Date: Mon, 03 Jul 2023 20:06:50 +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: 14.0 X-Bugzilla-Keywords: ice-on-invalid-code 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: cf_reconfirmed_on cf_known_to_fail keywords everconfirmed 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=3D110535 Andrew Pinski changed: What |Removed |Added ---------------------------------------------------------------------------- Last reconfirmed| |2023-07-03 Known to fail| |8.1.0, 9.3.0 Keywords| |ice-on-invalid-code Ever confirmed|0 |1 Status|UNCONFIRMED |NEW --- Comment #1 from Andrew Pinski --- Confirmed. In GCC 7, GCC didn't crash (with -std=3Dc++17 -fconcepts) but gave a wrong = error message: :11:24: error: no match for call to '(A) (int)' int j =3D A{}(0); // Crash ^ :11:24: note: candidate: int (*)(int) :11:24: note: candidate expects 1 argument, 2 provided The crash started in GCC 8.=