From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: by sourceware.org (Postfix, from userid 48) id 57453394742C; Wed, 18 Mar 2020 17:23:17 +0000 (GMT) DKIM-Filter: OpenDKIM Filter v2.11.0 sourceware.org 57453394742C DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gcc.gnu.org; s=default; t=1584552197; bh=GEquhBpGAPaYqE5eubbG2cLDzMq79ida5GgY/uAUv9Q=; h=From:To:Subject:Date:In-Reply-To:References:From; b=tkVlhLDfBibvj+z1TIIO8BoddUF9VDhDcmiAl6pJ6KCZB1p8hzF6pZQAl3iF+2etA 7pO+JvHiUh4CXHoRE2F1VfT1PoLMEG0GioTklCXZmD4V7JvkfjtxwVIS002ZqFGyac VemVqlvVVnI9E3GsKwvgF7RNnfvS1XnByQU8tvMg= From: "xerofoify at gmail dot com" To: gcc-bugs@gcc.gnu.org Subject: [Bug tree-optimization/94216] [10 Regression] ICE in maybe_canonicalize_mem_ref_addr, at gimple-fold.c:4899 since r10-7237-g4e3d3e40726e1b68bf52fa205c68495124ea60b8 Date: Wed, 18 Mar 2020 17:23:17 +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: 10.0 X-Bugzilla-Keywords: ice-on-valid-code X-Bugzilla-Severity: normal X-Bugzilla-Who: xerofoify at gmail dot com 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: 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 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 17:23:17 -0000 https://gcc.gnu.org/bugzilla/show_bug.cgi?id=3D94216 Nicholas Krause changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |xerofoify at gmail dot com --- Comment #2 from Nicholas Krause --- Jakub,=20 I just tested your patch like this: ./gcc -B. comm.ii -c -g -O as mentioned by Martin Liska's report. It does not crash now so this should be fixed by it and the compiler was configured like: Configured with: ../gcc/configure --enable-lanuages=3Dc,c++ --enable-threads -disable-multilibs --enable-checking=3Dyes --prefix=3D/home/xerofoify/obdji= r=