public inbox for gcc@gcc.gnu.org
 help / color / mirror / Atom feed
From: Jamie Prescott <jpresss@yahoo.com>
To: gcc@gcc.gnu.org
Subject: 4.4 API changes
Date: Fri, 15 May 2009 22:17:00 -0000	[thread overview]
Message-ID: <861076.29856.qm@web111612.mail.gq1.yahoo.com> (raw)


I managed to migrate my code to 4.4, but I've some code I cannot figure out
how to translate.
Before, I was building the TRUE and FALSE  instruction list using gimplify_and_add(),
and then a:

build3(COND_EXPR, void_type_node, cond, a_case, b_case);

Where 'a_case' and 'b_case' were tree's.
Now I build two gimple_seq's in the same way, but I cannot see how to pass them to build3().
Is there an API to get the first tree out of the gimple_seq? Or, is there a build3() equivalent
that accepts gimple_seq's?


 - Jamie



      

             reply	other threads:[~2009-05-15 21:23 UTC|newest]

Thread overview: 4+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2009-05-15 22:17 Jamie Prescott [this message]
2009-05-15 22:19 ` Diego Novillo
2009-05-16  1:31   ` Jamie Prescott
2009-05-16  9:38     ` Eric Botcazou

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=861076.29856.qm@web111612.mail.gq1.yahoo.com \
    --to=jpresss@yahoo.com \
    --cc=gcc@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).