From patchwork Tue Apr 10 00:57:39 2012 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: "H.J. Lu" X-Patchwork-Id: 151504 Return-Path: X-Original-To: incoming@patchwork.ozlabs.org Delivered-To: patchwork-incoming@bilbo.ozlabs.org Received: from sourceware.org (server1.sourceware.org [209.132.180.131]) by ozlabs.org (Postfix) with SMTP id 3416CB7005 for ; Tue, 10 Apr 2012 10:58:54 +1000 (EST) Comment: DKIM? See http://www.dkim.org DKIM-Signature: v=1; a=rsa-sha1; c=relaxed/relaxed; d=gcc.gnu.org; s=default; x=1334624335; h=Comment: DomainKey-Signature:Received:Received:Received:Received:Received: Received:Date:From:To:Subject:Message-ID:Reply-To:MIME-Version: Content-Type:Content-Disposition:User-Agent:Mailing-List: Precedence:List-Id:List-Unsubscribe:List-Archive:List-Post: List-Help:Sender:Delivered-To; bh=aI4Ovd2pXS5LMQ+35ig4WfXyQ2I=; b=PmphrG9f1M6lBO6PlY3fKqtRd4ifJO4VZIdVIalslhfrDz/yRRY5orAn588X08 RxovMetfwnunWSEukMg0T5Nt24jY/QtebpTu5rQ3OYXfIMLs0n05T7jbekeiK/Ig lfPZ5TZl26c3MzpdGzkMdPbggJgTCS/NkWnNjwsidAq4Q= Comment: DomainKeys? See http://antispam.yahoo.com/domainkeys DomainKey-Signature: a=rsa-sha1; q=dns; c=nofws; s=default; d=gcc.gnu.org; h=Received:Received:X-SWARE-Spam-Status:X-Spam-Check-By:Received:Received:X-ExtLoop1:Received:Received:Date:From:To:Subject:Message-ID:Reply-To:MIME-Version:Content-Type:Content-Disposition:User-Agent:Mailing-List:Precedence:List-Id:List-Unsubscribe:List-Archive:List-Post:List-Help:Sender:Delivered-To; b=scBJvZJCU7Hc6Xf9Hb5CG5mctH0bQsi0w81QxbX+nJla+rDli0/eLXVPpbLxsr wwGAQP/9hl8gd6phNfH/gy/XqChqjYLFsPdcceXdjMZCDkGpoUnpO7hKhnzGD8Br fpYWDGmSUtWxkCiH7CZCX5L16wD61GWNbMtmwnLHSk1U4=; Received: (qmail 23542 invoked by alias); 10 Apr 2012 00:58:15 -0000 Received: (qmail 23515 invoked by uid 22791); 10 Apr 2012 00:58:06 -0000 X-SWARE-Spam-Status: No, hits=-4.1 required=5.0 tests=AWL, BAYES_00, KHOP_RCVD_UNTRUST, NO_DNS_FOR_FROM, RCVD_IN_DNSWL_HI, RCVD_IN_HOSTKARMA_W, T_RP_MATCHES_RCVD X-Spam-Check-By: sourceware.org Received: from mga03.intel.com (HELO mga03.intel.com) (143.182.124.21) by sourceware.org (qpsmtpd/0.43rc1) with ESMTP; Tue, 10 Apr 2012 00:57:44 +0000 Received: from azsmga001.ch.intel.com ([10.2.17.19]) by azsmga101.ch.intel.com with ESMTP; 09 Apr 2012 17:57:39 -0700 X-ExtLoop1: 1 Received: from gnu-6.sc.intel.com ([10.3.194.135]) by azsmga001.ch.intel.com with ESMTP; 09 Apr 2012 17:57:39 -0700 Received: by gnu-6.sc.intel.com (Postfix, from userid 500) id 45DD0C20CE; Mon, 9 Apr 2012 17:57:39 -0700 (PDT) Date: Mon, 9 Apr 2012 17:57:39 -0700 From: "H.J. Lu" To: gcc-patches@gcc.gnu.org Subject: PATCH: PR other/52777: [4.8 Regression] ./options.h:3546:0: error: "MASK_SIO" redefined [-Werror] Message-ID: <20120410005739.GA23237@intel.com> Reply-To: "H.J. Lu" MIME-Version: 1.0 Content-Disposition: inline User-Agent: Mutt/1.5.21 (2010-09-15) Mailing-List: contact gcc-patches-help@gcc.gnu.org; run by ezmlm Precedence: bulk List-Id: List-Unsubscribe: List-Archive: List-Post: List-Help: Sender: gcc-patches-owner@gcc.gnu.org Delivered-To: mailing list gcc-patches@gcc.gnu.org Hi, I checked in this patch, which has been approved in PR. H.J. Index: config/pa/pa.opt =================================================================== --- config/pa/pa.opt (revision 186256) +++ config/pa/pa.opt (working copy) @@ -138,9 +138,3 @@ Generate PA1.1 code mspace-regs Target RejectNegative Report InverseMask(NO_SPACE_REGS) Do not disable space regs - -Mask(SIO) -;; Generate cpp defines for server I/O. - -Mask(GNU_LD) -;; Assume GNU linker by default Index: ChangeLog =================================================================== --- ChangeLog (revision 186256) +++ ChangeLog (working copy) @@ -1,3 +1,8 @@ +2012-04-09 H.J. Lu + + PR other/52777 + * config/pa/pa.opt: Remove SIO and GNU_LD. + 2012-04-09 Jan Hubicka PR lto/52722