From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: by sourceware.org (Postfix, from userid 48) id 0B8143857C44; Mon, 15 Nov 2021 12:12:31 +0000 (GMT) DKIM-Filter: OpenDKIM Filter v2.11.0 sourceware.org 0B8143857C44 From: "rguenth at gcc dot gnu.org" To: gcc-bugs@gcc.gnu.org Subject: [Bug target/103248] ICE in operation_could_trap_helper_p, at tree-eh.c:2479 Date: Mon, 15 Nov 2021 12:12:30 +0000 X-Bugzilla-Reason: CC X-Bugzilla-Type: changed X-Bugzilla-Watch-Reason: None X-Bugzilla-Product: gcc X-Bugzilla-Component: target X-Bugzilla-Version: 12.0 X-Bugzilla-Keywords: ice-on-valid-code X-Bugzilla-Severity: normal X-Bugzilla-Who: rguenth 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: 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: Mon, 15 Nov 2021 12:12:31 -0000 https://gcc.gnu.org/bugzilla/show_bug.cgi?id=3D103248 --- Comment #3 from Richard Biener --- With just -ftrivial-auto-var-init=3Dpattern I see and ICE in during GIMPLE pass: lower vbase8-22.C: In function 'int main()': vbase8-22.C:69:1: internal compiler error: in clear_padding_type, at gimple-fold.c:4804 0x12d6a63 clear_padding_type /home/rguenther/src/trunk/gcc/gimple-fold.c:4804 0x12d69da clear_padding_type /home/rguenther/src/trunk/gcc/gimple-fold.c:4799 0x12d7b91 gimple_fold_builtin_clear_padding /home/rguenther/src/trunk/gcc/gimple-fold.c:5006 0x12d8335 gimple_fold_builtin /home/rguenther/src/trunk/gcc/gimple-fold.c:5180 0x12da469 gimple_fold_call /home/rguenther/src/trunk/gcc/gimple-fold.c:5588 cut&pasting all arguments you list doesn't change that, so ...? How did you configure GCC? I have --target=3Darm-none-linux-gnueabihf --with-float=3Dh= ard --with-cpu=3Dcortex-a9 --with-fpu=3Dneon-fp16=