From patchwork Thu Mar 31 06:30:42 2011 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Andreas Tobler X-Patchwork-Id: 89020 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 931DEB6EF0 for ; Thu, 31 Mar 2011 17:31:13 +1100 (EST) Received: (qmail 6358 invoked by alias); 31 Mar 2011 06:31:10 -0000 Received: (qmail 6345 invoked by uid 22791); 31 Mar 2011 06:31:09 -0000 X-SWARE-Spam-Status: No, hits=-0.0 required=5.0 tests=BAYES_40, RCVD_IN_DNSWL_NONE X-Spam-Check-By: sourceware.org Received: from mx1.flashcable.ch (HELO mx1.flashcable.ch) (81.92.96.30) by sourceware.org (qpsmtpd/0.43rc1) with ESMTP; Thu, 31 Mar 2011 06:31:04 +0000 Received: from localhost (localhost [127.0.0.1]) by mx1.flashcable.ch (8.13.8/8.13.8/Submit_local) with ESMTP id p2V6Ugsf080173; Thu, 31 Mar 2011 08:30:42 +0200 (CEST) (envelope-from andreast-list@fgznet.ch) Received: from phpmailer (borderline21.nexus-ag.com [212.203.104.226]) by localhost with HTTPS (UebiMiau); Thu, 31 Mar 2011 08:30:42 +0200 Date: Thu, 31 Mar 2011 08:30:42 +0200 To: joseph@codesourcery.com Cc: gcc-patches@gcc.gnu.org From: Andreas Tobler Reply-to: Andreas Tobler Subject: fix rs6000 break Message-ID: <307f1f61dd5a6b780a46f45f0f667159@212.203.104.226> MIME-Version: 1.0 X-IsSubscribed: yes 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 Hello, Is this ok to apply? 2011-03-31 Andreas Tobler * config/rs6000/rs6000.c (rs6000_handle_option): Remove unused isel var. Index: config/rs6000/rs6000.c =================================================================== --- config/rs6000/rs6000.c (revision 171769) +++ config/rs6000/rs6000.c (working copy) @@ -4192,7 +4192,6 @@ location_t loc ATTRIBUTE_UNUSED) { enum fpu_type_t fpu_type = FPU_NONE; - int isel; char *p, *q; size_t code = decoded->opt_index; const char *arg = decoded->arg;