Re: [PATCH] Fortran : Fill in missing array dimensions using the lower, bound (for review)

2020-07-02 Thread Mark Eggleston
On 01/07/2020 23:01, Jerry DeLisle wrote: On 6/27/20 1:40 AM, Thomas Koenig via Fortran wrote: Hi Mark, Use -fdec-add-missing-indexes to enable feature. Also enabled by fdec. A warning that the lower bound is being used for a mission dimension is output unless suppressed by using

Re: [PATCH] Fortran : Fill in missing array dimensions using the lower, bound (for review)

2020-07-01 Thread Jerry DeLisle via Gcc-patches
On 6/27/20 1:40 AM, Thomas Koenig via Fortran wrote: Hi Mark, Use -fdec-add-missing-indexes to enable feature. Also enabled by fdec. A warning that the lower bound is being used for a mission dimension is output unless suppressed by using -Wno-missing-index. This is... seriously

Re: [PATCH] Fortran : Fill in missing array dimensions using the lower, bound (for review)

2020-06-27 Thread Thomas Koenig via Gcc-patches
Hi Mark, Use -fdec-add-missing-indexes to enable feature. Also enabled by fdec. A warning that the lower bound is being used for a mission dimension is output unless suppressed by using -Wno-missing-index. This is... seriously problematic. I forsee all sorts of not-so-funny interactions with

[PATCH] Fortran : Fill in missing array dimensions using the lower, bound (for review)

2020-06-25 Thread Mark Eggleston
Please find attached a proposed legacy extension to allow dimensions to be omitted when referring to an array element.  The declared lower bound being used by default. This feature is known to exist in earlier compilers and is believed to be a DEC extension and is definitely supported by