IBM Support

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

    IZ81473

  • Reported component name

    XL C++ AIX

  • Reported component ID

    5724U8100

  • Reported release

    A10

  • Status

    CLOSED PER

  • PE

    NoPE

  • HIPER

    NoHIPER

  • Special Attention

    NoSpecatt

  • Submitted date

    2010-08-05

  • Closed date

    2010-10-05

  • Last modified date

    2010-10-05

Fix information

  • Fixed component name

    XL C AIX

  • Fixed component ID

    5724U8000

Applicable component levels

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

Document Information

Modified date:
06 October 2021