From patchwork Thu Feb 6 21:30:36 2014 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Xinliang David Li X-Patchwork-Id: 317542 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]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by ozlabs.org (Postfix) with ESMTPS id 382FD2C0084 for ; Fri, 7 Feb 2014 08:30:51 +1100 (EST) DomainKey-Signature: a=rsa-sha1; c=nofws; d=gcc.gnu.org; h=list-id :list-unsubscribe:list-archive:list-post:list-help:sender :mime-version:date:message-id:subject:from:to:cc:content-type; q=dns; s=default; b=gk95gH+8gzgAJU1qOw+fCEN7f3Y08cAHBCdocw/nqpS u7r89SgqpQNo5bf/o+BkuiPFJQ2fUt8n1sIRJza1Y83Hz0EFp0mpmo6PVXQwZuwK Fo99+PKZW15JKKnxM5yxhLq3L4LRhCI8uywPtrUc0QfkJ4UXMJsG3/IL+lY8LIxE = DKIM-Signature: v=1; a=rsa-sha1; c=relaxed; d=gcc.gnu.org; h=list-id :list-unsubscribe:list-archive:list-post:list-help:sender :mime-version:date:message-id:subject:from:to:cc:content-type; s=default; bh=s17DoRm9EZHpYsEp4gYktswHfUs=; b=J9o64ESlTbqbV3+qW F0u9/yPha0ocuEZUUDNkGGm74eJLNnwhAKhSsB3eTwiLDQTLSLdmrXAFJ/sjyvpl 8HWzHnfQnMFP23oL6AdM9Se8h4PIZcKWjO0EBh+2XVEpbIl3LmBRR0qYW7SQ3xdy QiRTo49KPNeCbUFYc4ALFsNuF4= Received: (qmail 24435 invoked by alias); 6 Feb 2014 21:30:43 -0000 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 Received: (qmail 24397 invoked by uid 89); 6 Feb 2014 21:30:41 -0000 Authentication-Results: sourceware.org; auth=none X-Spam-SWARE-Status: No, score=-3.0 required=5.0 tests=AWL, BAYES_00, RCVD_IN_DNSWL_LOW, RP_MATCHES_RCVD, SPF_PASS autolearn=ham version=3.3.2 X-HELO: mail-wg0-f47.google.com Received: from mail-wg0-f47.google.com (HELO mail-wg0-f47.google.com) (74.125.82.47) by sourceware.org (qpsmtpd/0.93/v0.84-503-g423c35a) with (AES128-SHA encrypted) ESMTPS; Thu, 06 Feb 2014 21:30:40 +0000 Received: by mail-wg0-f47.google.com with SMTP id m15so1677124wgh.26 for ; Thu, 06 Feb 2014 13:30:37 -0800 (PST) X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20130820; h=x-gm-message-state:mime-version:date:message-id:subject:from:to:cc :content-type; bh=P40z1tEAi+6xMwhN5fe8ETDXMkSEsbcuswHMRhXTb7s=; b=CnNvXqJRnyETKJxYHWSQbeYx46xMUyJlJio1js8iCiXI7Cu97lcAXx7U/5I9Zfcr54 oUx/0IyW2BM6U1RrzSQsdOlFRdfZlYXCxcFJzA7rBI3NCCiUNbdK/1p2cPJjpslvf3Ed ZHI5FMqPlTO/RxMZBbWDZi9CFZDtBhFyV5L9Lr2Jsm3gVic1PGCKAzjBeuZpBFOBbQuu WhvK6dgcVcX0wUyCbY+YV9BA5gyegjOU3WOInkoPRJ4dpBDxwOZwMTWAorEsOEQBuU3V RwQYHH5z4SrHNeUfY4WhHLvlh+VHU919cxg9+8jZvreciDm8S3aYhtZWA+9P5Fmu/MlG iXkg== X-Gm-Message-State: ALoCoQlsTSUvi8A5zIOBCBQ5S3fH5xerksaS3n7RqNXlcbVqqmUDeve4w3Tnp4aPqxMGOo0v3yLOR90rqBmdWI+OewHt5GETPMhc2SHkeXMMkd6+0RDx/Sfy1CHjRjGxOBmEIhZVoepGT/wtx97dkitwEK4jpohZqtDT/RCYK+jdqI1f4D+Huxt7lRCRIyGxbwXnUXvx8fyQrmJPzbFEHfu1gabWQQsNTQ== MIME-Version: 1.0 X-Received: by 10.194.174.197 with SMTP id bu5mr60853wjc.71.1391722236893; Thu, 06 Feb 2014 13:30:36 -0800 (PST) Received: by 10.180.96.74 with HTTP; Thu, 6 Feb 2014 13:30:36 -0800 (PST) Date: Thu, 6 Feb 2014 13:30:36 -0800 Message-ID: Subject: minor help message fix From: Xinliang David Li To: GCC Patches Cc: Richard Guenther X-IsSubscribed: yes Hi the following patch removes the 'state' print for -ftree-tree-vectorize option which does not make sense anymore. Ok for trunk? thanks, David Index: ChangeLog =================================================================== --- ChangeLog (revision 207581) +++ ChangeLog (working copy) @@ -1,3 +1,7 @@ +2014-02-06 Xinliang David Li + + * opts.c (print_filtered_help): Fix help message bug. + 2014-02-06 Kyrylo Tkachov * config/arm/aarch-cost-tables.h (cortexa57_extra_costs): New table. Index: opts.c =================================================================== --- opts.c (revision 207581) +++ opts.c (working copy) @@ -1060,8 +1060,11 @@ print_filtered_help (unsigned int includ "%#x", * (int *) flag_var); } else - strcat (new_help, option_enabled (i, opts) - ? _("[enabled]") : _("[disabled]")); + { + if (i != OPT_ftree_vectorize) + strcat (new_help, option_enabled (i, opts) + ? _("[enabled]") : _("[disabled]")); + } } help = new_help;