IBM Support

IV34104: FOR LOOP EXPRESSION3 NOT EVALUATED

Subscribe

You can track all active APARs for this component.

 

APAR status

  • Closed as program error.

Error description

  • When compiling with C++, a for loop with multiple expressions in
    the expression3 location is not performing all expressions.  In
    the case where a loop increment or decrement is done, an
    infinite loop may be seen.
    
        ===== TEST CASE =====
    
       for ( i=0; i<10; i++,myint1,myint2=5 )
    

Local fix

  • Remove expressions that do not increment/decrement/set values.
    

Problem summary

  • PROBLEM DESCRIPTION:
    The C++ compiler is optimizing away part of a comma comma
    expression side effect when it finds a part that has no side
    effect.
    
    USERS AFFECTED:
    A comma expression such as  'a++,a,a1=5'  would eliminate the
    'a++'.
    

Problem conclusion

  • The problem has been resolved.
    

Temporary fix

Comments

APAR Information

  • APAR number

    IV34104

  • Reported component name

    XL C/C++ AIX

  • Reported component ID

    5724X1300

  • Reported release

    B10

  • Status

    CLOSED PER

  • PE

    NoPE

  • HIPER

    NoHIPER

  • Special Attention

    NoSpecatt

  • Submitted date

    2013-01-04

  • Closed date

    2013-04-19

  • Last modified date

    2013-04-23

Fix information

  • Fixed component name

    XL C/C++ AIX

  • Fixed component ID

    5724X1300

Applicable component levels

  • RB10 PSY U859089

       UP C

[{"Business Unit":{"code":"BU058","label":"IBM Infrastructure w\/TPS"},"Product":{"code":"SSGH3R","label":"XL C\/C++ for AIX"},"Component":"","ARM Category":[],"Platform":[{"code":"PF025","label":"Platform Independent"}],"Version":"11.1","Edition":"","Line of Business":{"code":"LOB57","label":"Power"}}]

Document Information

Modified date:
23 April 2013