From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: by sourceware.org (Postfix, from userid 48) id 1CD74384641C; Wed, 8 May 2024 12:59:21 +0000 (GMT) DKIM-Filter: OpenDKIM Filter v2.11.0 sourceware.org 1CD74384641C DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gcc.gnu.org; s=default; t=1715173161; bh=acLuNVXpJtlApSVHRIcDReXW4jFiOOpWjtFC/AGMKRw=; h=From:To:Subject:Date:From; b=h2C61UD6ug/Gib01OTRUpGiesP6TkBUyHCGMjVZkSVkOoGB1bnrIw80AmjDzgDUf9 Htq+f1vT7ogZZY/53ydPkqRCkXxL/YTfPErOFoWZjwK6BghDHHaPY2O0V4k7eIbkLz Y6ZD3uDbR16AfjWior+NSDu8Wo5o7sLFNzdGjxPg= From: "seurer at gcc dot gnu.org" To: gcc-bugs@gcc.gnu.org Subject: [Bug bootstrap/114985] New: [15 regression] internal compiler error: in discriminator_fail during stage2 Date: Wed, 08 May 2024 12:59:20 +0000 X-Bugzilla-Reason: CC X-Bugzilla-Type: new X-Bugzilla-Watch-Reason: None X-Bugzilla-Product: gcc X-Bugzilla-Component: bootstrap X-Bugzilla-Version: 15.0 X-Bugzilla-Keywords: X-Bugzilla-Severity: normal X-Bugzilla-Who: seurer 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=3D114985 Bug ID: 114985 Summary: [15 regression] internal compiler error: in discriminator_fail during stage2 Product: gcc Version: 15.0 Status: UNCONFIRMED Severity: normal Priority: P3 Component: bootstrap Assignee: unassigned at gcc dot gnu.org Reporter: seurer at gcc dot gnu.org Target Milestone: --- I am looking for the source but this is the failure: /home/seurer/gcc/git/build/gcc-trunk-bootstrap/./prev-gcc/xg++ -B/home/seurer/gcc/git/build/gcc-trunk-bootstrap/./prev-gcc/ -B/home/seurer/gcc/git/install/gcc-trunk-bootstrap/powerpc64le-unknown-linu= x-gnu/bin/ -nostdinc++ -B/home/seurer/gcc/git/build/gcc-trunk-bootstrap/prev-powerpc64le-unknown-l= inux-gnu/libstdc++-v3/src/.libs -B/home/seurer/gcc/git/build/gcc-trunk-bootstrap/prev-powerpc64le-unknown-l= inux-gnu/libstdc++-v3/libsupc++/.libs -I/home/seurer/gcc/git/build/gcc-trunk-bootstrap/prev-powerpc64le-unknown-l= inux-gnu/libstdc++-v3/include/powerpc64le-unknown-linux-gnu -I/home/seurer/gcc/git/build/gcc-trunk-bootstrap/prev-powerpc64le-unknown-l= inux-gnu/libstdc++-v3/include -I/home/seurer/gcc/git/gcc-trunk-bootstrap/libstdc++-v3/libsupc++ -L/home/seurer/gcc/git/build/gcc-trunk-bootstrap/prev-powerpc64le-unknown-l= inux-gnu/libstdc++-v3/src/.libs -L/home/seurer/gcc/git/build/gcc-trunk-bootstrap/prev-powerpc64le-unknown-l= inux-gnu/libstdc++-v3/libsupc++/.libs -fno-PIE -c -DIN_GCC_FRONTEND -g -O2 -fno-checking -gtoggle -DIN_GCC=20= =20=20 -fno-exceptions -fno-rtti -fasynchronous-unwind-tables -W -Wall -Wno-narrow= ing -Wwrite-strings -Wcast-qual -Wmissing-format-attribute -Wconditionally-supported -Woverloaded-virtual -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -Werror -fno-common=20 -DHAVE_CONFIG_H -fno-PIE -I. -Ic -I/home/seurer/gcc/git/gcc-trunk-bootstrap= /gcc -I/home/seurer/gcc/git/gcc-trunk-bootstrap/gcc/c -I/home/seurer/gcc/git/gcc-trunk-bootstrap/gcc/../include=20 -I/home/seurer/gcc/git/gcc-trunk-bootstrap/gcc/../libcpp/include -I/home/seurer/gcc/git/gcc-trunk-bootstrap/gcc/../libcody -I/home/seurer/gcc/git/build/gcc-trunk-bootstrap/./gmp -I/home/seurer/gcc/git/gcc-trunk-bootstrap/gmp -I/home/seurer/gcc/git/build/gcc-trunk-bootstrap/./mpfr/src -I/home/seurer/gcc/git/gcc-trunk-bootstrap/mpfr/src -I/home/seurer/gcc/git/gcc-trunk-bootstrap/mpc/src=20 -I/home/seurer/gcc/git/gcc-trunk-bootstrap/gcc/../libdecnumber -I/home/seurer/gcc/git/gcc-trunk-bootstrap/gcc/../libdecnumber/dpd -I../libdecnumber -I/home/seurer/gcc/git/gcc-trunk-bootstrap/gcc/../libbacktrace -I/home/seurer/gcc/git/build/gcc-trunk-bootstrap/./isl/include -I/home/seurer/gcc/git/gcc-trunk-bootstrap/isl/include -o c/c-parser.o -MT c/c-parser.o -MMD -MP -MF c/.deps/c-parser.TPo /home/seurer/gcc/git/gcc-trunk-bootstrap/gcc/c/c-parser.cc DISCRIMINATOR FAIL. Dispatch =3D=3D=3D=3D> RO_PPP <=3D=3D=3D=3D during IPA pass: inline In file included from /home/seurer/gcc/git/gcc-trunk-bootstrap/gcc/c/c-parser.cc:26971: ./gt-c-c-parser.h:94:2: internal compiler error: in discriminator_fail, at range-op.cc:204 94 | }; | ^ 0x11993d23 range_op_handler::discriminator_fail(vrange const&, vrange const= &, vrange const&) const /home/seurer/gcc/git/gcc-trunk-bootstrap/gcc/range-op.cc:204 0x11993fff range_op_handler::fold_range(vrange&, tree_node*, vrange const&, vrange const&, relation_trio) const /home/seurer/gcc/git/gcc-trunk-bootstrap/gcc/range-op.cc:228 0x13198197 ipa_value_range_from_jfunc(vrange&, ipa_node_params*, cgraph_edg= e*, ipa_jump_func*, tree_node*) /home/seurer/gcc/git/gcc-trunk-bootstrap/gcc/ipa-cp.cc:1743 0x116214e3 evaluate_properties_for_edge(cgraph_edge*, bool, unsigned int*, unsigned int*, ipa_auto_call_arg_values*, bool) /home/seurer/gcc/git/gcc-trunk-bootstrap/gcc/ipa-fnsummary.cc:680 0x116567d3 do_estimate_edge_size(cgraph_edge*) /home/seurer/gcc/git/gcc-trunk-bootstrap/gcc/ipa-inline-analysis.cc= :337 0x11657ab7 estimate_edge_size(cgraph_edge*) /home/seurer/gcc/git/gcc-trunk-bootstrap/gcc/ipa-inline.h:79 0x11657ba3 estimate_edge_growth(cgraph_edge*) /home/seurer/gcc/git/gcc-trunk-bootstrap/gcc/ipa-inline.h:100 0x11656d0b do_estimate_growth_1 /home/seurer/gcc/git/gcc-trunk-bootstrap/gcc/ipa-inline-analysis.cc= :436 0x11176bcf cgraph_node::call_for_symbol_and_aliases(bool (*)(cgraph_node*, void*), void*, bool) /home/seurer/gcc/git/gcc-trunk-bootstrap/gcc/cgraph.h:3429 0x11656fbb estimate_growth(cgraph_node*) /home/seurer/gcc/git/gcc-trunk-bootstrap/gcc/ipa-inline-analysis.cc= :474 0x131cb18f inline_small_functions /home/seurer/gcc/git/gcc-trunk-bootstrap/gcc/ipa-inline.cc:2081 0x131ce89b ipa_inline /home/seurer/gcc/git/gcc-trunk-bootstrap/gcc/ipa-inline.cc:2850 0x131cfc6b execute /home/seurer/gcc/git/gcc-trunk-bootstrap/gcc/ipa-inline.cc:3248=