From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 7705 invoked by alias); 11 May 2012 15:12:44 -0000 Received: (qmail 7696 invoked by uid 22791); 11 May 2012 15:12:43 -0000 X-SWARE-Spam-Status: No, hits=-4.3 required=5.0 tests=ALL_TRUSTED,AWL,BAYES_00,KHOP_THREADED X-Spam-Check-By: sourceware.org Received: from localhost (HELO gcc.gnu.org) (127.0.0.1) by sourceware.org (qpsmtpd/0.43rc1) with ESMTP; Fri, 11 May 2012 15:12:30 +0000 From: "dje at gcc dot gnu.org" To: gcc-bugs@gcc.gnu.org Subject: [Bug bootstrap/53300] [4.8 Regression] AIX bootstrap related to varpool patch Date: Fri, 11 May 2012 15:46:00 -0000 X-Bugzilla-Reason: CC X-Bugzilla-Type: changed X-Bugzilla-Watch-Reason: None X-Bugzilla-Product: gcc X-Bugzilla-Component: bootstrap X-Bugzilla-Keywords: assemble-failure X-Bugzilla-Severity: normal X-Bugzilla-Who: dje at gcc dot gnu.org X-Bugzilla-Status: ASSIGNED X-Bugzilla-Priority: P3 X-Bugzilla-Assigned-To: hubicka at gcc dot gnu.org X-Bugzilla-Target-Milestone: 4.8.0 X-Bugzilla-Changed-Fields: Message-ID: In-Reply-To: References: X-Bugzilla-URL: http://gcc.gnu.org/bugzilla/ Auto-Submitted: auto-generated Content-Type: text/plain; charset="UTF-8" MIME-Version: 1.0 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 X-SW-Source: 2012-05/txt/msg01243.txt.bz2 http://gcc.gnu.org/bugzilla/show_bug.cgi?id=53300 --- Comment #16 from David Edelsohn 2012-05-11 15:11:59 UTC --- The mis-compiled file is libcpp/line-map.c. I have attached the pre-processed output for line-map.c on AIX. I also have attached assembly files showing the correct and incorrect output. The difference is: --- line-map.s.good 2012-05-11 11:01:33.000000000 -0400 +++ line-map.s.bad 2012-05-11 11:00:43.000000000 -0400 @@ -4536,26 +4536,6 @@ .byte 10 .byte "Macro line maps" .byte 10, 0 - .space 2 -LC..0: - .byte "LC_ENTER" - .byte 0 - .space 3 -LC..1: - .byte "LC_LEAVE" - .byte 0 - .space 3 -LC..2: - .byte "LC_RENAME" - .byte 0 - .space 2 -LC..3: - .byte "LC_RENAME_VERBATIM" - .byte 0 - .space 1 -LC..4: - .byte "LC_ENTER_MACRO" - .byte 0 .csect _linemap.rw_[RW],4 .align 2 .set LANCHOR..1,$ + 0 which corresponds to enum lc_reason { LC_ENTER = 0, LC_LEAVE, LC_RENAME, LC_RENAME_VERBATIM, LC_ENTER_MACRO };