public inbox for gcc-help@gcc.gnu.org
 help / color / mirror / Atom feed
From: Brian Dessent <brian@dessent.net>
To: Qiang Huang <qianghuang87@gmail.com>
Cc: gcc-help@gcc.gnu.org
Subject: Re: How can I get the dump file which is in SSA form ?
Date: Tue, 18 Mar 2008 10:21:00 -0000	[thread overview]
Message-ID: <47DF978A.9D3AA090@dessent.net> (raw)
In-Reply-To: <1807a3db0803172147g76a7bcf0mfc6493531bd5472d@mail.gmail.com>

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

      reply	other threads:[~2008-03-18 10:21 UTC|newest]

Thread overview: 2+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2008-03-18  4:48 Qiang Huang
2008-03-18 10:21 ` Brian Dessent [this message]

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=47DF978A.9D3AA090@dessent.net \
    --to=brian@dessent.net \
    --cc=gcc-help@gcc.gnu.org \
    --cc=qianghuang87@gmail.com \
    /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).