From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 114513 invoked by alias); 20 Jul 2015 13:25:21 -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 114438 invoked by uid 48); 20 Jul 2015 13:25:16 -0000 From: "glaubitz at physik dot fu-berlin.de" To: gcc-bugs@gcc.gnu.org Subject: [Bug target/66930] [5 Regression]: gengtype.c is miscompiled during stage2 Date: Mon, 20 Jul 2015 13:25: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: unknown 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-07/txt/msg01724.txt.bz2 https://gcc.gnu.org/bugzilla/show_bug.cgi?id=66930 --- Comment #3 from John Paul Adrian Glaubitz --- (In reply to John Paul Adrian Glaubitz from comment #2) > r223346 isn't affected either, 5.1.1-6 is still building and already got > past gengtype.c in stage 2. Going through the other logs while r223346 is still building, r224724 *is* affected. So unless the bug is somewhere else, it has to be an issue with PR/65979 or PR/66611. Will test that once the current build of r223346 has finished. Adrian