From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: by sourceware.org (Postfix, from userid 48) id 6473C393BC0C; Mon, 7 Dec 2020 12:56:35 +0000 (GMT) DKIM-Filter: OpenDKIM Filter v2.11.0 sourceware.org 6473C393BC0C From: "dcb314 at hotmail dot com" To: gcc-bugs@gcc.gnu.org Subject: [Bug rtl-optimization/94440] [8/9/10/11 Regression] ICE in check_bool_attrs, at recog.c:2168 since r7-5324-gb8cab8a5492e9639 Date: Mon, 07 Dec 2020 12:56:35 +0000 X-Bugzilla-Reason: CC X-Bugzilla-Type: changed X-Bugzilla-Watch-Reason: None X-Bugzilla-Product: gcc X-Bugzilla-Component: rtl-optimization X-Bugzilla-Version: 10.0 X-Bugzilla-Keywords: ice-on-valid-code X-Bugzilla-Severity: normal X-Bugzilla-Who: dcb314 at hotmail dot com X-Bugzilla-Status: NEW X-Bugzilla-Resolution: X-Bugzilla-Priority: P2 X-Bugzilla-Assigned-To: unassigned at gcc dot gnu.org X-Bugzilla-Target-Milestone: 11.0 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, 07 Dec 2020 12:56:35 -0000 https://gcc.gnu.org/bugzilla/show_bug.cgi?id=3D94440 --- Comment #11 from David Binderman --- (In reply to Jakub Jelinek from comment #10) > I can't reproduce it anymore. The code in comment 7 still fails. $ /home/dcb/gcc/results/bin/gcc -c -w -ffast-math bug634.c 2>&1 | fgrep err= or: bug634.c:5:44: internal compiler error: in check_bool_attrs, at recog.c:2190 $ /home/dcb/gcc/results/bin/gcc -v Using built-in specs. COLLECT_GCC=3D/home/dcb/gcc/results/bin/gcc COLLECT_LTO_WRAPPER=3D/home/dcb/gcc/results.20201206/libexec/gcc/x86_64-pc-= linux-gnu/11.0.0/lto-wrapper Target: x86_64-pc-linux-gnu Configured with: ../trunk.git/configure --prefix=3D/home/dcb/gcc/results.20= 201206 --disable-bootstrap --disable-multilib --disable-werror --with-pkgversion=3D8c23434fdadcf4ca --enable-checking=3Ddf,extra,fold,rtl,= yes --enable-languages=3Dc,c++,fortran Thread model: posix Supported LTO compression algorithms: zlib zstd gcc version 11.0.0 20201206 (experimental) (8c23434fdadcf4ca)=