IBM Support

LI77641: INCORRECT RECOGNITION OF INT & CONST INT

Subscribe

You can track all active APARs for this component.

 

APAR status

  • Closed as program error.

Error description

  • The below testcase demonstrates an issue with
    recognition of const and const int in the compiler.
    The compiler gives this error message at compile time for a
    header in boost:
    1540-0218 (S) The call does not match any parameter list for
    "objects::function_object".
    $cat test_case1.orig.cpp
    # include "boost/python.hpp"
    using namespace boost::python;
    struct A { A(int); };
    struct B { B(const int); };
    void test()
    {
        class_<A>("A", init<int>() ) ;
        class_<B>("B", init<const int>() ) ;
    }
    

Local fix

  • Remove const keyword in the source.
    

Problem summary

  • PROBLEM DESCRIPTION: Incorrect recognition of int & const int
    
    USERS AFFECTED: The compiler may instantiate 2 templates with
    the same type when the template is instantiated with an
    argument that has a cv-qualifier on a function type
    

Problem conclusion

  • The problem has been resolved.
    

Temporary fix

Comments

APAR Information

  • APAR number

    LI77641

  • 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

    2013-10-28

  • Closed date

    2013-10-28

  • Last modified date

    2013-10-28

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

    IV39832

  • 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