From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 13508 invoked by alias); 13 Oct 2002 01:18:55 -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 13498 invoked from network); 13 Oct 2002 01:18:54 -0000 Received: from unknown (HELO fencepost.gnu.org) (199.232.76.164) by sources.redhat.com with SMTP; 13 Oct 2002 01:18:54 -0000 Received: from monty-python.gnu.org ([199.232.76.173]) by fencepost.gnu.org with esmtp (Exim 4.10) id 180XPB-0007jQ-00 for gcc@gnu.org; Sat, 12 Oct 2002 21:18:53 -0400 Received: from mail by monty-python.gnu.org with spam-scanned (Exim 4.10) id 180XP1-0002CX-00 for gcc@gnu.org; Sat, 12 Oct 2002 21:18:45 -0400 Received: from newman.cs.purdue.edu ([128.10.2.6]) by monty-python.gnu.org with esmtp (Exim 4.10) id 180XP1-00029V-00 for gcc@gnu.org; Sat, 12 Oct 2002 21:18:43 -0400 Received: from puma.cs.purdue.edu (puma.cs.purdue.edu [128.211.1.73]) by newman.cs.purdue.edu (8.11.6/8.11.6/PURDUE_CS-2.0) with ESMTP id g9D1IgP28705 for ; Sat, 12 Oct 2002 20:18:42 -0500 (EST) Received: from localhost (nvk@localhost) by puma.cs.purdue.edu (8.11.6/8.11.6/PURDUE_CS-2.0) with ESMTP id g9D1IfT06541 for ; Sat, 12 Oct 2002 20:18:41 -0500 Date: Sun, 13 Oct 2002 02:27:00 -0000 From: N V Krishna To: gcc@gnu.org Subject: address of local variables. Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII X-Spam-Status: No, hits=-1.2 required=5.0 tests=SPAM_PHRASE_00_01,USER_AGENT_PINE version=2.41 X-Spam-Level: X-SW-Source: 2002-10/txt/msg00657.txt.bz2 Hi, Given an offset [relative to stack :sp/fp], I want to know if it is a local variable or an argument to the function being compiled. Say I am in the last stage of compilation e.g. in function final. Can anyone help? Warm regards Krishna