From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 104428 invoked by alias); 26 May 2015 23:11:46 -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 104346 invoked by uid 48); 26 May 2015 23:11:41 -0000 From: "kkojima at gcc dot gnu.org" To: gcc-bugs@gcc.gnu.org Subject: [Bug target/65979] [5/6 Regression] [SH] Wrong code is generated with stage1 compiler Date: Tue, 26 May 2015 23:11: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: kkojima at gcc dot gnu.org X-Bugzilla-Status: NEW 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: short_desc 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/msg02183.txt.bz2 https://gcc.gnu.org/bugzilla/show_bug.cgi?id=65979 Kazumoto Kojima changed: What |Removed |Added ---------------------------------------------------------------------------- Summary|[4.9/5/6 Regression] [SH] |[5/6 Regression] [SH] Wrong |Wrong code is generated |code is generated with |with stage1 compiler |stage1 compiler --- Comment #32 from Kazumoto Kojima --- (In reply to John Paul Adrian Glaubitz from comment #28) I should have been more clear about these comparison messages. Warning is warning and doesn't cause failure. gcc/cc1*-checksum.o objects depend on the virtual addresses of executables. If randomize-va-space feature of kernel on the target machine is used, then stage2/3 cc1*-checksum.o differs without any compiler problem. These differences are warned but aren't handled as errors for that reason. It looks that the log for 4.8.4-2 includes gcc/d/ctfeexpr.dmd.o differs line just after its 'Bootstrap comparison failure!' line. It looks that that is the cause of failure and is a differnt issue. For the original PR, I've apply the fix on 5/6 in behalf of Oleg after the regtest on trunk which has become possible because 66181 is fixed.