From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 30599 invoked by alias); 14 Mar 2010 16:28:38 -0000 Received: (qmail 30588 invoked by uid 22791); 14 Mar 2010 16:28:38 -0000 X-SWARE-Spam-Status: No, hits=-1.0 required=5.0 tests=AWL,BAYES_40 X-Spam-Check-By: sourceware.org Received: from smtp1.bol.co.tz (HELO smtp1.bol.co.tz) (196.1.53.22) by sourceware.org (qpsmtpd/0.43rc1) with ESMTP; Sun, 14 Mar 2010 16:28:32 +0000 Received: from ars.bol.co.tz (mail.bol.co.tz [196.1.52.2]) by smtp1.bol.co.tz (Spam & Virus Firewall) with ESMTP id 606BD535A60 for ; Sun, 14 Mar 2010 19:28:25 +0300 (EAT) Received: from ars.bol.co.tz (mail.bol.co.tz [196.1.52.2]) by smtp1.bol.co.tz with ESMTP id 2IjYDMKzm580eoqm for ; Sun, 14 Mar 2010 19:28:25 +0300 (EAT) Received: (qmail 9662 invoked from network); 14 Mar 2010 19:28:22 +0300 Received: from host52-48.bol.co.tz (HELO ?192.168.1.100?) (196.1.52.48) by mail.bol.co.tz with SMTP; 14 Mar 2010 19:28:21 +0300 Subject: GCC global_trees initialization From: Steve Teale To: gcc-help Content-Type: text/plain; charset="UTF-8" Date: Sun, 14 Mar 2010 18:00:00 -0000 Message-ID: <1268584094.11426.8.camel@Ubuntu> Mime-Version: 1.0 Content-Transfer-Encoding: 7bit X-IsSubscribed: yes Mailing-List: contact gcc-help-help@gcc.gnu.org; run by ezmlm Precedence: bulk List-Id: List-Archive: List-Post: List-Help: Sender: gcc-help-owner@gcc.gnu.org X-SW-Source: 2010-03/txt/msg00184.txt.bz2 Declared in tree.h, extern GTY(()) tree global_trees[TI_MAX]; and instantiated in tree.c tree global_trees[TI_MAX]; I've searched for ages, and can't find where this gets initialized. Can someone point me in the right direction please? Steve