IBM Support

LI75758: MISSING INCOMPLETE ENUM DIAGNOSIS

Subscribe

You can track all active APARs for this component.

 

APAR status

  • Closed as program error.

Error description

  • Compiler issues Internal Compiler Error when compiling the
    following test case:
    
    
    /*test.c*/
    extern enum RiskTypes first_risk_type;
    void f() {
       short tempShort = (short) first_risk_type;
    }
    
    $xlC -c test.c
    
    1501-230 (S) Internal compiler error; pl
    ease contact your Service Representative. For more information
    visit:
    http://www.ibm.com/support/docview.wss?uid=swg21110810
    
    
    Note that the test case is invalid as first_risk_type is an
    incomplete enum type. Yet the compiler should defect the syntax
    error.
    

Local fix

  • Complete enum type definition for first_risk_type
    

Problem summary

  • PROBLEM DESCRIPTION: Internal Compiler Error for incomplete
    enum instead of giving out error message and stopping
    compilation
    
    USERS AFFECTED: Programs source with incomplete enum
    

Problem conclusion

  • compiler generate error message and stop compile when an
    incomplete enum is used
    

Temporary fix

Comments

APAR Information

  • APAR number

    LI75758

  • Reported component name

    XL C/C++ FOR LI

  • Reported component ID

    5724X1400

  • Reported release

    B10

  • Status

    CLOSED PER

  • PE

    NoPE

  • HIPER

    NoHIPER

  • Special Attention

    NoSpecatt / Xsystem

  • Submitted date

    2010-11-24

  • Closed date

    2010-11-24

  • Last modified date

    2010-11-24

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

    IZ81473

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

Fix information

  • Fixed component name

    XL C/C++ FOR LI

  • Fixed component ID

    5724X1400

Applicable component levels

[{"Business Unit":{"code":"BU058","label":"IBM Infrastructure w\/TPS"},"Product":{"code":"SSXVZZ","label":"XL C\/C++ for Linux"},"Platform":[{"code":"PF025","label":"Platform Independent"}],"Version":"B10","Line of Business":{"code":"LOB57","label":"Power"}}]

Document Information

Modified date:
15 October 2021