Re: Failing tests after applying patches?

2021-08-24 Thread Richard Biener via Fortran
On Tue, Aug 24, 2021 at 8:47 AM Arjen Markus via Fortran wrote: > > Hi Tobias, > > thanks for these tips - this should come in handy indeed. > > One thing though: when I tried to run my freshly built gfortran compiler on > one of the test programs, I got the message that it could not find the file

[PATCH] PR fortran/93834 - [9/10/11/12 Regression] ICE in trans_caf_is_present, at fortran/trans-intrinsic.c:8469

2021-08-24 Thread Harald Anlauf via Fortran
Dear Fortranners, here's a pretty obvious one: we didn't properly check the arguments for intrinsics when these had to be ALLOCATABLE and in the case that argument was a coarray object. Simple solution: just reuse a check that was used for pointer etc. Regtested on x86_64-pc-linux-gnu. OK for m