From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: by sourceware.org (Postfix, from userid 48) id 16F623858D38; Thu, 17 Aug 2023 10:46:11 +0000 (GMT) DKIM-Filter: OpenDKIM Filter v2.11.0 sourceware.org 16F623858D38 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gcc.gnu.org; s=default; t=1692269171; bh=2vRk7ust4vYO26fY9tczF29CtpyV/mOaU9zINp5I/pM=; h=From:To:Subject:Date:In-Reply-To:References:From; b=qP9omcqoiUIFJ3kdDPUCxUYfXTR5lyDK3nbn7x6il6oIFln32+BK+GPCHKlADJ5xk tHFbUHKMIUXPP3H+l0U8n0PwVH3aUY7uYqjqlKHLjknCI95v6yWlIj/v1viQt6zuOn JsEHX7UHUamS/aRZGCgggrirbe+whfSfpxmn/Abs= From: "dcb314 at hotmail dot com" To: gcc-bugs@gcc.gnu.org Subject: [Bug tree-optimization/111043] [14 regression] ICE in adjust_loop_info_after_peeling, at tree-ssa-loop-ivcanon.cc:1068 Date: Thu, 17 Aug 2023 10:46:10 +0000 X-Bugzilla-Reason: CC X-Bugzilla-Type: changed X-Bugzilla-Watch-Reason: None X-Bugzilla-Product: gcc X-Bugzilla-Component: tree-optimization X-Bugzilla-Version: 14.0 X-Bugzilla-Keywords: ice-on-valid-code X-Bugzilla-Severity: normal X-Bugzilla-Who: dcb314 at hotmail dot com 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: 14.0 X-Bugzilla-Flags: X-Bugzilla-Changed-Fields: cc 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=3D111043 David Binderman changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |dcb314 at hotmail dot com --- Comment #1 from David Binderman --- I see this one also. ccg $ ~/gcc/results.20230720.asan.ubsan/bin/gcc -v 2>&1 | grep exp gcc version 14.0.0 20230720 (experimental) (b2cfe5233e682fc0)=20 ccg $ ~/gcc/results.20230721.asan.ubsan/bin/gcc -v 2>&1 | grep exp gcc version 14.0.0 20230721 (experimental) (f32518726ee8e836)=20 ccg $ for i in ~/gcc/results.20230721.asan.ubsan/bin/gcc; do echo $i; $i -c= -w -O2 destDir/testFile.1328.c 2>&1 | grep error: ; done /home/dcb38/gcc/results.20230721.asan.ubsan/bin/gcc destDir/testFile.1328.c:41:9: internal compiler error: in adjust_loop_info_after_peeling, at tree-ssa-loop-ivcanon.cc:1023 ccg $ for i in ~/gcc/results.20230720.asan.ubsan/bin/gcc; do echo $i; $i -c= -w -O2 destDir/testFile.1328.c 2>&1 | grep error: ; done /home/dcb38/gcc/results.20230720.asan.ubsan/bin/gcc ccg $=