public inbox for gcc-help@gcc.gnu.org
 help / color / mirror / Atom feed
* How can I get the dump file which is in SSA form ?
@ 2008-03-18  4:48 Qiang Huang
  2008-03-18 10:21 ` Brian Dessent
  0 siblings, 1 reply; 2+ messages in thread
From: Qiang Huang @ 2008-03-18  4:48 UTC (permalink / raw)
  To: gcc-help

   I used the command bellow:

        gcc -fdump-tree-ssa hello.c

   to dump the file in SSA form. However, I can't find the file in the
directory.It seems that the file wasn't dumped at all.

   I tried this in different version of GCC,but it was the same in the
GCC4.1.1,4.2.3 and 4.3.0.

   I wonder that if someone could tell me the exact reason~Thanks a lot~

^ permalink raw reply	[flat|nested] 2+ messages in thread

* Re: How can I get the dump file which is in SSA form ?
  2008-03-18  4:48 How can I get the dump file which is in SSA form ? Qiang Huang
@ 2008-03-18 10:21 ` Brian Dessent
  0 siblings, 0 replies; 2+ messages in thread
From: Brian Dessent @ 2008-03-18 10:21 UTC (permalink / raw)
  To: Qiang Huang; +Cc: gcc-help

Qiang Huang wrote:

>    I used the command bellow:
> 
>         gcc -fdump-tree-ssa hello.c
> 
>    to dump the file in SSA form. However, I can't find the file in the
> directory.It seems that the file wasn't dumped at all.

You haven't asked gcc to do any optimization, so the tree-ssa passes
never run and there's nothing to dump.  You need to specify an
optimization level higher than the default 0.

Brian

^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2008-03-18 10:21 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2008-03-18  4:48 How can I get the dump file which is in SSA form ? Qiang Huang
2008-03-18 10:21 ` Brian Dessent

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