From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 18418 invoked by alias); 3 Apr 2002 10:57:11 -0000 Mailing-List: contact gcc-help@gcc.gnu.org; run by ezmlm Precedence: bulk List-Archive: List-Post: List-Help: Sender: gcc-owner@gcc.gnu.org Received: (qmail 18409 invoked from network); 3 Apr 2002 10:57:10 -0000 Received: from unknown (HELO mx1.redhat.com) (66.187.233.31) by sources.redhat.com with SMTP; 3 Apr 2002 10:57:10 -0000 Received: from localhost.localdomain (int-mx1.corp.redhat.com [172.16.52.254]) by mx1.redhat.com (8.11.6/8.11.6) with ESMTP id g33AsDY15461 for ; Wed, 3 Apr 2002 05:54:13 -0500 Received: from dot.sfbay.redhat.com ([205.180.230.224]) by localhost.localdomain (8.11.6/8.11.6) with ESMTP id g33Av6m14691 for ; Wed, 3 Apr 2002 05:57:06 -0500 Received: (from rth@localhost) by dot.sfbay.redhat.com (8.11.6/8.11.6) id g33AuPI29744 for gcc@gcc.gnu.org; Wed, 3 Apr 2002 02:56:25 -0800 X-Authentication-Warning: dot.sfbay.redhat.com: rth set sender to rth@redhat.com using -f Date: Wed, 03 Apr 2002 03:44:00 -0000 From: Richard Henderson To: gcc@gcc.gnu.org Subject: c++ vs decl_external Message-ID: <20020403025625.A29741@redhat.com> Mail-Followup-To: Richard Henderson , gcc@gcc.gnu.org Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline User-Agent: Mutt/1.2.5.1i X-SW-Source: 2002-04/txt/msg00070.txt.bz2 Why is it that _all_ functions are marked DECL_EXTERNAL (in grokfndecl)? I thought that was supposed to mean not-present-this-UOT. r~