From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 82391 invoked by alias); 1 Jun 2016 16:29:30 -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 82288 invoked by uid 89); 1 Jun 2016 16:29:29 -0000 Authentication-Results: sourceware.org; auth=none X-Virus-Found: No X-Spam-SWARE-Status: No, score=-3.3 required=5.0 tests=BAYES_00,RP_MATCHES_RCVD,SPF_HELO_PASS autolearn=ham version=3.3.2 spammy=H*f:sk:2016050 X-HELO: mx1.redhat.com Received: from mx1.redhat.com (HELO mx1.redhat.com) (209.132.183.28) by sourceware.org (qpsmtpd/0.93/v0.84-503-g423c35a) with (AES256-GCM-SHA384 encrypted) ESMTPS; Wed, 01 Jun 2016 16:29:23 +0000 Received: from int-mx14.intmail.prod.int.phx2.redhat.com (int-mx14.intmail.prod.int.phx2.redhat.com [10.5.11.27]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mx1.redhat.com (Postfix) with ESMTPS id 7D5F362652; Wed, 1 Jun 2016 16:29:22 +0000 (UTC) Received: from localhost.localdomain (vpn1-4-62.ams2.redhat.com [10.36.4.62]) by int-mx14.intmail.prod.int.phx2.redhat.com (8.14.4/8.14.4) with ESMTP id u51GTJxP016016; Wed, 1 Jun 2016 12:29:20 -0400 Subject: Re: Allow embedded timestamps by C/C++ macros to be set externally (3) To: Dhole References: <5721E68C.20208@redhat.com> <20160428103506.GM26501@tucnak.zalov.cz> <57220BC2.7080901@redhat.com> <20160428131420.GO26501@tucnak.zalov.cz> <20160428182956.GG21574@panther> <20160429071744.GX26501@tucnak.zalov.cz> <20160505232654.GW21574@panther> <5731C6B3.3070903@redhat.com> <20160512003651.GB17273@panther> <57344A09.7030901@redhat.com> <20160513170930.GN17273@panther> Cc: Eduard Sanou , Jakub Jelinek , Matthias Klose , gcc-patches@gcc.gnu.org From: Bernd Schmidt Message-ID: <574F0D5F.7000501@redhat.com> Date: Wed, 01 Jun 2016 16:29:00 -0000 User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:38.0) Gecko/20100101 Thunderbird/38.7.1 MIME-Version: 1.0 In-Reply-To: <20160513170930.GN17273@panther> Content-Type: text/plain; charset=utf-8; format=flowed Content-Transfer-Encoding: 7bit X-IsSubscribed: yes X-SW-Source: 2016-06/txt/msg00061.txt.bz2 On 05/13/2016 07:09 PM, Dhole wrote: > + pfile->source_date_epoch = pfile->cb.get_source_date_epoch(pfile); Space before paren. Ok with that change. > * c-common.h (c_omp_region_type): Remove trailing coma. Also, comma. Bernd