IBM Support

LI77569: INCORRECT RECOGNITION OF INT & CONST INT

Subscribe

You can track all active APARs for this component.

 

APAR status

  • Closed as program error.

Error description

  • 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

    LI77569

  • Reported component name

    XL C/C++ FOR BG

  • Reported component ID

    5799AG100

  • Reported release

    C10

  • Status

    CLOSED PER

  • PE

    NoPE

  • HIPER

    NoHIPER

  • Special Attention

    NoSpecatt / Xsystem

  • Submitted date

    2013-09-11

  • Closed date

    2013-09-11

  • Last modified date

    2013-09-11

  • 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 BG

  • Fixed component ID

    5799AG100

Applicable component levels

[{"Business Unit":{"code":"BU048","label":"IBM Software"},"Product":{"code":"SS2LWA","label":"XL C\/C++ for Blue Gene\/Q"},"Component":"","ARM Category":[],"Platform":[{"code":"PF025","label":"Platform Independent"}],"Version":"12.1","Edition":"","Line of Business":{"code":"LOB73","label":"Power TPS"}}]

Document Information

Modified date:
05 September 2024