Skip to main content

IV31551: 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

    IV31551

  • Reported component name

    XL FORTRAN FOR

  • Reported component ID

    5724X1500

  • Reported release

    D10

  • Status

    CLOSED PER

  • PE

    NoPE

  • HIPER

    NoHIPER

  • Special Attention

    NoSpecatt

  • Submitted date

    2012-11-06

  • Closed date

    2013-02-07

  • Last modified date

    2013-02-08

Fix information

  • Fixed component name

    XL FORTRAN FOR

  • Fixed component ID

    5724X1500

Applicable component levels

  • RD10 PSY U857531

       UP C

Rate this page:

(0 users)Average rating

Copyright and trademark information

IBM, the IBM logo and ibm.com are trademarks of International Business Machines Corp., registered in many jurisdictions worldwide. Other product and service names might be trademarks of IBM or other companies. A current list of IBM trademarks is available on the Web at "Copyright and trademark information" at www.ibm.com/legal/copytrade.shtml.

Rate this page:


(0 users)Average rating

Add comments

Document information

XL Fortran for AIX


Software version:
13.1


Reference #:
IV31551


Modified date:
2013-02-08

Translate my page

Content navigation