IBM Support

LI77992: Internal compiler error with missing procedure list

Subscribe

You can track all active APARs for this component.

 

APAR status

  • Closed as program error.

Error description

  • ===== DESCRIPTION:
    When compiling the provided test case, the compiler is abending.
    
    ===== COMPILE COMMAND:
    xlf2003_r test.f90
    
    ===== TESTCASE:
    
    $ cat test.f90
    program foo
      implicit none
      real, allocatable :: bar(:)
      character(len=5) :: baz(2)
      character(len=5) :: bazz
      integer :: ierror
      allocate(bar(10))
      deallocate(bar, stat=ierror, errmsg=baz(1))
      allocate(bar(10))
      deallocate(bar, stat=ierror, errmsg=bazz)
    end program foo
    $
    
    ===== ACTUAL OUTPUT:
    $ xlf2003_r test.f90
        1517-004: (U) Missing procedure list entries.  Please
    contact your Service Representative.  For more information
    visit:
    http://www.ibm.com/support/docview.wss?uid=swg21110810
    1501-511  Compilation failed for file test.f90.
    $
    
    ===== EXPECTED OUTPUT:
    Should compile clean.
    

Local fix

  • N/A
    

Problem summary

  • USERS AFFECTED:
    Users may see this problem if their application has an errmsg
    specifier with an array element on a deallocate statement.
    
    PROBLEM DESCRIPTION:
    Compilation may fail due to internal compiler error when
    processing errmsg argument of the deallocate statement.
    

Problem conclusion

  • The compiler has been fixed to address this problem.
    

Temporary fix

Comments

APAR Information

  • APAR number

    LI77992

  • Reported component name

    XL FORTRAN FOR

  • Reported component ID

    5799AH100

  • Reported release

    E10

  • Status

    CLOSED PER

  • PE

    NoPE

  • HIPER

    NoHIPER

  • Special Attention

    NoSpecatt

  • Submitted date

    2014-05-21

  • Closed date

    2014-05-21

  • Last modified date

    2014-05-27

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

    IV56835

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

Fix information

  • Fixed component name

    XL FORTRAN FOR

  • Fixed component ID

    5799AH100

Applicable component levels

  • RE10 PSY

       UP

[{"Business Unit":{"code":"BU058","label":"IBM Infrastructure w\/TPS"},"Product":{"code":"SS2MB5","label":"XL Fortran for Blue Gene\/Q"},"Component":"","ARM Category":[],"Platform":[{"code":"PF025","label":"Platform Independent"}],"Version":"ALL VERSIONS","Edition":"","Line of Business":{"code":"LOB57","label":"Power"}}]

Document Information

Modified date:
27 May 2014