From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 16458 invoked by alias); 1 Apr 2011 15:01:14 -0000 Received: (qmail 16446 invoked by uid 22791); 1 Apr 2011 15:01:13 -0000 X-SWARE-Spam-Status: No, hits=-6.4 required=5.0 tests=AWL,BAYES_00,RCVD_IN_DNSWL_HI,SPF_HELO_PASS,T_RP_MATCHES_RCVD X-Spam-Check-By: sourceware.org Received: from mx1.redhat.com (HELO mx1.redhat.com) (209.132.183.28) by sourceware.org (qpsmtpd/0.43rc1) with ESMTP; Fri, 01 Apr 2011 15:01:09 +0000 Received: from int-mx10.intmail.prod.int.phx2.redhat.com (int-mx10.intmail.prod.int.phx2.redhat.com [10.5.11.23]) by mx1.redhat.com (8.14.4/8.14.4) with ESMTP id p31F135U004716 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=OK); Fri, 1 Apr 2011 11:01:03 -0400 Received: from tyan-ft48-01.lab.bos.redhat.com (tyan-ft48-01.lab.bos.redhat.com [10.16.42.4]) by int-mx10.intmail.prod.int.phx2.redhat.com (8.14.4/8.14.4) with ESMTP id p31F129T007266 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=NO); Fri, 1 Apr 2011 11:01:03 -0400 Received: from tyan-ft48-01.lab.bos.redhat.com (localhost.localdomain [127.0.0.1]) by tyan-ft48-01.lab.bos.redhat.com (8.14.4/8.14.4) with ESMTP id p31F12hu028418; Fri, 1 Apr 2011 17:01:02 +0200 Received: (from jakub@localhost) by tyan-ft48-01.lab.bos.redhat.com (8.14.4/8.14.4/Submit) id p31F10E5028397; Fri, 1 Apr 2011 17:01:00 +0200 Date: Fri, 01 Apr 2011 15:01:00 -0000 From: Jakub Jelinek To: Tom de Vries Cc: gcc-patches@gcc.gnu.org, ebotcazou@libertysurf.fr Subject: Re: [PATCH, PR43920, 8/9] Cross-jumping - Extend search scope - test case. Message-ID: <20110401150100.GZ18914@tyan-ft48-01.lab.bos.redhat.com> Reply-To: Jakub Jelinek References: <4D94C603.7080505@codesourcery.com> <4D94C88B.4020206@codesourcery.com> <4D94CB8C.2010905@codesourcery.com> <4D95E78A.2020909@codesourcery.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <4D95E78A.2020909@codesourcery.com> User-Agent: Mutt/1.5.21 (2010-09-15) X-IsSubscribed: yes Mailing-List: contact gcc-patches-help@gcc.gnu.org; run by ezmlm Precedence: bulk List-Id: List-Archive: List-Post: List-Help: Sender: gcc-patches-owner@gcc.gnu.org X-SW-Source: 2011-04/txt/msg00043.txt.bz2 On Fri, Apr 01, 2011 at 04:56:10PM +0200, Tom de Vries wrote: > Reposting, with ChangeLog. > 2011-04-01 Tom de Vries > > PR target/43920 > * testsuite/gcc.target/arm/pr43920-2.c: New test. gcc/testsuite/ has its own ChangeLog, so the ChangeLog entry should say just * gcc.target/arm/pr43920-2.c: New test. Similarly one of your patches had * gcc/cfgcleanup.c (whatever): Whatever. in the ChangeLog, should be just * cfgcleanup.c (whatever): Whatever. Jakub