https://gcc.gnu.org/bugzilla/show_bug.cgi?id=112520

John David Anglin <danglin at gcc dot gnu.org> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |danglin at gcc dot gnu.org

--- Comment #4 from John David Anglin <danglin at gcc dot gnu.org> ---
Same error occurs on hppa-unknown-linux-gnu:

spawn -ignore SIGHUP /home/dave/gnu/gcc/objdir/gcc/xgcc
-B/home/dave/gnu/gcc/obj
dir/gcc/
/home/dave/gnu/gcc/gcc/gcc/testsuite/gcc.dg/plugin/cpython-plugin-test-
PyList_Append.c -fdiagnostics-plain-output
-fplugin=./analyzer_cpython_plugin.so
 -fanalyzer -I/usr/include/python3.12 -I/usr/include/python3.12 -S -o
cpython-pl
ugin-test-PyList_Append.s
*** WARNING *** there are active plugins, do not report this as a bug unless
you
 can reproduce it without enabling any plugins.
Event                            | Plugins
PLUGIN_ANALYZER_INIT             | analyzer_cpython_plugin
during IPA pass: analyzer
/home/dave/gnu/gcc/gcc/gcc/testsuite/gcc.dg/plugin/cpython-plugin-test-PyList_Ap
pend.c: In function 'test_PyListAppend_6':
/home/dave/gnu/gcc/gcc/gcc/testsuite/gcc.dg/plugin/cpython-plugin-test-PyList_Ap
pend.c:76:3: internal compiler error: Segmentation fault
0x8a3a73 crash_signal
        ../../gcc/gcc/toplev.cc:319
0xf77bb0ac get_field_by_name
       
/home/dave/gnu/gcc/gcc/gcc/testsuite/gcc.dg/plugin/analyzer_cpython_plug
in.c:75
0xf77bb0ac ana::kf_PyList_Append::impl_call_pre(ana::call_details const&) const
       
/home/dave/gnu/gcc/gcc/gcc/testsuite/gcc.dg/plugin/analyzer_cpython_plug
in.c:609
0xc6c57f ana::region_model::on_call_pre(gcall const*,
ana::region_model_context*
)
        ../../gcc/gcc/analyzer/region-model.cc:1718
0xc6de27 ana::region_model::on_stmt_pre(gimple const*, bool*,
ana::region_model_
context*)
        ../../gcc/gcc/analyzer/region-model.cc:1355
0xc39f97 ana::exploded_node::on_stmt_pre(ana::exploded_graph&, gimple const*,
ana::program_state*, bool*, bool*, ana::region_model_context*)
        ../../gcc/gcc/analyzer/engine.cc:1593
0xc3a1f7 ana::exploded_node::on_stmt(ana::exploded_graph&, ana::supernode
const*, gimple const*, ana::program_state*, ana::uncertainty_t*, bool*,
ana::path_context*)
        ../../gcc/gcc/analyzer/engine.cc:1515
0xc3c953 ana::exploded_graph::process_node(ana::exploded_node*)
        ../../gcc/gcc/analyzer/engine.cc:4125
0xc3d9c7 ana::exploded_graph::process_worklist()
        ../../gcc/gcc/analyzer/engine.cc:3516
0xc3fd6b ana::impl_run_checkers(ana::logger*)
        ../../gcc/gcc/analyzer/engine.cc:6210
0xc4104b ana::run_checkers()
        ../../gcc/gcc/analyzer/engine.cc:6308
0xc2fb7b execute
        ../../gcc/gcc/analyzer/analyzer-pass.cc:87
Please submit a full bug report, with preprocessed source (by using
-freport-bug).
Please include the complete backtrace with any bug report.
See <https://gcc.gnu.org/bugs/> for instructions.
compiler exited with status 1

Reply via email to