From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 32422 invoked by alias); 28 Jan 2003 18:06:01 -0000 Mailing-List: contact gcc-prs-help@gcc.gnu.org; run by ezmlm Precedence: bulk List-Archive: List-Post: List-Help: Sender: gcc-prs-owner@gcc.gnu.org Received: (qmail 32403 invoked by uid 71); 28 Jan 2003 18:06:01 -0000 Date: Tue, 28 Jan 2003 18:06:00 -0000 Message-ID: <20030128180601.32396.qmail@sources.redhat.com> To: nobody@gcc.gnu.org Cc: gcc-prs@gcc.gnu.org, From: "Joseph S. Myers" Subject: Re: c/9482: math builtins are always visible Reply-To: "Joseph S. Myers" X-SW-Source: 2003-01/txt/msg01622.txt.bz2 List-Id: The following reply was made to PR c/9482; it has been noted by GNATS. From: "Joseph S. Myers" To: Andreas Jaeger Cc: Subject: Re: c/9482: math builtins are always visible Date: Tue, 28 Jan 2003 18:00:17 +0000 (GMT) On 28 Jan 2003, Andreas Jaeger wrote: > So, the question boils down IMO to whether "log" has "file scope" or > "external linkage". It has both. Identifiers have both scope and linkage, as explained early in the standard. -- Joseph S. Myers jsm28@cam.ac.uk