IBM Support

LI75941: Fatal Error in xlfentry with debug option on

Subscribe

You can track all active APARs for this component.

 

APAR status

  • Closed as program error.

Error description

  • The following testcase reproduces the fatal error:
    
    =============== test.f ===============
    module foe
      implicit none
      logical :: First=.FALSE.
      logical :: Second=.FALSE.
    end module foe
    module foe_mod
      use foe, only : First=>Second
    end module foe_mod
    module some_mod
      use foe, only : First
      use foe_mod
    end module some_mod
    ============ end of test.f ===========
    
    ./xlf90 -c test.f -g
    
    ** foe   === End of Compilation 1 ===
    ** foe_mod   === End of Compilation 2 ===
    ./xlf90: 1501-224 (S) fatal error in ...../xlfentry: signal
    11 received
    

Local fix

  • 1. Do not use -g
    2. Do not rename <Second> to <First> in the example.
    

Problem summary

  • An internal compiler error occurs when use association causes
    two different entities to have the same identifier in one
    scoping unit, and -g is in effect.
    

Problem conclusion

  • The internal compiler error has been fixed.
    

Temporary fix

Comments

APAR Information

  • APAR number

    LI75941

  • Reported component name

    XL FORTRAN SLES

  • Reported component ID

    5724U8400

  • Reported release

    C10

  • Status

    CLOSED PER

  • PE

    NoPE

  • HIPER

    NoHIPER

  • Special Attention

    NoSpecatt

  • Submitted date

    2011-01-27

  • Closed date

    2011-01-27

  • Last modified date

    2011-01-27

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

    IZ81775

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

Fix information

  • Fixed component name

    XL FORTRAN SLES

  • Fixed component ID

    5724U8400

Applicable component levels

[{"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":"C.1","Line of Business":{"code":"LOB57","label":"Power"}}]

Document Information

Modified date:
24 February 2022