public inbox for fortran@gcc.gnu.org
 help / color / mirror / Atom feed
* A wrong column is selected when addressing individual elements of unlimited polymorphic dummy argument
@ 2020-09-13 19:19 Gayday, Igor
  2020-09-14  8:09 ` Andre Vehreschild
  2020-09-16 18:31 ` Paul Richard Thomas
  0 siblings, 2 replies; 4+ messages in thread
From: Gayday, Igor @ 2020-09-13 19:19 UTC (permalink / raw)
  To: fortran

Hello,

Please, consider the issue described here:
https://stackoverflow.com/questions/63841012/a-wrong-column-is-selected-when-addressing-individual-elements-of-unlimited-poly

I believe this is a gfortran bug. I tried it with gfortran 10.2 and it still happens. The same program works as expected with ifort 19.0.3.199.

Sorry for not using bugzilla for this, but the form did not work and I didn't get a reply regarding account creation.

Best regards
Igor Gayday

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

* Re: A wrong column is selected when addressing individual elements of unlimited polymorphic dummy argument
  2020-09-13 19:19 A wrong column is selected when addressing individual elements of unlimited polymorphic dummy argument Gayday, Igor
@ 2020-09-14  8:09 ` Andre Vehreschild
  2020-09-16 18:31 ` Paul Richard Thomas
  1 sibling, 0 replies; 4+ messages in thread
From: Andre Vehreschild @ 2020-09-14  8:09 UTC (permalink / raw)
  To: Gayday, Igor; +Cc: fortran

Hi Igor,

class array support has some deficiencies in gfortran. See for example:

https://gcc.gnu.org/bugzilla/show_bug.cgi?id=78466 or
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=96992

Your Fortran look reasonable to  me and you could have found another bug.
Please continue to try to file a bug in the official bugtracker or your finding
may be lost.

Thanks for your help and regards,
	Andre

On Sun, 13 Sep 2020 19:19:16 +0000
"Gayday, Igor" <igor.gayday@marquette.edu> wrote:

> Hello,
>
> Please, consider the issue described here:
> https://stackoverflow.com/questions/63841012/a-wrong-column-is-selected-when-addressing-individual-elements-of-unlimited-poly
>
> I believe this is a gfortran bug. I tried it with gfortran 10.2 and it still
> happens. The same program works as expected with ifort 19.0.3.199.
>
> Sorry for not using bugzilla for this, but the form did not work and I didn't
> get a reply regarding account creation.
>
> Best regards
> Igor Gayday


--
Andre Vehreschild * Email: vehre ad gmx dot de

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

* Re: A wrong column is selected when addressing individual elements of unlimited polymorphic dummy argument
  2020-09-13 19:19 A wrong column is selected when addressing individual elements of unlimited polymorphic dummy argument Gayday, Igor
  2020-09-14  8:09 ` Andre Vehreschild
@ 2020-09-16 18:31 ` Paul Richard Thomas
  2020-09-16 18:36   ` Gayday, Igor
  1 sibling, 1 reply; 4+ messages in thread
From: Paul Richard Thomas @ 2020-09-16 18:31 UTC (permalink / raw)
  To: Gayday, Igor; +Cc: fortran

Hi Igor,

I identified two separate bugs that cause this problem. I am away on a trip
until Sunday and will implement a fix then.

Thanks for the report - could you file it in Bugzilla, please?

Paul


On Sun, 13 Sep 2020 at 20:19, Gayday, Igor <igor.gayday@marquette.edu>
wrote:

> Hello,
>
> Please, consider the issue described here:
>
> https://stackoverflow.com/questions/63841012/a-wrong-column-is-selected-when-addressing-individual-elements-of-unlimited-poly
>
> I believe this is a gfortran bug. I tried it with gfortran 10.2 and it
> still happens. The same program works as expected with ifort 19.0.3.199.
>
> Sorry for not using bugzilla for this, but the form did not work and I
> didn't get a reply regarding account creation.
>
> Best regards
> Igor Gayday
>


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

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

* Re: A wrong column is selected when addressing individual elements of unlimited polymorphic dummy argument
  2020-09-16 18:31 ` Paul Richard Thomas
@ 2020-09-16 18:36   ` Gayday, Igor
  0 siblings, 0 replies; 4+ messages in thread
From: Gayday, Igor @ 2020-09-16 18:36 UTC (permalink / raw)
  To: Paul Richard Thomas; +Cc: fortran

I've reported it here: https://gcc.gnu.org/bugzilla/show_bug.cgi?id=97045

Best regards
Igor Gayday
________________________________
From: Paul Richard Thomas <paul.richard.thomas@gmail.com>
Sent: Wednesday, September 16, 2020 13:31
To: Gayday, Igor <igor.gayday@marquette.edu>
Cc: fortran@gcc.gnu.org <fortran@gcc.gnu.org>
Subject: Re: A wrong column is selected when addressing individual elements of unlimited polymorphic dummy argument

Hi Igor,

I identified two separate bugs that cause this problem. I am away on a trip until Sunday and will implement a fix then.

Thanks for the report - could you file it in Bugzilla, please?

Paul


On Sun, 13 Sep 2020 at 20:19, Gayday, Igor <igor.gayday@marquette.edu<mailto:igor.gayday@marquette.edu>> wrote:
Hello,

Please, consider the issue described here:
https://stackoverflow.com/questions/63841012/a-wrong-column-is-selected-when-addressing-individual-elements-of-unlimited-poly<https://urldefense.proofpoint.com/v2/url?u=https-3A__stackoverflow.com_questions_63841012_a-2Dwrong-2Dcolumn-2Dis-2Dselected-2Dwhen-2Daddressing-2Dindividual-2Delements-2Dof-2Dunlimited-2Dpoly&d=DwMFaQ&c=S1d2Gs1Y1NQV8Lx35_Qi5FnTH2uYWyh_OhOS94IqYCo&r=NBh4dTidHW_fntBAD3qKCHq-dyomN54verjeVFMV9Pc&m=ZaOU6mVpbDBqmrr_pyCUWzii0ZG1AoWb9JkAAfPj-RI&s=QGO-CKy8h5glwhF6YNO7mhIAW-zNzdHi3EKl-csGk6M&e=>

I believe this is a gfortran bug. I tried it with gfortran 10.2 and it still happens. The same program works as expected with ifort 19.0.3.199.

Sorry for not using bugzilla for this, but the form did not work and I didn't get a reply regarding account creation.

Best regards
Igor Gayday


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

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

end of thread, other threads:[~2020-09-16 18:36 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2020-09-13 19:19 A wrong column is selected when addressing individual elements of unlimited polymorphic dummy argument Gayday, Igor
2020-09-14  8:09 ` Andre Vehreschild
2020-09-16 18:31 ` Paul Richard Thomas
2020-09-16 18:36   ` Gayday, Igor

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