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

Paul Thomas <pault at gcc dot gnu.org> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
           Assignee|unassigned at gcc dot gnu.org      |pault at gcc dot gnu.org
     Ever confirmed|0                           |1
   Last reconfirmed|                            |2025-11-06
                 CC|                            |jvdelisle at gcc dot gnu.org,
                   |                            |pault at gcc dot gnu.org
             Status|UNCONFIRMED                 |NEW

--- Comment #1 from Paul Thomas <pault at gcc dot gnu.org> ---
A point of order:

Both ifx and flang insist correctly that lines 13-19 should read:

  interface
    pure module function default_real_values(self) result(tensor_values)
      implicit none
      class(tensor_t), intent(in) :: self
      real, allocatable :: tensor_values(:)
    end function
  end interface

However, the problem with gfortran remained. Confirming and taking the bug.

Paul

PS "doozy":
Usage examples
Negative: "The accident this morning was a real doozy".
Positive: "We had a doozy of a party last night".
General extraordinary: "Tonight's storm is going to be a doozy".
Figurative: "That was a doozy of a question!".

I take it that all four apply here?

Reply via email to