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

Andrew Pinski <pinskia at gcc dot gnu.org> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
           Keywords|                            |ice-on-invalid-code
          Component|middle-end                  |fortran

--- Comment #5 from Andrew Pinski <pinskia at gcc dot gnu.org> ---
ifort gives the following error message:

/app/example.f90(14): error #6219: This variable, used in a specification
expression, must be a dummy argument, a COMMON block object, or an object
accessible through host or use association.   [C]
      real, pointer :: c(:,:)
-----------------------^

Reply via email to