public inbox for gcc-patches@gcc.gnu.org
 help / color / mirror / Atom feed
From: Joseph Myers <joseph@codesourcery.com>
To: Jim Wilson <jim.wilson@linaro.org>
Cc: "gcc-patches@gcc.gnu.org" <gcc-patches@gcc.gnu.org>
Subject: Re: [PATCH] [C] fix for ICE with -g
Date: Wed, 28 Oct 2015 17:23:00 -0000	[thread overview]
Message-ID: <alpine.DEB.2.10.1510281721230.14980@digraph.polyomino.org.uk> (raw)
In-Reply-To: <CABXYE2WoVcwGC_fU_F9QF9GS0i7ikKzqqYb+H7EWs9_ce_FFSA@mail.gmail.com>

I believe we now prefer to declare variables at the point of first use, so

  tree var_type = build_qualified_type (type, type_quals);

instead of a declaration at the top of the function.  OK with that change.

-- 
Joseph S. Myers
joseph@codesourcery.com

      reply	other threads:[~2015-10-28 17:22 UTC|newest]

Thread overview: 2+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2015-10-28 17:04 Jim Wilson
2015-10-28 17:23 ` Joseph Myers [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=alpine.DEB.2.10.1510281721230.14980@digraph.polyomino.org.uk \
    --to=joseph@codesourcery.com \
    --cc=gcc-patches@gcc.gnu.org \
    --cc=jim.wilson@linaro.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).