From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: by sourceware.org (Postfix, from userid 48) id 59FA83858D32; Thu, 27 Apr 2023 09:25:21 +0000 (GMT) DKIM-Filter: OpenDKIM Filter v2.11.0 sourceware.org 59FA83858D32 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gcc.gnu.org; s=default; t=1682587521; bh=F/mPg56gg/9ayojNywLQKOnCq6HnKPyacRi05PEwcBE=; h=From:To:Subject:Date:From; b=E10WgjqRB9PP6QsnXkl/y/djPYRB5C+oCIoj62kGsUWX1Z1hUZe+Qf0mWsbaDmjsR vYJxO4ekmx9yLkfLKT50gr9OPtYETB1s8mJa0b9BGNQTXBc4d538ohl6iwr+Diafzj n4ZfpmR0/sL9xE1aNKQ4uNO96mzdJCSPvSiIgqAE= From: "dcb314 at hotmail dot com" To: gcc-bugs@gcc.gnu.org Subject: [Bug c++/109645] New: ice in instantiate_decl, at cp/pt.cc:27097 Date: Thu, 27 Apr 2023 09:25:20 +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: 13.0 X-Bugzilla-Keywords: X-Bugzilla-Severity: normal X-Bugzilla-Who: dcb314 at hotmail dot com 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 attachments.created 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 List-Id: https://gcc.gnu.org/bugzilla/show_bug.cgi?id=3D109645 Bug ID: 109645 Summary: ice in instantiate_decl, at cp/pt.cc:27097 Product: gcc Version: 13.0 Status: UNCONFIRMED Severity: normal Priority: P3 Component: c++ Assignee: unassigned at gcc dot gnu.org Reporter: dcb314 at hotmail dot com Target Milestone: --- Created attachment 54937 --> https://gcc.gnu.org/bugzilla/attachment.cgi?id=3D54937&action=3Dedit gzipped C++ source code The attached C++ code, does this with recent gcc trunk: $ ../results.20230426.asan.ubsan/bin/gcc -c -w -march=3Dznver1 bug910.cc $ ../results.20230427.asan.ubsan/bin/gcc -c -w -march=3Dznver1 bug910.cc 2>= &1 | fgrep internal /home/dcb36/rpmbuild/BUILD/media-downloader-2.9.0/src/engines/../utils/thre= ads.hpp:55:79: internal compiler error: in instantiate_decl, at cp/pt.cc:27097 $ ../results.20230426.asan.ubsan/bin/gcc -v 2>&1 | fgrep exp gcc version 14.0.0 20230426 (experimental) (5fce06b868ec0d4f)=20 $ ../results.20230427.asan.ubsan/bin/gcc -v 2>&1 | fgrep exp gcc version 14.0.0 20230427 (experimental) (d94ca762f6e0e4f1)=20 $ git log 5fce06b868ec0d4f..d94ca762f6e0e4f1 | grep -c "^commit" 43 I have a reduction running.=