IBM Support

IV25284: EXCEPTION-SPECIFICATION IN TEMPLATE PARAMETER

Subscribe

You can track all active APARs for this component.

 

APAR status

  • Closed as program error.

Error description

  • Instead of the expected type of "void (*)()", the compiler is
    using the exception-specification as part of the function's
    signature as "void (*)() throw()".  This can cause errors with
    template usage when a function with an exception-specification
    is used as a template type parameter.
    
    
       ==== TESTCASE ====
    
    void f(T sth)
    {
            typedef T t;
    }
    
    void zzz() throw() {}
    
    int main( int argc, char **argv )
    {
            f(&zzz);
            return 0;
    }
    
    
    "test.cpp", line 3.19: 1540-1139 (S) An exception-specification
    can appear only in a function or pointer declaration.
    "test.cpp", line 2.6: 1540-0700 (I) The previous message was
    produced while processing "f<void (*)() throw()>(void (*)()
    throw())".
    "test.cpp", line 7.9: 1540-0700 (I) The previous message was
    produced while processing "main(int, char **)".
    

Local fix

  • Remove exception-specification from function.
    

Problem summary

  • PROBLEM DESCRIPTION:
    Exception specification included during template argument
    deduction.
    
    USERS AFFECTED:
    The problem will appear if a user instantiates a template
    parameter with a function type containing an exception
    specification.
    

Problem conclusion

  • The problem has been resolved.
    

Temporary fix

Comments

APAR Information

  • APAR number

    IV25284

  • 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

    2012-07-26

  • Closed date

    2012-10-03

  • Last modified date

    2012-10-03

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

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

    LI77055

Fix information

  • Fixed component name

    XL C/C++ AIX

  • Fixed component ID

    5724X1300

Applicable component levels

  • RB10 PSY U855106

       UP A

[{"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:
03 October 2012