From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 62214 invoked by alias); 20 Aug 2015 08:16:45 -0000 Mailing-List: contact gcc-bugs-help@gcc.gnu.org; run by ezmlm Precedence: bulk List-Id: List-Archive: List-Post: List-Help: Sender: gcc-bugs-owner@gcc.gnu.org Received: (qmail 62153 invoked by uid 48); 20 Aug 2015 08:16:41 -0000 From: "glaubitz at physik dot fu-berlin.de" To: gcc-bugs@gcc.gnu.org Subject: [Bug target/66563] [4.9/5 Regression] ICE (segmentation fault) on sh4-linux-gnu Date: Thu, 20 Aug 2015 08:16:00 -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: 4.9.2 X-Bugzilla-Keywords: ice-on-valid-code X-Bugzilla-Severity: normal X-Bugzilla-Who: glaubitz at physik dot fu-berlin.de X-Bugzilla-Status: RESOLVED X-Bugzilla-Resolution: FIXED X-Bugzilla-Priority: P3 X-Bugzilla-Assigned-To: unassigned at gcc dot gnu.org X-Bugzilla-Target-Milestone: 4.9.4 X-Bugzilla-Flags: X-Bugzilla-Changed-Fields: Message-ID: In-Reply-To: References: Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: 7bit X-Bugzilla-URL: http://gcc.gnu.org/bugzilla/ Auto-Submitted: auto-generated MIME-Version: 1.0 X-SW-Source: 2015-08/txt/msg01394.txt.bz2 https://gcc.gnu.org/bugzilla/show_bug.cgi?id=66563 --- Comment #58 from John Paul Adrian Glaubitz --- Oh, and according to the Debian changelog, it must be a regression that was introduced somewhere between r218987 and r222750 of the gcc-4.9 branch. Currently, the buildds did not build any snapshot version between those two revisions unfortunately, but I can just do more test builds to narrow down the revision range where we need to look for the change that introduced the regression. Adrian