From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from sender4-pp-o91.zoho.com (sender4-pp-o91.zoho.com [136.143.188.91]) by sourceware.org (Postfix) with ESMTPS id 13C35383878F; Sat, 25 Jun 2022 15:01:52 +0000 (GMT) DMARC-Filter: OpenDMARC Filter v1.4.1 sourceware.org 13C35383878F ARC-Seal: i=1; a=rsa-sha256; t=1656169307; cv=none; d=zohomail.com; s=zohoarc; b=OHkPX1bwgCZC0ykmNQD52+XyfVwXJfvFcKYpf1xdXv3IaGmHVbfO8dqmh11STnNxDYNyanDnSEslvfHFzxWTZNsWisERLYJFkr8Ip+hYTU6l+RwA5NkeSJiP3C7YNUVYWkcTq5v9MeSN6srS8vwzzTUuIKpNow0KRYwuQNWm64U= ARC-Message-Signature: i=1; a=rsa-sha256; c=relaxed/relaxed; d=zohomail.com; s=zohoarc; t=1656169307; h=Content-Type:Content-Transfer-Encoding:Date:From:In-Reply-To:MIME-Version:Message-ID:References:Subject:To; bh=YNTmOsgxr0yKdf+t/uztQ/lOhmeS07ub2iPY5Uh4F3g=; b=emDsH6gRN339SPnEQxdAKAO3FWovwFcUO2xxqtw0OepUQyTeeaCsqi/hDivTVbjnzSqzX+arYFc+m2DLFSIhjA4b3JalcrM2/BWGInCfeDHlWWMC2r50tSc5ryxA52YTX76VO1+v/w03e/hn3Sc5cTAkVSePSTixuYSpStYhWjo= ARC-Authentication-Results: i=1; mx.zohomail.com; dkim=pass header.i=zoho.com; spf=pass smtp.mailfrom=bouanto@zoho.com; dmarc=pass header.from= Received: from [192.168.1.174] (38.87.11.6 [38.87.11.6]) by mx.zohomail.com with SMTPS id 1656169305775824.5434445615251; Sat, 25 Jun 2022 08:01:45 -0700 (PDT) Message-ID: Subject: Re: [PATCH] libgccjit: Fix bug where unary_op will return an integer type instead of the correct type From: Antoni Boucher To: David Malcolm , gcc-patches@gcc.gnu.org, jit@gcc.gnu.org Date: Sat, 25 Jun 2022 11:01:43 -0400 In-Reply-To: References: Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: quoted-printable User-Agent: Evolution 3.44.2 MIME-Version: 1.0 X-ZohoMailClient: External X-Spam-Status: No, score=-6.1 required=5.0 tests=BAYES_00, DKIM_SIGNED, DKIM_VALID, DKIM_VALID_AU, DKIM_VALID_EF, FREEMAIL_FROM, KAM_SHORT, RCVD_IN_DNSWL_NONE, SPF_HELO_NONE, SPF_PASS, TXREP, T_SCC_BODY_TEXT_LINE autolearn=ham autolearn_force=no version=3.4.6 X-Spam-Checker-Version: SpamAssassin 3.4.6 (2021-04-09) 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: Sat, 25 Jun 2022 15:01:55 -0000 David: PING On Wed, 2022-06-01 at 22:45 -0400, Antoni Boucher wrote: > Also, the test gcc/testsuite/jit.dg/test-asm.cc fails and would need > this line: >=20 > #include >=20 > Is this okay if I add it in this patch? >=20 > On Wed, 2022-06-01 at 22:13 -0400, Antoni Boucher wrote: > > Hi. > > The attached patch fix bug 105812: > > https://gcc.gnu.org/bugzilla/show_bug.cgi?id=3D105812 > >=20 > > I'm having an issue where contrib/check_GNU_style.sh doesn't seem > > to > > work, i.e. it doesn't seem to do any checking. > > Is there a new way to do that or am I missing something? > >=20 > > Thanks for the review. >=20