From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: by sourceware.org (Postfix, from userid 48) id EE8BB385842A; Tue, 2 Jan 2024 11:24:01 +0000 (GMT) DKIM-Filter: OpenDKIM Filter v2.11.0 sourceware.org EE8BB385842A DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gcc.gnu.org; s=default; t=1704194641; bh=AbWZWpeyZV9NnjA3gRyePmGJ1ZSwoJ3B1tIvCvTpkBo=; h=From:To:Subject:Date:From; b=QRR5e5qWktnXQ9dxWCYJKFkD/bEYZaAobJsIpv+1iWOVY/80GsZL0mHoz55+pcKkx RF0deGSEg0RwS4AzRg8349nw9ViI4QljqsjbkQuNE01XYodREeFacfiXgPz1iPlFhi VEI+THa7Lueh5gCq024ESka9HgZFJ1+c6QUplJ6g= From: "doko at gcc dot gnu.org" To: gcc-bugs@gcc.gnu.org Subject: [Bug rtl-optimization/113198] New: [14 Regression] internal compiler error: 'verify_type' failed Date: Tue, 02 Jan 2024 11:23:59 +0000 X-Bugzilla-Reason: CC X-Bugzilla-Type: new X-Bugzilla-Watch-Reason: None X-Bugzilla-Product: gcc X-Bugzilla-Component: rtl-optimization X-Bugzilla-Version: 14.0 X-Bugzilla-Keywords: X-Bugzilla-Severity: normal X-Bugzilla-Who: doko at gcc dot gnu.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 List-Id: https://gcc.gnu.org/bugzilla/show_bug.cgi?id=3D113198 Bug ID: 113198 Summary: [14 Regression] internal compiler error: 'verify_type' failed Product: gcc Version: 14.0 Status: UNCONFIRMED Severity: normal Priority: P3 Component: rtl-optimization Assignee: unassigned at gcc dot gnu.org Reporter: doko at gcc dot gnu.org Target Milestone: --- seen with trunk 20240101 on at least x86_64-linux-gnu and powerpc64le-linux-gnu, building the actiona package. The internal retrying fails, however this is 100% reproducible. https://launchpadlibrarian.net/706902792/buildlog_ubuntu-noble-amd64.action= a_3.10.1-1build3_BUILDING.txt.gz usr/include/x86_64-linux-gnu/qt5/QtCore/qmetatype.h:1567:12: error: type variant has different 'TYPE_FIELDS' 1567 | struct IsQEnumHelper { | ^~~~~~~~~~~~~ [...] /usr/include/x86_64-linux-gnu/qt5/QtCore/qmetatype.h:1567:12: internal comp= iler error: 'veri fy_type' failed 0x704dab verify_type(tree_node const*) ../../src/gcc/tree.cc:14386 0x1cedf12 gen_type_die_with_usage ../../src/gcc/dwarf2out.cc:26226 0x1cee155 gen_type_die_with_usage ../../src/gcc/dwarf2out.cc:26359 0x1cedc3a gen_type_die ../../src/gcc/dwarf2out.cc:26457 0x1cd9c1e gen_decl_die ../../src/gcc/dwarf2out.cc:27058 0x1cf14f0 gen_member_die ../../src/gcc/dwarf2out.cc:25910 0x1cf14f0 gen_struct_or_union_type_die ../../src/gcc/dwarf2out.cc:26006 0x1cf14f0 gen_tagged_type_die ../../src/gcc/dwarf2out.cc:26207 0x1cee11d gen_type_die_with_usage ../../src/gcc/dwarf2out.cc:26401 0x1cedc3a gen_type_die ../../src/gcc/dwarf2out.cc:26457 0x1cd9af2 gen_decl_die ../../src/gcc/dwarf2out.cc:27097 0x1ca7055 dwarf2out_decl ../../src/gcc/dwarf2out.cc:27655 0x1ce3fdc dwarf2out_type_decl ../../src/gcc/dwarf2out.cc:27373 0x1ce3fdc rest_of_type_compilation(tree_node*, int) ../../src/gcc/passes.cc:339 0x1e13490 finish_struct_1(tree_node*) ../../src/gcc/cp/class.cc:7725 0x2005358 instantiate_class_template(tree_node*) ../../src/gcc/cp/pt.cc:12637 0x1cada38 complete_type(tree_node*) ../../src/gcc/cp/typeck.cc:138 0x1db5111 lookup_member(tree_node*, tree_node*, int, bool, int, access_failure_info*) ../../src/gcc/cp/search.cc:1198 0x1d6fc3f lookup_qualified_name(tree_node*, tree_node*, LOOK_want, bool) ../../src/gcc/cp/name-lookup.cc:7192 0x2043402 tsubst_qualified_id ../../src/gcc/cp/pt.cc:17173 Please submit a full bug report, with preprocessed source (by using -freport-bug). Please include the complete backtrace with any bug report. See for instructions. The bug is not reproducible, so it is likely a hardware or OS problem. make[3]: *** [Makefile:2453: generated/codelineedit.o] Error 1=