https://gcc.gnu.org/bugzilla/show_bug.cgi?id=89365
Bug ID: 89365
Summary: Inquiry functions for assumed rank objects fail
Product: gcc
Version: 9.0
Status: UNCONFIRMED
Severity: normal
Priority: P3
Component: fortran
Assignee: unassigned at gcc dot gnu.org
Reporter: Bader at lrz dot de
Target Milestone: ---
Created attachment 45735
--> https://gcc.gnu.org/bugzilla/attachment.cgi?id=45735&action=edit
test code
The attached test code produces failures for the SHAPE, LBOUND and UBOUND
intrinsics when applied to assumed-rank objects with the POINTER or ALLOCATABLE
attribute. Note that for these cases the behaviour should be as for
deferred-shape objects.