public inbox for gcc-patches@gcc.gnu.org
 help / color / mirror / Atom feed
* Re: [Patch, fortran] PR fortran/100120/100816/100818/100819/100821 problems raised by aggregate data types
@ 2021-06-03 15:04 dhumieres.dominique
  2021-06-04 15:24 ` Paul Richard Thomas
  0 siblings, 1 reply; 7+ messages in thread
From: dhumieres.dominique @ 2021-06-03 15:04 UTC (permalink / raw)
  To: jrfsousa; +Cc: fortran, gcc-patches

Hi José,

> Patch tested only on x86_64-pc-linux-gnu.

Also tested on darwin20. The patch is OK for me.

Thanks for the work,

Dominique

^ permalink raw reply	[flat|nested] 7+ messages in thread

* Re: [Patch, fortran] PR fortran/100120/100816/100818/100819/100821 problems raised by aggregate data types
  2021-06-03 15:04 [Patch, fortran] PR fortran/100120/100816/100818/100819/100821 problems raised by aggregate data types dhumieres.dominique
@ 2021-06-04 15:24 ` Paul Richard Thomas
  2021-06-05 12:40   ` dhumieres.dominique
  0 siblings, 1 reply; 7+ messages in thread
From: Paul Richard Thomas @ 2021-06-04 15:24 UTC (permalink / raw)
  To: dhumieres.dominique; +Cc: José Rui Faustino de Sousa, gcc-patches, fortran

Hi José,

I can second Dominique's thanks. I applied it to my tree when you first
posted, set the regtest in motion and have not been able to return to
gfortran matters since.

OK for master.

I am especially happy that you have tackled this area and have rationalised
it to a substantial degree. The wheel keeps being re-invented by different
people, largely for a lack of documentation or coherent self-documentation.
I know, as one of the guilty ones.

Regards

Paul


On Thu, 3 Jun 2021 at 16:05, dhumieres.dominique--- via Fortran <
fortran@gcc.gnu.org> wrote:

> Hi José,
>
> > Patch tested only on x86_64-pc-linux-gnu.
>
> Also tested on darwin20. The patch is OK for me.
>
> Thanks for the work,
>
> Dominique
>


-- 
"If you can't explain it simply, you don't understand it well enough" -
Albert Einstein

^ permalink raw reply	[flat|nested] 7+ messages in thread

* Re: [Patch, fortran] PR fortran/100120/100816/100818/100819/100821 problems raised by aggregate data types
  2021-06-04 15:24 ` Paul Richard Thomas
@ 2021-06-05 12:40   ` dhumieres.dominique
  2021-06-06 17:58     ` Re:[Patch, fortran] PR fortran/93308/93963/94327/94331/97046 problems raised by descriptor handling dhumieres.dominique
  0 siblings, 1 reply; 7+ messages in thread
From: dhumieres.dominique @ 2021-06-05 12:40 UTC (permalink / raw)
  To: Paul Richard Thomas; +Cc: José Rui Faustino de Sousa, gcc-patches, fortran

Since the PRs are about wrong code, I think the patch should be back 
ported to at least GCC11.

Dominique

Le 2021-06-04 17:24, Paul Richard Thomas a écrit :
> Hi José,
> 
> I can second Dominique's thanks. I applied it to my tree when you
> first posted, set the regtest in motion and have not been able to
> return to gfortran matters since.
> 
> OK for master.
> 
> I am especially happy that you have tackled this area and have
> rationalised it to a substantial degree. The wheel keeps being
> re-invented by different people, largely for a lack of documentation
> or coherent self-documentation. I know, as one of the guilty ones.
> 
> Regards
> 
> Paul
> 
> On Thu, 3 Jun 2021 at 16:05, dhumieres.dominique--- via Fortran
> <fortran@gcc.gnu.org> wrote:
> 
>> Hi José,
>> 
>>> Patch tested only on x86_64-pc-linux-gnu.
>> 
>> Also tested on darwin20. The patch is OK for me.
>> 
>> Thanks for the work,
>> 
>> Dominique
> 
> --
> "If you can't explain it simply, you don't understand it well enough"
> - Albert Einstein

^ permalink raw reply	[flat|nested] 7+ messages in thread

* Re:[Patch, fortran] PR fortran/93308/93963/94327/94331/97046 problems raised by descriptor handling
  2021-06-05 12:40   ` dhumieres.dominique
@ 2021-06-06 17:58     ` dhumieres.dominique
  2021-06-19 10:57       ` [Patch, fortran v2] " dhumieres.dominique
  0 siblings, 1 reply; 7+ messages in thread
From: dhumieres.dominique @ 2021-06-06 17:58 UTC (permalink / raw)
  To: José Rui Faustino de Sousa <jrfsousa@gmail.com>Paul
	Richard Thomas
  Cc: Paul Richard Thomas, gcc-patches, fortran

Hi José,

> Patch tested only on x86_64-pc-linux-gnu.

Also tested on darwin20. The patch is OK for me provided the updated 
PR94331.c test file replaces the original one.
Since the PRs are about wrong code, I think the patch should be 
backported to at least GCC11 (applied and regtested OK).

Thanks for the work,

Dominique

^ permalink raw reply	[flat|nested] 7+ messages in thread

* Re: [Patch, fortran v2] PR fortran/93308/93963/94327/94331/97046 problems raised by descriptor handling
  2021-06-06 17:58     ` Re:[Patch, fortran] PR fortran/93308/93963/94327/94331/97046 problems raised by descriptor handling dhumieres.dominique
@ 2021-06-19 10:57       ` dhumieres.dominique
  2021-06-19 11:00         ` [Patch, fortran V3] PR fortran/100683 - Array initialization refuses valid dhumieres.dominique
  0 siblings, 1 reply; 7+ messages in thread
From: dhumieres.dominique @ 2021-06-19 10:57 UTC (permalink / raw)
  To: José Rui Faustino de Sousa <jrfsousa@gmail.com>Paul
	Richard Thomas
  Cc: gcc-patches, fortran

Le 2021-06-06 19:58, dhumieres.dominique@free.fr a écrit :
> Hi José,
> 
>> Patch tested only on x86_64-pc-linux-gnu.
> 
> Also tested on darwin20. The patch is OK for me provided the updated
> PR94331.c test file replaces the original one.
> Since the PRs are about wrong code, I think the patch should be
> backported to at least GCC11 (applied and regtested OK).
> 
> Thanks for the work,
> 
> Dominique

OK for the new version.

Dominique

^ permalink raw reply	[flat|nested] 7+ messages in thread

* Re: [Patch, fortran V3] PR fortran/100683 - Array initialization refuses valid
  2021-06-19 10:57       ` [Patch, fortran v2] " dhumieres.dominique
@ 2021-06-19 11:00         ` dhumieres.dominique
  2021-06-23 14:20           ` [Patch, fortran V3] PR fortran/100683 - Array initialization refuses valid (list of pending patches) dhumieres.dominique
  0 siblings, 1 reply; 7+ messages in thread
From: dhumieres.dominique @ 2021-06-19 11:00 UTC (permalink / raw)
  To: José Rui Faustino de Sous; +Cc: gcc-patches, fortran

Hi José,

The logic is now much clearer.
OK for the new version. Thanks for the work.

Dominique

^ permalink raw reply	[flat|nested] 7+ messages in thread

* Re: [Patch, fortran V3] PR fortran/100683 - Array initialization refuses valid (list of pending patches)
  2021-06-19 11:00         ` [Patch, fortran V3] PR fortran/100683 - Array initialization refuses valid dhumieres.dominique
@ 2021-06-23 14:20           ` dhumieres.dominique
  0 siblings, 0 replies; 7+ messages in thread
From: dhumieres.dominique @ 2021-06-23 14:20 UTC (permalink / raw)
  To: José Rui Faustino de Sous; +Cc: gcc-patches, fortran

Hi José,

> > Thus: Do you have a list of patches pending review?

> https://gcc.gnu.org/pipermail/fortran/2021-April/055924.html

PRs 100029 and 100040. I have the patch in my working tree
for a long time. It works as expected. OK to commit.

> https://gcc.gnu.org/pipermail/fortran/2021-April/055933.html

PRs 100097 and 100098. New patch at

https://gcc.gnu.org/pipermail/fortran/2021-June/056169.html

OK to commit the new patch.

> https://gcc.gnu.org/pipermail/fortran/2021-June/056168.html

PR 96870.

> https://gcc.gnu.org/pipermail/fortran/2021-June/056167.html

PR 96724. OK to commit.

> https://gcc.gnu.org/pipermail/fortran/2021-June/056163.html

PRs 93308, 93963, 94327, 94331, and 97046.
Already OKed at
https://gcc.gnu.org/pipermail/fortran/2021-June/056184.html
and
https://gcc.gnu.org/pipermail/fortran/2021-June/056193.html

> https://gcc.gnu.org/pipermail/fortran/2021-June/056162.html

PR 94104.

> https://gcc.gnu.org/pipermail/fortran/2021-June/056155.html

PR 100948.

> https://gcc.gnu.org/pipermail/fortran/2021-June/056154.html

PRs 100906, 100907, 100911, 100914, 100915, and 100916.
Tis patch works for me when applied to GCC12 (not GCC11)
but seems to conflict with the patch for
PRs 93308, 93963, 94327, 94331, and 97046.

> https://gcc.gnu.org/pipermail/fortran/2021-June/056152.html

PR 10148.

> https://gcc.gnu.org/pipermail/fortran/2021-June/056159.html

PR 92621.

> https://gcc.gnu.org/pipermail/fortran/2021-April/055982.html

PR 100245.

> https://gcc.gnu.org/pipermail/fortran/2021-April/055949.html

PR 100136.

> https://gcc.gnu.org/pipermail/fortran/2021-April/055946.html

PR 100132.

> https://gcc.gnu.org/pipermail/fortran/2021-April/055934.html

PR 100103.

> https://gcc.gnu.org/pipermail/fortran/2021-June/056169.html

PRs 100097 and 100098. OK for me.

> https://gcc.gnu.org/pipermail/fortran/2021-April/055921.html

PRs 100024 and 100025. OK for me.

Thanks for the great work, but please don't forget to mark the PRs
as ASSIGNED and don't hesitate to PING after a week.

Dominique


^ permalink raw reply	[flat|nested] 7+ messages in thread

end of thread, other threads:[~2021-06-23 14:20 UTC | newest]

Thread overview: 7+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2021-06-03 15:04 [Patch, fortran] PR fortran/100120/100816/100818/100819/100821 problems raised by aggregate data types dhumieres.dominique
2021-06-04 15:24 ` Paul Richard Thomas
2021-06-05 12:40   ` dhumieres.dominique
2021-06-06 17:58     ` Re:[Patch, fortran] PR fortran/93308/93963/94327/94331/97046 problems raised by descriptor handling dhumieres.dominique
2021-06-19 10:57       ` [Patch, fortran v2] " dhumieres.dominique
2021-06-19 11:00         ` [Patch, fortran V3] PR fortran/100683 - Array initialization refuses valid dhumieres.dominique
2021-06-23 14:20           ` [Patch, fortran V3] PR fortran/100683 - Array initialization refuses valid (list of pending patches) dhumieres.dominique

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).