public inbox for gcc-patches@gcc.gnu.org
 help / color / mirror / Atom feed
From: Jakub Jelinek <jakub@redhat.com>
To: Bernhard Reutner-Fischer <rep.dot.nop@gmail.com>
Cc: tbsaunde+gcc@tbsaunde.org, GCC Patches <gcc-patches@gcc.gnu.org>,
	       Richard Henderson <rth@redhat.com>,
	tgingold@free.fr,        douglas.b.rupp@gmail.com
Subject: Re: [PATCH] fix building for alpha-dec-vms
Date: Wed, 08 Apr 2015 14:06:00 -0000	[thread overview]
Message-ID: <20150408135955.GQ19273@tucnak.redhat.com> (raw)
In-Reply-To: <CAC1BbcTtPi2-hEv1SCOy9qxZqDeT3mMdy0ns1gyuk6QLuj+Y9g@mail.gmail.com>

On Wed, Apr 08, 2015 at 03:57:09PM +0200, Bernhard Reutner-Fischer wrote:
> [CC ing maintainers]
> 
> Ping.

This is ok.

> > --- a/gcc/ChangeLog
> > +++ b/gcc/ChangeLog
> > @@ -1,3 +1,9 @@
> > +2015-03-27  Trevor Saunders  <tbsaunde@tbsaunde.org>
> > +
> > +       * config/alpha/alpha.c (alpha_use_linkage): Change type of slot to
> > +       alpha_links **.
> > +       (alpha_write_one_linkage): Correct typo.
> > +
> >  2015-03-27  Marek Polacek  <polacek@redhat.com>
> >
> >         PR sanitizer/65583
> > diff --git a/gcc/config/alpha/alpha.c b/gcc/config/alpha/alpha.c
> > index 554ff09..67c15dc 100644
> > --- a/gcc/config/alpha/alpha.c
> > +++ b/gcc/config/alpha/alpha.c
> > @@ -9665,7 +9665,7 @@ alpha_use_linkage (rtx func, bool lflag, bool rflag)
> >    if (cfun->machine->links)
> >      {
> >        /* Is this name already defined?  */
> > -      alpha_links *slot = cfun->machine->links->get (name);
> > +      alpha_links **slot = cfun->machine->links->get (name);
> >        if (slot)
> >         al = *slot;
> >      }
> > @@ -9711,7 +9711,7 @@ alpha_use_linkage (rtx func, bool lflag, bool rflag)
> >  }
> >
> >  static int
> > -alpha_write_one_linkage (const char *name, alpha_links *link, FILE *steam)
> > +alpha_write_one_linkage (const char *name, alpha_links *link, FILE *stream)
> >  {
> >    ASM_OUTPUT_INTERNAL_LABEL (stream, XSTR (link->linkage, 0));
> >    if (link->rkind == KIND_CODEADDR)
> > --
> > 2.1.4
> >

	Jakub

  reply	other threads:[~2015-04-08 14:06 UTC|newest]

Thread overview: 4+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2015-03-27 10:24 tbsaunde+gcc
2015-04-08 13:57 ` Bernhard Reutner-Fischer
2015-04-08 14:06   ` Jakub Jelinek [this message]
2015-04-08 14:03 ` Richard Biener

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=20150408135955.GQ19273@tucnak.redhat.com \
    --to=jakub@redhat.com \
    --cc=douglas.b.rupp@gmail.com \
    --cc=gcc-patches@gcc.gnu.org \
    --cc=rep.dot.nop@gmail.com \
    --cc=rth@redhat.com \
    --cc=tbsaunde+gcc@tbsaunde.org \
    --cc=tgingold@free.fr \
    /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).