From patchwork Sun Aug 8 19:42:45 2010 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: John David Anglin X-Patchwork-Id: 61229 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 3CBE0B6F0E for ; Mon, 9 Aug 2010 05:43:14 +1000 (EST) Received: (qmail 24205 invoked by alias); 8 Aug 2010 19:43:12 -0000 Received: (qmail 24197 invoked by uid 22791); 8 Aug 2010 19:43:12 -0000 X-SWARE-Spam-Status: No, hits=-2.0 required=5.0 tests=AWL, BAYES_00, T_RP_MATCHES_RCVD X-Spam-Check-By: sourceware.org Received: from hiauly1.hia.nrc.ca (HELO hiauly1.hia.nrc.ca) (132.246.100.193) by sourceware.org (qpsmtpd/0.43rc1) with ESMTP; Sun, 08 Aug 2010 19:43:08 +0000 Received: by hiauly1.hia.nrc.ca (Postfix, from userid 1000) id AD5674D76; Sun, 8 Aug 2010 15:42:46 -0400 (EDT) Subject: [committed] Fix warning compiling pa.c on 4.3 branch To: gcc-patches@gcc.gnu.org Date: Sun, 8 Aug 2010 15:42:45 -0400 (EDT) From: "John David Anglin" MIME-Version: 1.0 Message-Id: <20100808194247.AD5674D76@hiauly1.hia.nrc.ca> 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 This fixes a warning from pa.c on the 4.3 branch. Unfortunately, I missed the change in semantics in `inform'. Compile tested on hppa2.0w-hp-hpux11.11. Committed to 4.3 branch. Dave Index: config/pa/pa.c =================================================================== --- config/pa/pa.c (revision 163006) +++ config/pa/pa.c (working copy) @@ -503,8 +503,7 @@ cold partitioning. */ if (flag_reorder_blocks_and_partition) { - inform (input_location, - "-freorder-blocks-and-partition does not work " + inform ("-freorder-blocks-and-partition does not work " "on this architecture"); flag_reorder_blocks_and_partition = 0; flag_reorder_blocks = 1;