From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: by sourceware.org (Postfix, from userid 48) id 0961C3944426; Wed, 18 Mar 2020 19:37:05 +0000 (GMT) DKIM-Filter: OpenDKIM Filter v2.11.0 sourceware.org 0961C3944426 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gcc.gnu.org; s=default; t=1584560225; bh=uUmR0lqvLQYQFFd1kQLLUdZx2Cd+aNsLEBCAUnZ4T18=; h=From:To:Subject:Date:In-Reply-To:References:From; b=cV4aOrizdA9AaGAReGdsHPfm+efiuUenlGKjjXLA+K1EYz/8Rtm0qX0r6L+XdxPG0 O7gpEGcfx7eI0bydgUGopifenqZ4Rn9kxYOQJtRaQRWi1eE4szLS3Q/qebA0+tdrOa bl0X2wc6VQ35PrrcDFhesX8MfDpSBRFwejCtr0K0= From: "marxin at gcc dot gnu.org" To: gcc-bugs@gcc.gnu.org Subject: [Bug ipa/94217] [10 Regression] ICE in ipa_find_agg_cst_for_param, at ipa-prop.c:3467 since r10-7237-g4e3d3e40726e1b68 Date: Wed, 18 Mar 2020 19:37:04 +0000 X-Bugzilla-Reason: CC X-Bugzilla-Type: changed X-Bugzilla-Watch-Reason: None X-Bugzilla-Product: gcc X-Bugzilla-Component: ipa X-Bugzilla-Version: 10.0 X-Bugzilla-Keywords: ice-on-valid-code X-Bugzilla-Severity: normal X-Bugzilla-Who: marxin at gcc dot gnu.org X-Bugzilla-Status: NEW X-Bugzilla-Resolution: X-Bugzilla-Priority: P1 X-Bugzilla-Assigned-To: unassigned at gcc dot gnu.org X-Bugzilla-Target-Milestone: 10.0 X-Bugzilla-Flags: X-Bugzilla-Changed-Fields: attachments.created 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 X-BeenThere: gcc-bugs@gcc.gnu.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: Gcc-bugs mailing list List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 18 Mar 2020 19:37:05 -0000 https://gcc.gnu.org/bugzilla/show_bug.cgi?id=3D94217 --- Comment #5 from Martin Li=C5=A1ka --- Created attachment 48060 --> https://gcc.gnu.org/bugzilla/attachment.cgi?id=3D48060&action=3Dedit Reduced test-case without a warning $ gcc -O2 -flto star.ii -shared during IPA pass: cp lto1: internal compiler error: in ipa_find_agg_cst_for_param, at ipa-prop.c:3467 0x66038d ipa_find_agg_cst_for_param(ipa_agg_value_set*, tree_node*, long, b= ool, bool*) /home/marxin/Programming/gcc/gcc/ipa-prop.c:3467 0x66038d ipa_find_agg_cst_for_param(ipa_agg_value_set*, tree_node*, long, b= ool, bool*) /home/marxin/Programming/gcc/gcc/ipa-prop.c:3440 0xae630f evaluate_conditions_for_known_args /home/marxin/Programming/gcc/gcc/ipa-fnsummary.c:371 0xaefdb9 estimate_ipcp_clone_size_and_time(cgraph_node*, vec, vec, vec, int*, sreal*, sreal*, int*) /home/marxin/Programming/gcc/gcc/ipa-fnsummary.c:3658 0x167ff18 estimate_local_effects /home/marxin/Programming/gcc/gcc/ipa-cp.c:3478 0x168a26f propagate_constants_topo /home/marxin/Programming/gcc/gcc/ipa-cp.c:3816 0x168a26f ipcp_propagate_stage /home/marxin/Programming/gcc/gcc/ipa-cp.c:3912 0x168a26f ipcp_driver /home/marxin/Programming/gcc/gcc/ipa-cp.c:5908 0x168a26f execute /home/marxin/Programming/gcc/gcc/ipa-cp.c:6001 Please submit a full bug report, with preprocessed source if appropriate. Please include the complete backtrace with any bug report. See for instructions. lto-wrapper: fatal error: gcc returned 1 exit status compilation terminated. /usr/bin/ld: error: lto-wrapper failed collect2: error: ld returned 1 exit status=