public inbox for gcc-help@gcc.gnu.org
 help / color / mirror / Atom feed
* need a fix for  -fdump-tree-original of g++
@ 2007-02-19 14:38 chellaj
  0 siblings, 0 replies; only message in thread
From: chellaj @ 2007-02-19 14:38 UTC (permalink / raw)
  To: gcc-help


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.

^ permalink raw reply	[flat|nested] only message in thread

only message in thread, other threads:[~2007-02-19 12:24 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2007-02-19 14:38 need a fix for -fdump-tree-original of g++ chellaj

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).