From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: by sourceware.org (Postfix, from userid 48) id 34D8F3851C12; Thu, 28 May 2020 15:16:39 +0000 (GMT) DKIM-Filter: OpenDKIM Filter v2.11.0 sourceware.org 34D8F3851C12 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gcc.gnu.org; s=default; t=1590678999; bh=RuLlEIrlQdS6KTJwtmDkLk8utJMJmWFcx1wrs9BeWFM=; h=From:To:Subject:Date:In-Reply-To:References:From; b=Yo954uh797A4+WH3E7iynUijVMvuiO3TYG74IC3JBoIXabModTq9f5MIkQRqIzdWN zhfSx2FfcZT0iK0puSU3erxsBVaoA0CNSbLhDmGr72qnX20Z4xXIZa80k+u+fozD8+ Rsq2NsRvG5Tfjn1bVhdxB76zPcJH8VngzANpEsdE= From: "jpalecek at web dot de" To: gcc-bugs@gcc.gnu.org Subject: [Bug c++/95386] internal compiler error: in satisfaction_value, while compiling function with a requires clause Date: Thu, 28 May 2020 15:16:39 +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: 10.1.0 X-Bugzilla-Keywords: X-Bugzilla-Severity: normal X-Bugzilla-Who: jpalecek at web dot de X-Bugzilla-Status: WAITING 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: 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 X-BeenThere: gcc-bugs@gcc.gnu.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: Gcc-bugs mailing list List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 28 May 2020 15:16:39 -0000 https://gcc.gnu.org/bugzilla/show_bug.cgi?id=3D95386 --- Comment #2 from Ji=C5=99=C3=AD Pale=C4=8Dek --- (In reply to Martin Li=C5=A1ka from comment #1) > Was the original code a valid code? > It seems the reduced code is invalid. Yes at least I believe so. I will attach the original code, it is not big. Note that you must compile (both versions) with -fconcepts.=