From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: by sourceware.org (Postfix, from userid 48) id EFF623835412; Tue, 13 Jul 2021 20:04:55 +0000 (GMT) DKIM-Filter: OpenDKIM Filter v2.11.0 sourceware.org EFF623835412 From: "pinskia at gcc dot gnu.org" To: gcc-bugs@gcc.gnu.org Subject: [Bug c++/101443] internal compiler error: in wide_int_to_tree_1, at tree.c:1519 Date: Tue, 13 Jul 2021 20:04:55 +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: 9.3.0 X-Bugzilla-Keywords: 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 bug_status everconfirmed 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: Tue, 13 Jul 2021 20:04:56 -0000 https://gcc.gnu.org/bugzilla/show_bug.cgi?id=3D101443 Andrew Pinski changed: What |Removed |Added ---------------------------------------------------------------------------- Last reconfirmed| |2021-07-13 Status|UNCONFIRMED |NEW Ever confirmed|0 |1 --- Comment #1 from Andrew Pinski --- #6 0x000000000085567e in wide_int_to_tree_1 (type=3D0x7ffff6cd9bd0, pcst= =3D...) at /home/apinski/src/upstream-gcc-git/gcc/gcc/tree.c:1751 1751 gcc_unreachable (); (gdb) l 1746 1747 case ENUMERAL_TYPE: 1748 break; 1749 1750 default: 1751 gcc_unreachable (); 1752 } 1753 1754 if (ix >=3D 0) 1755 { (gdb) p type $1 =3D (tree) 0x7ffff6cd9bd0 (gdb) p debug_tree(type) constant 64> unit-size constant 8> align:64 warn_if_not_align:0 symtab:0 alias-set 46 canonical-type 0x7ffff6cd9bd0 pointer_to_this reference_to_this > nullptr_type seems a bit off here.=