IBM Support

LI77163: COMPILING WITH -QDFP CAUSES INTERNAL ERROR

Subscribe

You can track all active APARs for this component.

 

APAR status

  • Closed as program error.

Error description

  • Compiler issues Internal Compiler Error while trying to compile
    a test case with -qdfp.
    
    Testcase:
    
    $cat sample.c
    #include <stdlib.h>
    #include <stdio.h>
    
    int main(int argc, char **argv)
    {
            int     n = 0;
    
            for (n = 0; n < 50; n++) {
                    printf("%DDf\n", ((n%2)==1) ? 100.0dl : 50.0dl);
    /*
                    if ((n%2)==1) {
                            printf("%DDf\n", 100.0dl);
                    }
                    else {
                            printf("%DDf\n", 50.0dl);
                    }
    */
            }
    
            return 0;
    }
    
    Command to compile:
    
    xlc -qdfp -qarch=pwr6 sample.c
    
    Output:
    
        1500-004: (U) INTERNAL COMPILER ERROR while compiling main.
    Compilation ended.
    Contact your Service Representative and provide the following
    information:
    Internal abort. For more information visit:
    http://www.ibm.com/support/docview.wss?uid=swg21110810
    

Local fix

  • N/A
    

Problem summary

  • Internal compiler error while using -qdfp
    

Problem conclusion

  • The problem had been fixed
    

Temporary fix

Comments

APAR Information

  • APAR number

    LI77163

  • Reported component name

    XL C/C++ FOR LI

  • Reported component ID

    5725C7300

  • Reported release

    C10

  • Status

    CLOSED PER

  • PE

    NoPE

  • HIPER

    NoHIPER

  • Special Attention

    NoSpecatt

  • Submitted date

    2012-12-17

  • Closed date

    2012-12-17

  • Last modified date

    2012-12-17

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

    IV26282

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

Fix information

  • Fixed component name

    XL C/C++ FOR LI

  • Fixed component ID

    5725C7300

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

Document Information

Modified date:
14 October 2021