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

anlauf at gcc dot gnu.org changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
  Attachment #56546|0                           |1
        is obsolete|                            |

--- Comment #7 from anlauf at gcc dot gnu.org ---
Created attachment 56607
  --> https://gcc.gnu.org/bugzilla/attachment.cgi?id=56607&action=edit
Updated patch

This patch adds further checking to handle F2008/F2018 differences.
It is now more in line with NAG (and sort-of Intel) here.
However, regression testing produces further fallout:

gfortran.dg/pointer_intent_7.f90 - harmless, needs adjusted pattern,

but the following appear to be really invalid according to NAG and visual
inspection:

gfortran.dg/class_dummy_4.f03
gfortran.dg/class_optional_2.f90
gfortran.dg/finalize_12.f90
gfortran.dg/select_type_30.f03

This is now getting really messy...

Reply via email to