From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: by sourceware.org (Postfix, from userid 48) id 3C44E386F46E; Mon, 15 Jun 2020 09:12:28 +0000 (GMT) DKIM-Filter: OpenDKIM Filter v2.11.0 sourceware.org 3C44E386F46E DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gcc.gnu.org; s=default; t=1592212348; bh=XLodZ7U6ymFjjqQYGZ4qqDWARbPiMMAZx+wzIQe5rOc=; h=From:To:Subject:Date:From; b=calU9MEdaSeqt9cHSc4v046vBiSjg50Zb6ivmioHZ7njJ3SlocULqsSddNodt9zTR pQYB2RlyG2QlLKynwFzwZpcQFXhBm5bh5v8WHK8JwGv8cTaZRAj02I1XAV6xE0crZ3 ovBnQlph+xsBLz6KLeyNx6xD8hza/XvYBtnVWhYk= From: "doko at debian dot org" To: gcc-bugs@gcc.gnu.org Subject: [Bug c++/95678] New: [9 Regression] ICE in dependent_type_p, at cp/pt.c:25610 Date: Mon, 15 Jun 2020 09:12:28 +0000 X-Bugzilla-Reason: CC X-Bugzilla-Type: new X-Bugzilla-Watch-Reason: None X-Bugzilla-Product: gcc X-Bugzilla-Component: c++ X-Bugzilla-Version: 9.3.1 X-Bugzilla-Keywords: X-Bugzilla-Severity: normal X-Bugzilla-Who: doko at debian dot org X-Bugzilla-Status: UNCONFIRMED 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_id short_desc product version bug_status bug_severity priority component assigned_to reporter target_milestone Message-ID: 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: Mon, 15 Jun 2020 09:12:28 -0000 https://gcc.gnu.org/bugzilla/show_bug.cgi?id=3D95678 Bug ID: 95678 Summary: [9 Regression] ICE in dependent_type_p, at cp/pt.c:25610 Product: gcc Version: 9.3.1 Status: UNCONFIRMED Severity: normal Priority: P3 Component: c++ Assignee: unassigned at gcc dot gnu.org Reporter: doko at debian dot org Target Milestone: --- seen with the gcc-9 branch 20200518, not with the gcc-10 branch. $ cat unique.ii # 7 "" 3 template struct c { using d =3D b; template auto operator()(bb l, e) -> decltype(d{l}); }; template class g> h() { using i =3D g; int a[]{}; unsigned j; i{}(a, j); } k() { h(); } $ g++ -c -std=3Dc++14 -Wall -fconcepts unique.ii : In instantiation of =E2=80=98decltype (c::d{l}) c::operator()(bb, e= ) [with bb =3D int*; e =3D unsigned int; b =3D int*]=E2=80=99: :9:37: internal compiler error: in dependent_type_p, at cp/pt.c:25610 0x7f56f3effe0a __libc_start_main ../csu/libc-start.c:308 Please submit a full bug report, with preprocessed source if appropriate.=