public inbox for fortran@gcc.gnu.org
 help / color / mirror / Atom feed
From: Harald Anlauf <anlauf@gmx.de>
To: Mikael Morin <morin-mikael@orange.fr>,
	Jakub Jelinek <jakub@redhat.com>,
	Tobias Burnus <tobias@codesourcery.com>
Cc: gcc-patches <gcc-patches@gcc.gnu.org>, gfortran <fortran@gcc.gnu.org>
Subject: Re: [PATCH v2] fortran: Avoid infinite self-recursion [PR105381]
Date: Tue, 26 Apr 2022 22:04:38 +0200	[thread overview]
Message-ID: <0c43264f-a8f4-9860-8282-f2d60cf2da2a@gmx.de> (raw)
Message-ID: <20220426200438.Ge2GY_HuVYkgHtA5ZuJzx5PTOlGFaOvCiDHWkE-Ne8g@z> (raw)
In-Reply-To: <e4e009d3-db06-f071-6ea8-4ee628b88a79@orange.fr>

Hi Mikael,

Am 26.04.22 um 21:10 schrieb Mikael Morin:
> Le 26/04/2022 à 19:12, Mikael Morin a écrit :
>> Le 26/04/2022 à 15:32, Jakub Jelinek a écrit :
>>> or one can repeat it like:
>>>      if (DECL_P (expr)
>>>     && DECL_LANG_SPECIFIC (expr)
>>>     && GFC_DECL_SAVED_DESCRIPTOR (expr)
>>>     && GFC_DECL_SAVED_DESCRIPTOR (expr) != expr)
>>>        return non_negative_strides_array_p (GFC_DECL_SAVED_DESCRIPTOR
>>> (expr));
>>
>> I think I’ll use that.
>
> Here it comes.
> Regression tested again. OK?

works for me.

Thanks for the quick fix!

Harald

  reply	other threads:[~2022-04-26 20:04 UTC|newest]

Thread overview: 8+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2022-04-26 12:38 [PATCH] " Mikael Morin
2022-04-26 13:22 ` Tobias Burnus
2022-04-26 13:32   ` Jakub Jelinek
2022-04-26 17:12     ` Mikael Morin
2022-04-26 17:28       ` Jakub Jelinek
2022-04-26 19:10       ` [PATCH v2] " Mikael Morin
2022-04-26 20:04         ` Harald Anlauf [this message]
2022-04-26 20:04           ` Harald Anlauf

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=0c43264f-a8f4-9860-8282-f2d60cf2da2a@gmx.de \
    --to=anlauf@gmx.de \
    --cc=fortran@gcc.gnu.org \
    --cc=gcc-patches@gcc.gnu.org \
    --cc=jakub@redhat.com \
    --cc=morin-mikael@orange.fr \
    --cc=tobias@codesourcery.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).