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

kargl at gcc dot gnu.org changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
           Priority|P3                          |P4
             Status|UNCONFIRMED                 |ASSIGNED
   Last reconfirmed|                            |2019-09-30
                 CC|                            |kargl at gcc dot gnu.org
           Assignee|unassigned at gcc dot gnu.org      |kargl at gcc dot gnu.org
   Target Milestone|---                         |10.0
     Ever confirmed|0                           |1

--- Comment #1 from kargl at gcc dot gnu.org ---
My mine.  There is the partner issue with subroutines.

program p
   call sub(b'1001')
end

I have a patch for subroutines.

% gfcx -c a.f90
a.f90:5:12:

    5 |    call sub(b'1001')
      |            1
Error: Invalid BOZ at (1)

Need to find where to check function arguments.

Reply via email to