IBM Support

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

    LI75857

  • Reported component name

    XL C/C++ RHEL52

  • Reported component ID

    5724U8310

  • Reported release

    A10

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

    IZ81473

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

Fix information

  • Fixed component name

    XL C/C++ RHEL52

  • Fixed component ID

    5724U8310

Applicable component levels

[{"Business Unit":{"code":"BU054","label":"Systems w\/TPS"},"Product":{"code":"SSJT9L","label":"XL C\/C++"},"Platform":[{"code":"PF025","label":"Platform Independent"}],"Version":"A.1","Line of Business":{"code":"LOB08","label":"Cognitive Systems"}}]

Document Information

Modified date:
15 October 2021