From patchwork Mon Nov 26 23:00:07 2012 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Steven Bosscher X-Patchwork-Id: 202042 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 8502B2C0084 for ; Tue, 27 Nov 2012 10:00:59 +1100 (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=1354575660; h=Comment: DomainKey-Signature:Received:Received:Received:Received:Received: MIME-Version:Received:In-Reply-To:References:From:Date: Message-ID:Subject:To:Cc:Content-Type:Mailing-List:Precedence: List-Id:List-Unsubscribe:List-Archive:List-Post:List-Help:Sender: Delivered-To; bh=cO+QikrF3NOS5MuygM8VIOudf2A=; b=jegFjFBTALRpLWZ a4Q9oORcZF9/tYTTviXkPDMif99p8zGlAVIpgw3jksHfkG9DNDg+41OuAPrX1V4a sH2bf5vGewP7O3kGbrK/eVGN1aFICaMH8Mmj7rgEF2ggjlKcunCE3hNo9v9sk/+N oucsOezeb3cxaKtNNvvJo1cvN6ms= 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:Received:MIME-Version:Received:In-Reply-To:References:From:Date:Message-ID:Subject:To:Cc:Content-Type:X-IsSubscribed:Mailing-List:Precedence:List-Id:List-Unsubscribe:List-Archive:List-Post:List-Help:Sender:Delivered-To; b=ZpogsDthBXaNoGCwZLxOLW8aYAGwb8oU1hx92TEAJzlvmNRFyhO2IWH+QMlyXf +SSi6yn9KDOFno1N5wy2DD/htfBfWszGZQhMiAfnqoIndvrdzYBrieJAUifbFZm/ RtBJffXV3UzhXbagYiK17FEfwAUWLi91vzHv9MbUsrd6I=; Received: (qmail 19380 invoked by alias); 26 Nov 2012 23:00:55 -0000 Received: (qmail 19357 invoked by uid 22791); 26 Nov 2012 23:00:53 -0000 X-SWARE-Spam-Status: No, hits=-5.2 required=5.0 tests=AWL, BAYES_00, DKIM_SIGNED, DKIM_VALID, DKIM_VALID_AU, FREEMAIL_FROM, KHOP_RCVD_TRUST, KHOP_THREADED, RCVD_IN_DNSWL_LOW, RCVD_IN_HOSTKARMA_YE X-Spam-Check-By: sourceware.org Received: from mail-lb0-f175.google.com (HELO mail-lb0-f175.google.com) (209.85.217.175) by sourceware.org (qpsmtpd/0.43rc1) with ESMTP; Mon, 26 Nov 2012 23:00:49 +0000 Received: by mail-lb0-f175.google.com with SMTP id gg13so6361015lbb.20 for ; Mon, 26 Nov 2012 15:00:47 -0800 (PST) Received: by 10.112.50.106 with SMTP id b10mr5799073lbo.122.1353970847376; Mon, 26 Nov 2012 15:00:47 -0800 (PST) MIME-Version: 1.0 Received: by 10.112.88.99 with HTTP; Mon, 26 Nov 2012 15:00:07 -0800 (PST) In-Reply-To: References: <20121126164800.18973.qmail@sourceware.org> From: Steven Bosscher Date: Tue, 27 Nov 2012 00:00:07 +0100 Message-ID: Subject: Re: r193821 - in /trunk/gcc: ChangeLog common.opt d... To: Hans-Peter Nilsson Cc: steven@gcc.gnu.org, gcc-patches@gcc.gnu.org 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 On Mon, Nov 26, 2012 at 11:38 PM, Hans-Peter Nilsson wrote: > I don't see this posted on gcc-patches@, but... > > On Mon, 26 Nov 2012, wrote: >> testsuite/ >> * testsuite/gcc.dg/20050811-1.c: Change -dv option to -graph option >> to -fdump-rtl-all. >> * testsuite/gcc.dg/pr37858.c: Remove -dv option. > > ...looks like you missed: > > Executing on host: /tmp/hpautotest-gcc0/cris-elf/gccobj/gcc/xgcc > -B/tmp/hpautotest-gcc0/cris-elf/gccobj/gcc/ > /tmp/hpautotest-gcc0/gcc/gcc/testsuite/gcc.dg/20050811-2.c > -fno-diagnostics-show-caret -O2 -dv -fdump-rtl-postreload -S > -isystem > /tmp/hpautotest-gcc0/cris-elf/gccobj/cris-elf/./newlib/targ-include > -isystem /tmp/hpautotest-gcc0/gcc/newlib/libc/include -o > 20050811-2.s (timeout = 300) > cc1: warning: unrecognized gcc debugging option: v [enabled by > default] > output is: > cc1: warning: unrecognized gcc debugging option: v [enabled by > default] > > FAIL: gcc.dg/20050811-2.c (test for excess errors) > > brgds, H-P Yup, sorry. Fixed now. Index: testsuite/ChangeLog =================================================================== --- testsuite/ChangeLog (revision 193829) +++ testsuite/ChangeLog (working copy) @@ -1,3 +1,7 @@ +2012-11-26 Steven Bosscher <> + + * gcc.dg/20050811-2.c: Change -dv option to -graph option. + 2012-11-26 Georg-Johann Lay <> * gcc.dg/54455.c: Require scheduling. Index: testsuite/gcc.dg/20050811-2.c =================================================================== --- testsuite/gcc.dg/20050811-2.c (revision 193829) +++ testsuite/gcc.dg/20050811-2.c (working copy) @@ -1,6 +1,6 @@ -/* Test whether -dov doesn't crash. */ +/* Test whether graph dumping doesn't crash. */ /* { dg-do compile } */ -/* { dg-options "-O2 -dv -fdump-rtl-postreload" } */ +/* { dg-options "-O2 -fdump-rtl-postreload-graph" } */ int foo (void) {