From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 94255 invoked by alias); 30 Sep 2015 13:09:52 -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 94229 invoked by uid 89); 30 Sep 2015 13:09:51 -0000 Authentication-Results: sourceware.org; auth=none X-Virus-Found: No X-Spam-SWARE-Status: No, score=-1.8 required=5.0 tests=AWL,BAYES_00,SPF_HELO_PASS,T_RP_MATCHES_RCVD autolearn=ham version=3.3.2 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, 30 Sep 2015 13:09:50 +0000 Received: from int-mx09.intmail.prod.int.phx2.redhat.com (int-mx09.intmail.prod.int.phx2.redhat.com [10.5.11.22]) by mx1.redhat.com (Postfix) with ESMTPS id 15878C0B64D7; Wed, 30 Sep 2015 13:09:49 +0000 (UTC) Received: from tucnak.zalov.cz (ovpn-116-44.ams2.redhat.com [10.36.116.44]) by int-mx09.intmail.prod.int.phx2.redhat.com (8.14.4/8.14.4) with ESMTP id t8UD9lRo022944 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-GCM-SHA384 bits=256 verify=NO); Wed, 30 Sep 2015 09:09:48 -0400 Received: from tucnak.zalov.cz (localhost [127.0.0.1]) by tucnak.zalov.cz (8.15.2/8.15.2) with ESMTP id t8UD9kEw025650; Wed, 30 Sep 2015 15:09:46 +0200 Received: (from jakub@localhost) by tucnak.zalov.cz (8.15.2/8.15.2/Submit) id t8UD9ioE025649; Wed, 30 Sep 2015 15:09:44 +0200 Date: Wed, 30 Sep 2015 13:27:00 -0000 From: Jakub Jelinek To: Ulrich Drepper Cc: gcc-patches@gcc.gnu.org Subject: Re: JIT breakage after last builtin-types change Message-ID: <20150930130944.GN1847@tucnak.redhat.com> Reply-To: Jakub Jelinek References: <871tdgf45y.fsf@gmail.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <871tdgf45y.fsf@gmail.com> User-Agent: Mutt/1.5.23 (2014-03-12) X-IsSubscribed: yes X-SW-Source: 2015-09/txt/msg02344.txt.bz2 On Wed, Sep 30, 2015 at 09:05:45AM -0400, Ulrich Drepper wrote: > After some recent additions to builtin-types.def the jit user of the > definitions hasn't been updated. OK to apply? > > > 2015-09-30 Ulrich Drepper > > * jit-builtins.c: Provide definition of DEF_FUNCTION_TYPE_VAR_6. > * jit-builtins.h: Likewise. https://gcc.gnu.org/viewcvs?rev=228289&root=gcc&view=rev should fix this already. Jakub