public inbox for fortran@gcc.gnu.org
 help / color / mirror / Atom feed
From: Andrew Benson <abenson@carnegiescience.edu>
To: sgk@troutmask.apl.washington.edu
Cc: Janus Weil <janus@gcc.gnu.org>,
	Richard Biener <richard.guenther@gmail.com>,
	"fortran@gcc.gnu.org" <fortran@gcc.gnu.org>
Subject: Re: Optimization of add_dt_to_dt_list() in resolve.c
Date: Thu, 14 Jun 2018 05:15:00 -0000	[thread overview]
Message-ID: <2049370.GMnMrShfLb@andrew-precision-3520> (raw)
In-Reply-To: <20180611181710.GA86589@troutmask.apl.washington.edu>

Steve,

I have just sent my copyright assignment documents back to the FSF, so I think 
it should be ok to submit my patch as soon as it has approval.

-Andrew

On Monday, June 11, 2018 11:17:10 AM PDT Steve Kargl wrote:
> On Fri, Jun 01, 2018 at 08:14:04AM +0200, Janus Weil wrote:
> > 2018-05-31 20:04 GMT+02:00 Andrew Benson <abenson@carnegiescience.edu>:
> > > One other question: for copyright assignment, who do I need to
> > > talk to to get the relevant form(s)?
> > 
> > I think you need to send a request to assign@gnu.org and
> > gcc@gcc.gnu.org in order to get the copyright assignment form. After
> > the form is mailed to you, you sign it and send it back to the FSF.
> 
> Andrew, I see that you've asked on gcc@gcc on June 1 about
> Copyright forms.  Has anyone responded?
> 
> I ask because my patch for PR fortran/68544 walks the
> gfc_derived_types list.
> 
> https://gcc.gnu.org/ml/fortran/2018-06/msg00054.html
> 
> and Thomas has approved the patch.  In my patch, I
> have
> 
> +static bool
> +is_dt_name (const char *name)
> +{
> +  gfc_dt_list *dt_list;
> +
> +  for (dt_list = gfc_derived_types; dt_list; dt_list = dt_list->next)
> +    if (strcmp(dt_list->derived->name, name) == 0)
> +      return true;
> +  return false;
> +}
> 
> we'll need to update this to deal with your change for a
> circular linked list.


-- 

* Andrew Benson: http://users.obs.carnegiescience.edu/abenson/contact.html

* Galacticus: https://bitbucket.org/abensonca/galacticus

  parent reply	other threads:[~2018-06-13 22:56 UTC|newest]

Thread overview: 27+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2018-05-24 22:53 Andrew Benson
2018-05-25  7:06 ` Richard Biener
2018-05-25  7:13   ` Richard Biener
2018-05-25 21:54   ` Andrew Benson
2018-05-28  9:54     ` Richard Biener
2018-05-29 20:25       ` Andrew Benson
2018-05-30  9:44         ` Richard Biener
2018-05-30 17:01           ` Andrew Benson
2018-05-30 18:25             ` Steve Kargl
2018-05-30 18:37               ` Andrew Benson
2018-05-30 20:43         ` Janus Weil
2018-05-30 22:22           ` Andrew Benson
2018-05-31  8:56             ` Janus Weil
2018-05-31 18:04               ` Andrew Benson
2018-06-01  6:14                 ` Janus Weil
2018-06-11 18:45                   ` Steve Kargl
2018-06-11 19:22                     ` Andrew Benson
2018-06-14  5:15                     ` Andrew Benson [this message]
2018-06-15  0:12                       ` Steve Kargl
2018-06-15  7:59                         ` Andrew Benson
2018-07-11  2:33                         ` Andrew Benson
2018-07-20 16:29                           ` Andrew Benson
2018-07-20 18:59                             ` Janus Weil
2018-07-20 19:02                               ` Andrew Benson
2018-07-20 19:10                                 ` Janus Weil
2018-07-20 20:04                                   ` Janus Weil
2018-07-20 20:22                                     ` Andrew Benson

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=2049370.GMnMrShfLb@andrew-precision-3520 \
    --to=abenson@carnegiescience.edu \
    --cc=fortran@gcc.gnu.org \
    --cc=janus@gcc.gnu.org \
    --cc=richard.guenther@gmail.com \
    --cc=sgk@troutmask.apl.washington.edu \
    /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).