IBM Support

IV33975: INTERNAL COMPILER ERROR WITH INVALID COMPONENT

Subscribe

You can track all active APARs for this component.

 

APAR status

  • Closed as program error.

Error description

  • Compiling the following test case produces Internal Compiler
    Error. The test case references ZLAND, a non-existent component
    of the RFIELD_ACCESS type (it should be LAND).
    
    !comp_test.f90
    
    SUBROUTINE COMPILER_ERROR
    
    IMPLICIT NONE
    
    INTEGER, PARAMETER :: KLON = 10
    LOGICAL            :: LLLAND(KLON)
    
    TYPE RFIELD_ACCESS
       real, pointer :: land(:) => null()
    END TYPE
    TYPE(RFIELD_ACCESS) :: YLRL
    
    YLRL%LAND=0.0
    WHERE(LLLAND) YLRL%ZLAND=1.0
    
    END SUBROUTINE
    

Local fix

  • correct the code.
    

Problem summary

  • PROBLEM DESCRIPTION: Internal Compiler Error without issuing a
    proper error message when the user specifies invalid component
    names.
    
    USERS AFFECTED: Users having invalid component names in their
    code may encounter this problem.
    

Problem conclusion

  • The problem has been fixed. Apply provided service.
    

Temporary fix

Comments

APAR Information

  • APAR number

    IV33975

  • Reported component name

    XL FORTRAN AIX

  • Reported component ID

    5724U8200

  • Reported release

    C10

  • Status

    CLOSED PER

  • PE

    NoPE

  • HIPER

    NoHIPER

  • Special Attention

    NoSpecatt

  • Submitted date

    2012-12-24

  • Closed date

    2012-12-24

  • Last modified date

    2012-12-24

  • APAR is sysrouted FROM one or more of the following:

    IV31551

  • APAR is sysrouted TO one or more of the following:

Fix information

  • Fixed component name

    XL FORTRAN AIX

  • Fixed component ID

    5724U8200

Applicable component levels

[{"Line of Business":{"code":"LOB57","label":"Power"},"Business Unit":{"code":"BU058","label":"IBM Infrastructure w\/TPS"},"Product":{"code":"SSB259","label":"XL Fortran Advanced Edition for Linux"},"Platform":[{"code":"PF025","label":"Platform Independent"}],"Version":"12.1"}]

Document Information

Modified date:
24 February 2022