From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 9660 invoked by alias); 10 Nov 2005 13:49:30 -0000 Mailing-List: contact gcc-help-help@gcc.gnu.org; run by ezmlm Precedence: bulk List-Archive: List-Post: List-Help: Sender: gcc-help-owner@gcc.gnu.org Received: (qmail 9641 invoked by uid 22791); 10 Nov 2005 13:49:27 -0000 Received: from fencepost.gnu.org (HELO fencepost.gnu.org) (199.232.76.164) by sourceware.org (qpsmtpd/0.30-dev) with ESMTP; Thu, 10 Nov 2005 13:49:27 +0000 Received: from monty-python.gnu.org ([199.232.76.173]) by fencepost.gnu.org with esmtp (Exim 4.34) id 1EaCnt-0001FV-EB for gcc-help@gnu.org; Thu, 10 Nov 2005 08:49:25 -0500 Received: from Debian-exim by monty-python.gnu.org with spam-scanned (Exim 4.34) id 1EaCnt-0005wP-84 for gcc-help@gnu.org; Thu, 10 Nov 2005 08:49:25 -0500 Received: from [68.164.203.246] (helo=dberlin.org) by monty-python.gnu.org with esmtp (SSL 3.0:RSA_3DES_EDE_CBC_SHA:24) (Exim 4.34) id 1EaCns-0005vf-JN for gcc-help@gnu.org; Thu, 10 Nov 2005 08:49:24 -0500 Received: from [127.0.0.1] (HELO localhost) by dberlin.org (CommuniGate Pro SMTP 5.0c7) with ESMTP id 8268633; Thu, 10 Nov 2005 08:49:23 -0500 Subject: Re: Macro expansion: GCC 3.4.4 From: Daniel Berlin To: swamim@sankhya.com Cc: Nick Roberts , John Love-Jensen , gcc-help@gnu.org In-Reply-To: References: Content-Type: text/plain Date: Thu, 10 Nov 2005 13:49:00 -0000 Message-Id: <1131630570.7443.8.camel@linux.site> Mime-Version: 1.0 Content-Transfer-Encoding: 7bit X-SW-Source: 2005-11/txt/msg00167.txt.bz2 On Thu, 2005-11-10 at 13:09 +0530, M Ranga Swami Reddy wrote: > Hi, > > The test case should be compiled with -g3 option. The '-g3' option > include the macro definitions present in the program, in debugging > information. If he hadn't compiled with -g3, gdb wouldn't say it includes preprocessor macro info.