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

Trass3r <trass3r at gmail dot com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |trass3r at gmail dot com

--- Comment #2 from Trass3r <trass3r at gmail dot com> ---
Same here with
CPPFLAGS="-pipe -O3 -g0 -flto -march=haswell" CC=gcc-9 CXX=g++-9
../sources/gcc-git/configure --enable-languages=c,c++ --enable-lto
--enable-plugins --disable-nls --disable-multilib --disable-bootstrap
on Ubuntu 19.04:

./gcc/xgcc -B..././gcc/ -xc -nostdinc /dev/null -S -o /dev/null
-fself-test=../../sources/gcc-git/gcc/testsuite/selftests
cc1: internal compiler error: Segmentation fault
0x147094f crash_signal
        ../../sources/gcc-git/gcc/toplev.c:326
0x195ad29 cgraph_node::create(tree_node*)
        ../../sources/gcc-git/gcc/cgraph.h:2658
0x1958947 cgraph_node::get_create(tree_node*)
        ../../sources/gcc-git/gcc/cgraph.c:545
0x1926c38 selftest::test_capture_of_dump_calls(selftest::line_table_case
const&) [clone .lto_priv.0]
        ../../sources/gcc-git/gcc/dumpfile.c:2236
0x18f5fb3 selftest::dumpfile_c_tests()
        ../../sources/gcc-git/gcc/input.c:3555
0x8d3c31 selftest::run_tests()
        ../../sources/gcc-git/gcc/selftest-run-tests.c:62
0x1470973 toplev::run_self_tests()
        ../../sources/gcc-git/gcc/toplev.c:2230

Reply via email to