From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 79715 invoked by alias); 3 May 2015 15:17:15 -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 79637 invoked by uid 48); 3 May 2015 15:17:10 -0000 From: "glaubitz at physik dot fu-berlin.de" To: gcc-bugs@gcc.gnu.org Subject: [Bug target/65979] Multiple issues in conftest.c prevent build on sh4-linux-gnu Date: Sun, 03 May 2015 15:17: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: 5.1.1 X-Bugzilla-Keywords: X-Bugzilla-Severity: normal X-Bugzilla-Who: glaubitz at physik dot fu-berlin.de 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: 7bit X-Bugzilla-URL: http://gcc.gnu.org/bugzilla/ Auto-Submitted: auto-generated MIME-Version: 1.0 X-SW-Source: 2015-05/txt/msg00136.txt.bz2 https://gcc.gnu.org/bugzilla/show_bug.cgi?id=65979 --- Comment #5 from John Paul Adrian Glaubitz --- > I can't see these failures on my cross builds of gcc-5, though. > It could be a problem of the build compiler too. I am manually building the latest gcc-4.9.2 snapshot we have in Debian now and then give it another shot building gcc-5 with the updated compiler. The latest gcc-4.9.2 contains lots of fixes regarding the code generation and maybe it also contains the decisive fixes for this case. Adrian