From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 19449 invoked by alias); 2 Nov 2009 22:34:43 -0000 Received: (qmail 19441 invoked by uid 22791); 2 Nov 2009 22:34:43 -0000 X-SWARE-Spam-Status: No, hits=-2.0 required=5.0 tests=AWL,BAYES_00,SARE_MSGID_LONG40,SPF_PASS X-Spam-Check-By: sourceware.org Received: from mail-px0-f192.google.com (HELO mail-px0-f192.google.com) (209.85.216.192) by sourceware.org (qpsmtpd/0.43rc1) with ESMTP; Mon, 02 Nov 2009 22:34:38 +0000 Received: by pxi30 with SMTP id 30so3411472pxi.14 for ; Mon, 02 Nov 2009 14:34:36 -0800 (PST) MIME-Version: 1.0 Received: by 10.114.29.14 with SMTP id c14mr5846182wac.111.1257201276176; Mon, 02 Nov 2009 14:34:36 -0800 (PST) In-Reply-To: References: <26eb53620910262036l30235febh11fe83ba4353351a@mail.gmail.com> <26eb53620910262044g15335b4etd75caa03bca635b5@mail.gmail.com> <26eb53620911011436s4ff2cdbah38db52a32248fd6c@mail.gmail.com> From: Aravinda Date: Mon, 02 Nov 2009 22:34:00 -0000 Message-ID: <26eb53620911021434w53be4711m8219e267771f1b8@mail.gmail.com> Subject: Re: undefined reference to `gt_pch_nx_tree_code' To: Laurynas Biveinis Cc: gcc Content-Type: text/plain; charset=ISO-8859-1 Mailing-List: contact gcc-help@gcc.gnu.org; run by ezmlm Precedence: bulk List-Id: List-Archive: List-Post: List-Help: Sender: gcc-owner@gcc.gnu.org X-SW-Source: 2009-11/txt/msg00032.txt.bz2 Hi, Thanks a lot for your time and replies.. It worked. Im sorry it was a silly mistake that I dint notice. Aravinda On Sun, Nov 1, 2009 at 5:45 PM, Laurynas Biveinis wrote: >> static GTY(( is_param(union tree_code) )) htab_t boud_ins = NULL; > > Ah, now it's clear. You probably wanted "union tree_node" with n, not c, here. > > -- > Laurynas >