From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: by sourceware.org (Postfix, from userid 48) id 750A03857006; Mon, 13 Nov 2023 20:58:05 +0000 (GMT) DKIM-Filter: OpenDKIM Filter v2.11.0 sourceware.org 750A03857006 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gcc.gnu.org; s=default; t=1699909085; bh=88RcFNCvbeJqP/B7VhJADhbIGnrdyMOz6KCYz2nxMaI=; h=From:To:Subject:Date:In-Reply-To:References:From; b=JUhYglu4vhNwCullOoc8B4gOZfq0gKC5N8hyq6AtjmoXlGIwyWJdG0oyBirz4u4AO GlQvHqdjttVEAL6KF5y7xQEGfL52GT2tGKrxdh/Ypyeezraw/TzEb3S0M2Nu0yAAt8 YxyTsMcGwTI+P33SebGUuK8c4M+B9gEh2lZ6koA0= From: "xry111 at gcc dot gnu.org" To: gcc-bugs@gcc.gnu.org Subject: [Bug target/112520] gcc.dg/plugin/cpython-plugin-test-PyList_Append.c -fplugin=./analyzer_cpython_plugin.so ICE (segmentation fault) on loongarch64-linux-gnu Date: Mon, 13 Nov 2023 20:58:05 +0000 X-Bugzilla-Reason: CC X-Bugzilla-Type: changed X-Bugzilla-Watch-Reason: None X-Bugzilla-Product: gcc X-Bugzilla-Component: target X-Bugzilla-Version: 14.0 X-Bugzilla-Keywords: ice-checking, testsuite-fail X-Bugzilla-Severity: normal X-Bugzilla-Who: xry111 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: keywords 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 List-Id: https://gcc.gnu.org/bugzilla/show_bug.cgi?id=3D112520 Xi Ruoyao changed: What |Removed |Added ---------------------------------------------------------------------------- Keywords| |ice-checking --- Comment #1 from Xi Ruoyao --- spawn -ignore SIGHUP /home/xry111/git-repos/gcc-build/gcc/xgcc -B/home/xry111/git-repos/gcc-build/gcc/ /home/xry111/git-repos/gcc/gcc/testsuite/gcc.dg/plugin/cpython-plugin-test-= PyList_Append.c -fdiagnostics-plain-output -fplugin=3D./analyzer_cpython_plugin.so -fanalyz= er -I/usr/include/python3.12 -I/usr/include/python3.12 -S -o cpython-plugin-test-PyList_Append.s^M *** WARNING *** there are active plugins, do not report this as a bug unless you can reproduce it without enabling any plugins.^M Event | Plugins^M PLUGIN_ANALYZER_INIT | analyzer_cpython_plugin^M during IPA pass: analyzer^M /home/xry111/git-repos/gcc/gcc/testsuite/gcc.dg/plugin/cpython-plugin-test-= PyList_Append.c: In function 'test_PyListAppend_6':^M /home/xry111/git-repos/gcc/gcc/testsuite/gcc.dg/plugin/cpython-plugin-test-= PyList_Append.c:76:3: internal compiler error: Segmentation fault^M 0x120be55d7 crash_signal^M ../../gcc/gcc/toplev.cc:316^M 0x7ffff07664b0 tree_check(tree_node*, char const*, int, char const*, tree_code)^M /home/xry111/git-repos/gcc/gcc/testsuite/../../gcc/tree.h:3601^M 0x7ffff07664b0 get_field_by_name^M =20=20=20=20=20=20=20 /home/xry111/git-repos/gcc/gcc/testsuite/gcc.dg/plugin/analyzer_cpython_plu= gin.c:74^M 0x7ffff07666f7 ana::kf_PyList_Append::impl_call_pre(ana::call_details const= &) const^M =20=20=20=20=20=20=20 /home/xry111/git-repos/gcc/gcc/testsuite/gcc.dg/plugin/analyzer_cpython_plu= gin.c:611^M 0x121170ff7 ana::region_model::on_call_pre(gcall const*, ana::region_model_context*)^M ../../gcc/gcc/analyzer/region-model.cc:1652^M 0x121176c33 ana::region_model::on_stmt_pre(gimple const*, bool*, ana::region_model_context*)^M ../../gcc/gcc/analyzer/region-model.cc:1289^M 0x12112d677 ana::exploded_node::on_stmt(ana::exploded_graph&, ana::supernode const*, gimple const*, ana::program_state*, ana::uncertainty_t*, ana::path_context*)^M ../../gcc/gcc/analyzer/engine.cc:1491^M 0x121130d9f ana::exploded_graph::process_node(ana::exploded_node*)^M ../../gcc/gcc/analyzer/engine.cc:4092^M 0x121131b4b ana::exploded_graph::process_worklist()^M ../../gcc/gcc/analyzer/engine.cc:3486^M 0x121134897 ana::impl_run_checkers(ana::logger*)^M ../../gcc/gcc/analyzer/engine.cc:6154^M 0x1211358c7 ana::run_checkers()^M ../../gcc/gcc/analyzer/engine.cc:6242^M 0x12111fc6b execute^M ../../gcc/gcc/analyzer/analyzer-pass.cc:87^M Please submit a full bug report, with preprocessed source (by using -freport-bug).^M Please include the complete backtrace with any bug report.^M See for instructions.^M=