Re: [PATCH] Fortran: fix rank/shape check in interface checking [PR124567]
Harald Anlauf <[email protected]>
| Newsgroups | gmane.comp.gcc.patches,gmane.comp.gcc.fortran |
|---|---|
| Message-ID | <[email protected]> |
On 3/25/26 13:55, Harald Anlauf wrote: > Hi Paul, > > On 3/24/26 22:58, Paul Richard Thomas wrote: >> Hi Harald, >> >> This looks good to me but for one niggle: Does the error in the first >> chunk get tested somewhere else in the testsuite? Perhaps I have not >> done enough investigation of the patch when applied? > > good point! I have a variant of gfortran.dg/proc_decl_26.f90 that > does test this one and the sibling test a couple of lines before > my changes. You'll see that the error messages for the additional > testcase are now more symmetrical :-) > See attached updated patch. > >> Thanks for the patch. > > I'll commit tonight unless there are further comments. > > Thanks for the review! > > Harald Pushed as r16-8289-gbbc4d2e15c4e5f .