IBM Support

LI76814: CALL DOES NOT MATCH ANY PARAMETER LIST ERROR

Subscribe

You can track all active APARs for this component.

 

APAR status

  • Closed as program error.

Error description

  • Consider the following testcase:
    
    
    $cat test.cpp
    //////////////  test.cpp //////////////////
    extern double sin (double __x) throw ();
    
    template <class A> struct vector{};
    
    template <typename T>
    struct myfunc {
       myfunc()  {}
       template <typename functionT>
       myfunc(double small, double big, int abc, const functionT
    &f){};
       myfunc(double small, double big, int abc, const vector<T>
    &y){}
    
    };
    
    double func(double x) {
        return sin(x);
    }
    
    int main() {
        myfunc<double> fit(5.0,15.0,12345,func);
        return 0;
    }
    
    The problem can be reproduced at compile time with the following
    command:
    
    $xlC -c test.cpp
    "test.cpp", line 19.20: 1540-0218 (S) The call does not match
    any parameter list for "myfunc<double>::myfunc<double>".
    "test.cpp", line 7.4: 1540-1283 (I) "myfunc<double>::myfunc()"
    is not a viable candidate.
    "test.cpp", line 19.20: 1540-0215 (I) The wrong number of
    arguments has been specified for "myfunc<double>::myfunc()".
    "test.cpp", line 9.4: 1540-1283 (I) "template
    myfunc<double>::myfunc(double, double, int, const functionT &)"
    is not a viable candidate.
    "test.cpp", line 9.4: 1540-1108 (I) "(double, double, int,
    double (&)(double) const)" is not a valid type.
    "test.cpp", line 19.20: 1540-0700 (I) The previous message was
    produced while processing "@ctor".
    "test.cpp", line 10.4: 1540-1283 (I)
    "myfunc<double>::myfunc(double, double, int, const
    vector<double> &)" is not a viable candidate.
    "test.cpp", line 19.39: 1540-0256 (I) A parameter of type "const
    vector<double> &" cannot be initialized with an expression of
    type "double (double)".
    

Local fix

  • N/A
    

Problem summary

  • Partially enable modifications for Issue 295 for gcc
    compatibility
    

Problem conclusion

  • Changes made under xflag option
    -qdebug=IgnoreCvOnTopOfFunctionTypes
    

Temporary fix

Comments

APAR Information

  • APAR number

    LI76814

  • Reported component name

    XL C/C++ FOR LI

  • Reported component ID

    5724X1400

  • Reported release

    B10

  • Status

    CLOSED PER

  • PE

    NoPE

  • HIPER

    NoHIPER

  • Special Attention

    NoSpecatt / Xsystem

  • Submitted date

    2012-05-24

  • Closed date

    2012-05-24

  • Last modified date

    2012-05-24

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

    LI76556

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

Fix information

  • Fixed component name

    XL C/C++ FOR LI

  • Fixed component ID

    5724X1400

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":"B10","Line of Business":{"code":"LOB57","label":"Power"}}]

Document Information

Modified date:
17 October 2021