https://gcc.gnu.org/bugzilla/show_bug.cgi?id=64107

kargl at gcc dot gnu.org changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
           Priority|P3                          |P5
                 CC|                            |kargl at gcc dot gnu.org
           Assignee|unassigned at gcc dot gnu.org      |kargl at gcc dot gnu.org

--- Comment #1 from kargl at gcc dot gnu.org ---
This appears to be fixed by my patch for PR 83633.  I will
convert the code and add it as a testcase to trunk.

% gfcx -o z a.f90
a.f90:15:22:

   integer :: x2(foo())
                      1
Error: Explicit shaped array with nonconstant bounds at (1)
a.f90:24:22:

   integer :: x4(foo())
                      1
Error: Explicit shaped array with nonconstant bounds at (1)

Reply via email to