From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 9630 invoked by alias); 10 Jun 2013 22:18:09 -0000 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 Received: (qmail 9621 invoked by uid 89); 10 Jun 2013 22:18:09 -0000 X-Spam-SWARE-Status: No, score=-7.0 required=5.0 tests=AWL,BAYES_00,KHOP_THREADED,RCVD_IN_HOSTKARMA_W,RCVD_IN_HOSTKARMA_WL,RP_MATCHES_RCVD,SPF_PASS autolearn=ham version=3.3.1 Received: from mga09.intel.com (HELO mga09.intel.com) (134.134.136.24) by sourceware.org (qpsmtpd/0.84/v0.84-167-ge50287c) with ESMTP; Mon, 10 Jun 2013 22:18:08 +0000 Received: from orsmga001.jf.intel.com ([10.7.209.18]) by orsmga102.jf.intel.com with ESMTP; 10 Jun 2013 15:15:53 -0700 X-ExtLoop1: 1 Received: from fmsmsx106.amr.corp.intel.com ([10.19.9.37]) by orsmga001.jf.intel.com with ESMTP; 10 Jun 2013 15:18:06 -0700 Received: from fmsmsx152.amr.corp.intel.com (10.19.17.221) by FMSMSX106.amr.corp.intel.com (10.19.9.37) with Microsoft SMTP Server (TLS) id 14.3.123.3; Mon, 10 Jun 2013 15:18:06 -0700 Received: from fmsmsx101.amr.corp.intel.com ([169.254.1.135]) by fmsmsx152.amr.corp.intel.com ([169.254.6.169]) with mapi id 14.03.0123.003; Mon, 10 Jun 2013 15:18:06 -0700 From: "Iyer, Balaji V" To: "gcc-patches@gcc.gnu.org" Subject: FW: [PATCH] Fix for PR c/57563 Date: Mon, 10 Jun 2013 22:18:00 -0000 Message-ID: References: Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: quoted-printable MIME-Version: 1.0 X-SW-Source: 2013-06/txt/msg00540.txt.bz2 Here is the ChangeLog entries. Sorry I forgot to include in my previous ema= il. gcc/c/ChangeLog 2013-06-10 Balaji V. Iyer * c-array-notation.c (fix_builtin_array_notation_fn): Fully folded excessive precision expressions in function parameters. Also remov= ed couple unwanted while statements. gcc/testsuite/ChangeLog 2013-06-10 Balaji V. Iyer PR c/57563 * c-c++-common/cilk-plus/AN/builtin_fn_mutating.c (main): Fixed a b= ug in how we check __sec_reduce_mutating function's result.