From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: by sourceware.org (Postfix, from userid 48) id 0E1E03858D1E; Mon, 20 Feb 2023 23:31:25 +0000 (GMT) DKIM-Filter: OpenDKIM Filter v2.11.0 sourceware.org 0E1E03858D1E DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gcc.gnu.org; s=default; t=1676935885; bh=QSnKjnQKVLCOoKjKrF9HbVnOTfH83MCjLJk1WLkm7K0=; h=From:To:Subject:Date:In-Reply-To:References:From; b=hDIYMOIHxAyXOo/miHh6USUBxNkXVFFBDJUXaJrDOGImtMg9A6M8JS5GlLOpTo4a/ j/k5gRyUydt/sU/0sZ9Xr0AnjmKQdngyOahxVRAepqgHAFsPa1aM9STy4A92thUcvJ AGuqew+b5JwaWL5MLUEdoIwLmyf4N+p+ccX6jayg= From: "pinskia at gcc dot gnu.org" To: gcc-bugs@gcc.gnu.org Subject: [Bug middle-end/108854] tbb-2021.8.0 fails on i686-linux (32-bit), internal compiler error: in expand_expr_real_1, at expr.c:10281 Date: Mon, 20 Feb 2023 23:31:24 +0000 X-Bugzilla-Reason: CC X-Bugzilla-Type: changed X-Bugzilla-Watch-Reason: None X-Bugzilla-Product: gcc X-Bugzilla-Component: middle-end X-Bugzilla-Version: 11.3.0 X-Bugzilla-Keywords: ice-on-valid-code, needs-reduction X-Bugzilla-Severity: normal X-Bugzilla-Who: pinskia at gcc dot gnu.org X-Bugzilla-Status: WAITING 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: 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=3D108854 --- Comment #4 from Andrew Pinski --- This is the ICE: tbb-i686-linux> during RTL pass: expand tbb-i686-linux> In file included from /build/source/src/tbb/../../include/tbb/flow_graph.h:17, tbb-i686-linux> from /build/source/test/tbb/test_continue_node.cpp:19: tbb-i686-linux> /build/source/src/tbb/../../include/tbb/../oneapi/tbb/flow_graph.h: In memb= er function 'bool tbb::detail::d1::broadcast_node::_ZThn20_N3t= bb6detail2d114broadcast_nodeINS1_12continue_msgEE18register_successorERNS1_= 8receiverIS3_EE.artificial_thunk.0(tbb::detail::d1::broadcast_node::successor_type&)': tbb-i686-linux> /build/source/src/tbb/../../include/tbb/../oneapi/tbb/flow_graph.h:1117:10: internal compiler error: in expand_expr_real_1, at expr.c:10281 tbb-i686-linux> 1117 | bool register_successor( successor_type &r ) override { tbb-i686-linux> | ^~~~~~~~~~~~~~~~~~ tbb-i686-linux> 0x9301fc9 diagnostic_impl(rich_location*, diagnostic_metada= ta const*, int, char const*, char**, diagnostic_t) tbb-i686-linux> ???:0 tbb-i686-linux> 0x930218b internal_error(char const*, ...) tbb-i686-linux> ???:0 tbb-i686-linux> 0x82791d5 fancy_abort(char const*, int, char const*) tbb-i686-linux> ???:0 tbb-i686-linux> 0x82461f7 expand_expr_real_1(tree_node*, rtx_def*, machine_mode, expand_modifier, rtx_def**, bool) [clone .cold] tbb-i686-linux> ???:0 tbb-i686-linux> 0x84f4ce5 expand_gimple_stmt(gimple*) tbb-i686-linux> ???:0 tbb-i686-linux> 0x84fb309 (anonymous namespace)::pass_expand::execute(function*) tbb-i686-linux> ???:0 tbb-i686-linux> Please submit a full bug report, tbb-i686-linux> with preprocessed source if appropriate. tbb-i686-linux> Please include the complete backtrace with any bug report. tbb-i686-linux> See for instructions.=