This is the mail archive of the gcc-patches@gcc.gnu.org mailing list for the GCC project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Re: [gfortran] patch for PR 14056,specific_abs_i4 is missing


Bud Davis wrote:
Fixes the PR and NIST tests FM317.FOR FM328.FOR

No additional failures, i686/gnu/linux FC1.

Test suite file:

!pr 14056
       INTRINSIC  IABS
       INTEGER FF324
       IVCOMP = FF324(IABS,-7)
       IF (IVCOMP.NE.8) CALL ABORT
       END
      INTEGER FUNCTION FF324(NINT, IDON03)
      FF324 = NINT(IDON03) + 1
!          **** THE NAME NINT IS A DUMMY ARGUMENT
!          AND NOT AN INTRINSIC FUNCTION REFERENCE *****
      RETURN
      END


There's no changelog entry for the testcase.


- Tobi


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]