IBM Support

LI77417: CLASS AND MEMBER TEMPLATE PARAMETERS MIXED UP IN TEMPLATE DEF

Subscribe

You can track all active APARs for this component.

 

APAR status

  • Closed as program error.

Error description

  • The compiler incorrectly emits the following error message for
    the following test case:
    
    =====Compile Command:
    xlC -qtmplparse=error a.cpp -c
    
    =====Testcase:
    $ cat a.cpp
    template <class A> struct testable_handle{};
    
        template<typename T> struct tunable
        {
            template<class T2>
            bool operator >= (const testable_handle<T>&) ; // not
    allowed
            template<class T2>
            bool operator >= (const testable_handle<T2>&) ; // not
    allowed
        };
    $
    
    ======ACTUAL OUTPUT:
    $ xlC -qtmplparse=error a.cpp -c
    "a.cpp", line 8.14: 1540-0401 (S) The member "template <class
    T2> tunable::operator>=(const testable_handle<T2> &)" is
    already declared.
    
    
    ======EXPECTED OUTPUT:
    "a.cpp", line 6.14: 1540-0424 (I) "operator>=" is declared on
    line 6 of "a.cpp".
    $
    

Local fix

  • N/A
    

Problem summary

  • USERS AFFECTED:
    The error may be seen in a template class when there are
    overloaded template member functions
    some using the class template parameters and some not.
    
    PROBLEM DESCRIPTION:
    The compiler emits an error on overloaded template member
    function.
    

Problem conclusion

  • The compiler issue has been resolved.
    

Temporary fix

Comments

APAR Information

  • APAR number

    LI77417

  • 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-05-29

  • Closed date

    2013-05-29

  • Last modified date

    2013-05-29

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

    IV38824

  • 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