public inbox for gcc-help@gcc.gnu.org
 help / color / mirror / Atom feed
From: chellaj <rajeshchellappa@yahoo.co.uk>
To: gcc-help@gcc.gnu.org
Subject: need a fix for  -fdump-tree-original of g++
Date: Mon, 19 Feb 2007 14:38:00 -0000	[thread overview]
Message-ID: <9041465.post@talk.nabble.com> (raw)


Hi,

I am using gcc-3.4.3 version. The g++ compiler gives a dump of the AST for
all the cases except if there is a 
structure / class for which there is no instance / pointer created. Pl. have
a look @ the example. below.

class myclass{
   private:
       int  an_integer_var;

   public:
       void my_function(int somevalue)
       {
              an_integer_var = somevalue;
       }
};

if I compile this code with g++ -c -fdump-tree-original myfile.cpp, I don't
get the myfile.cpp.original. Can someone give me the fix for this. I need to
get the dump of the class and the functions in the class.

Regards,
Rajesh
-- 
View this message in context: http://www.nabble.com/need-a-fix-for---fdump-tree-original-of-g%2B%2B-tf3252551.html#a9041465
Sent from the gcc - Help mailing list archive at Nabble.com.

                 reply	other threads:[~2007-02-19 12:24 UTC|newest]

Thread overview: [no followups] expand[flat|nested]  mbox.gz  Atom feed

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=9041465.post@talk.nabble.com \
    --to=rajeshchellappa@yahoo.co.uk \
    --cc=gcc-help@gcc.gnu.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).