https://gcc.gnu.org/bugzilla/show_bug.cgi?id=117677
Bug ID: 117677 Summary: [15 Regression] Regression in fail, at selftest.cc:47 Product: gcc Version: 15.0 Status: UNCONFIRMED Severity: normal Priority: P3 Component: analyzer Assignee: dmalcolm at gcc dot gnu.org Reporter: doko at gcc dot gnu.org Target Milestone: --- trunk 20241119 fails to build on i686-linux-gnu, not seen on other linux targets LC_ALL=C GCC_COLORS= /<<PKGBUILDDIR>>/build/./gcc/xgcc -B/<<PKGBUILDDIR>>/build/./gcc/ -fno-checking -xc -nostdinc /dev/null -S -o /dev/null -fself-test=../../src/gcc/testsuite/selftests LC_ALL=C GCC_COLORS= /<<PKGBUILDDIR>>/build/./gcc/xgcc -B/<<PKGBUILDDIR>>/build/./gcc/ -fno-checking -xc++ -nostdinc /dev/null -S -o /dev/null -fself-test=../../src/gcc/testsuite/selftests ../../src/gcc/json-parsing.cc:2031: test_parse_number: FAIL: ASSERT_EQ ((3.141), (((const json::float_number *)jv)->get ())) cc1: internal compiler error: in fail, at selftest.cc:47 ../../src/gcc/json-parsing.cc:2031: test_parse_number: FAIL: ASSERT_EQ ((3.141), (((const json::float_number *)jv)->get ())) cc1plus: internal compiler error: in fail, at selftest.cc:47 0xafbe165 internal_error(char const*, ...) ../../src/gcc/diagnostic-global-context.cc:518 0xaf8fdaf fancy_abort(char const*, int, char const*) ../../src/gcc/diagnostic.cc:1697 0xaf8526c selftest::fail(selftest::location const&, char const*) ../../src/gcc/selftest.cc:47 0xaffea44 test_parse_number ../../src/gcc/json-parsing.cc:2031 0xb001855 selftest::json_parser_cc_tests() ../../src/gcc/json-parsing.cc:2379 0xae65ddd selftest::run_tests() ../../src/gcc/selftest-run-tests.cc:78 0x92a9193 toplev::run_self_tests() ../../src/gcc/toplev.cc:2270 Please submit a full bug report, with preprocessed source (by using -freport-bug). Please include the complete backtrace with any bug report. See <file:///usr/share/doc/gcc-snapshot/README.Bugs> for instructions. 0xb39876f internal_error(char const*, ...) ../../src/gcc/diagnostic-global-context.cc:518 0xb36a577 fancy_abort(char const*, int, char const*) ../../src/gcc/diagnostic.cc:1697 0xb35fa34 selftest::fail(selftest::location const&, char const*) ../../src/gcc/selftest.cc:47 0xb3d8d98 test_parse_number ../../src/gcc/json-parsing.cc:2031 0xb3dbba9 selftest::json_parser_cc_tests() ../../src/gcc/json-parsing.cc:2379 0xb22ff0b selftest::run_tests() ../../src/gcc/selftest-run-tests.cc:78 0x967b765 toplev::run_self_tests() ../../src/gcc/toplev.cc:2270 Please submit a full bug report, with preprocessed source (by using -freport-bug). Please include the complete backtrace with any bug report. See <file:///usr/share/doc/gcc-snapshot/README.Bugs> for instructions. make[5]: *** [../../src/gcc/c/Make-lang.in:153: s-selftest-c] Error 1 make[5]: *** Waiting for unfinished jobs.... make[5]: *** [../../src/gcc/cp/Make-lang.in:256: s-selftest-c++] Error 1