From patchwork Fri Jan 16 04:30:25 2015 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Chung-Ju Wu X-Patchwork-Id: 429722 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 562EF1401B5 for ; Fri, 16 Jan 2015 15:30:43 +1100 (AEDT) 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:content-type; q= dns; s=default; b=GfCCYmJggzznjZL95UJR0SrzSdup3eeenOLG0JsEywoU0M gU27c3m8Zw8ppRVftQhoFNR1RDGgIYzTqQl1QFhiRt8ftWr2MxvWt7yx2mY4ENF8 euMClf9Gswy6NMwEqbqLeyyfeyVCyj75vS2SUcALUzxmDdiroK2z1EjFUPNxM= 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:content-type; s= default; bh=Zyng9etoRA1iYmJQi3K6Rreuy/c=; b=gwXzJ9weV8dwUCYNB4t9 83f3s1YrcuC9bdw+68+XlTAqkgxqQ4ezQMpw2DS9HSb5t94pI50Dhjs2v5j98bdm GL7/IXKTzIhfaH4lj/tDkwJTBRDLQzjoyIzElVFe9BK1WbgkywZp+2TKjAPxVbhQ 87+BfhnHBbBuJbXHyqX7rIA= Received: (qmail 1548 invoked by alias); 16 Jan 2015 04:30:35 -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 1530 invoked by uid 89); 16 Jan 2015 04:30:31 -0000 Authentication-Results: sourceware.org; auth=none X-Virus-Found: No X-Spam-SWARE-Status: No, score=-2.0 required=5.0 tests=AWL, BAYES_00, FREEMAIL_FROM, RCVD_IN_DNSWL_LOW, SPF_PASS autolearn=ham version=3.3.2 X-HELO: mail-qa0-f42.google.com Received: from mail-qa0-f42.google.com (HELO mail-qa0-f42.google.com) (209.85.216.42) by sourceware.org (qpsmtpd/0.93/v0.84-503-g423c35a) with (AES128-SHA encrypted) ESMTPS; Fri, 16 Jan 2015 04:30:27 +0000 Received: by mail-qa0-f42.google.com with SMTP id dc16so14059447qab.1 for ; Thu, 15 Jan 2015 20:30:25 -0800 (PST) MIME-Version: 1.0 X-Received: by 10.229.37.136 with SMTP id x8mr22231014qcd.30.1421382625148; Thu, 15 Jan 2015 20:30:25 -0800 (PST) Received: by 10.140.84.230 with HTTP; Thu, 15 Jan 2015 20:30:25 -0800 (PST) Date: Fri, 16 Jan 2015 12:30:25 +0800 Message-ID: Subject: [PATCH] Minor date fix in ChangeLog files. From: Chung-Ju Wu To: gcc patches X-IsSubscribed: yes Hi, all, I just happened to notice that there are some incorrect date in ChangeLog files. I guess this can be considered as obvious fix. Committed it as Rev.219704: https://gcc.gnu.org/r219704 Best regards, jasonwucj Index: gcc/ChangeLog =================================================================== --- gcc/ChangeLog (revision 219703) +++ gcc/ChangeLog (working copy) @@ -286,7 +286,7 @@ cfganal.h, cfgbuild.h, cfgcleanup.h, lcm.h, cfgloopmanip.h, builtins.def, and chkp-builtins.def. -2014-01-15 David Edelsohn +2015-01-15 David Edelsohn * config/rs6000/default64.h (TARGET_DEFAULT) [LITTLE_ENDIAN]: Use ISA 2.7 (POWER8). @@ -988,7 +988,7 @@ Do not save lr in case of tail call. * config/arm/thumb2.md (*thumb2_pop_single): New pattern. -2015-01-13 Martin Uecker +2015-01-14 Martin Uecker * tree-vrp.c (check_array_ref): Emit more warnings for warn_array_bounds >= 2. @@ -1126,7 +1126,7 @@ (perform_symbolic_merge): This. Also fix computation of the range and end of the symbolic number corresponding to the result of a bitwise OR. -2014-01-13 Richard Biener +2015-01-13 Richard Biener PR tree-optimization/64568 * tree-ssa-forwprop.c (pass_forwprop::execute): Properly Index: gcc/testsuite/ChangeLog =================================================================== --- gcc/testsuite/ChangeLog (revision 219703) +++ gcc/testsuite/ChangeLog (working copy) @@ -489,7 +489,7 @@ PR tree-optimization/64404 * gcc.dg/vect/pr64404.c: New testcase. -2014-01-13 Richard Biener +2015-01-13 Richard Biener PR tree-optimization/64568 * g++.dg/torture/pr64568.C: New testcase.