From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from us-smtp-1.mimecast.com (us-smtp-1.mimecast.com [207.211.31.81]) by sourceware.org (Postfix) with ESMTP id D408E3857C43 for ; Fri, 21 Aug 2020 12:04:50 +0000 (GMT) DMARC-Filter: OpenDMARC Filter v1.3.2 sourceware.org D408E3857C43 Received: from mimecast-mx01.redhat.com (mimecast-mx01.redhat.com [209.132.183.4]) (Using TLS) by relay.mimecast.com with ESMTP id us-mta-163-zqKGO6DAMymF30NX8WPNVA-1; Fri, 21 Aug 2020 08:04:48 -0400 X-MC-Unique: zqKGO6DAMymF30NX8WPNVA-1 Received: from smtp.corp.redhat.com (int-mx01.intmail.prod.int.phx2.redhat.com [10.5.11.11]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by mimecast-mx01.redhat.com (Postfix) with ESMTPS id 561D981F02F; Fri, 21 Aug 2020 12:04:47 +0000 (UTC) Received: from ovpn-113-239.phx2.redhat.com (ovpn-113-239.phx2.redhat.com [10.3.113.239]) by smtp.corp.redhat.com (Postfix) with ESMTP id AA81A600DD; Fri, 21 Aug 2020 12:04:46 +0000 (UTC) Message-ID: Subject: Re: [PATCH] libgccjit: update some comments in libgccjit.c From: David Malcolm To: Andrea Corallo , jit@gcc.gnu.org, gcc-patches@gcc.gnu.org Cc: nd@arm.com Date: Fri, 21 Aug 2020 08:04:45 -0400 In-Reply-To: References: User-Agent: Evolution 3.32.5 (3.32.5-1.fc30) MIME-Version: 1.0 X-Scanned-By: MIMEDefang 2.79 on 10.5.11.11 X-Mimecast-Spam-Score: 0.002 X-Mimecast-Originator: redhat.com Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: 7bit X-Spam-Status: No, score=-7.8 required=5.0 tests=BAYES_00, DKIMWL_WL_HIGH, DKIM_SIGNED, DKIM_VALID, DKIM_VALID_AU, DKIM_VALID_EF, RCVD_IN_DNSWL_NONE, RCVD_IN_MSPIKE_H2, SPF_HELO_NONE, SPF_PASS, TXREP autolearn=ham autolearn_force=no version=3.4.2 X-Spam-Checker-Version: SpamAssassin 3.4.2 (2018-09-13) on server2.sourceware.org X-BeenThere: jit@gcc.gnu.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: Jit mailing list List-Unsubscribe: , List-Archive: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 21 Aug 2020 12:04:51 -0000 On Wed, 2020-08-19 at 09:24 +0200, Andrea Corallo wrote: > Hi all, > > just a small patch updating some comments that apparently went out of > sync a while ago adding gcc_jit_context_new_rvalue_from_long. > Okay for trunk? Yes Thanks for fixing these Dave