IBM Support

IV84525: GLOBAL TYPEDEF INTERFERES WITH FUNCTION PARAMETER WITH THE SAME NAME

Subscribe

You can track all active APARs for this component.

 

APAR status

  • Closed as program error.

Error description

  • A typedef name is interfering with a parameter variable that has
    the same name in a function definition, causing an invalid
    compiler error message.
    
    
    
       === TEST CASE ===
    
    typedef char YYY;
    void foo(void (*YYY)(void*)) {};
    
    $ xlc -c test2.c
    "test.c", line 2.17: 1506-275 (S) Unexpected text YYY
    encountered.
    "test.c", line 2.10: 1506-172 (S) Parameter type list for
    function foo contains parameters without identifiers.
    $
    

Local fix

Problem summary

  • PROBLEM DESCRIPTION:
    A function pointer type passed as a function parameter is
    encountering a name conflict with a typedef.
    
    USERS AFFECTED:
    Users with function pointer variable names used as function
    parameters with the same name as a typedef.
    

Problem conclusion

  • The issue has been fixed, and the conflict and error message no
    longer occur.
    

Temporary fix

Comments

APAR Information

  • APAR number

    IV84525

  • Reported component name

    XL C/C++ FOR AI

  • Reported component ID

    5725C7200

  • Reported release

    C10

  • Status

    CLOSED PER

  • PE

    NoPE

  • HIPER

    NoHIPER

  • Special Attention

    NoSpecatt / Xsystem

  • Submitted date

    2016-05-09

  • Closed date

    2016-06-21

  • Last modified date

    2016-06-21

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

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

    IV87860 IV91682

Fix information

  • Fixed component name

    XL C FOR AIX

  • Fixed component ID

    5725C7100

Applicable component levels

  • RC10 PSY

       UP

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

Document Information

Modified date:
14 September 2021