IBM Support

LI77628: SYNTAX ERROR WITH -QCOMPACT

Subscribe

You can track all active APARs for this component.

 

APAR status

  • Closed as program error.

Error description

  • The compiler complains about syntax error while compiling the
    following valid test case.
    
    // small testcase
    
    const int otl_var_int=4;
    
    template <class A>
    struct otl_tmpl_inout_stream{};
    
    template <class B>
    struct otl_select_stream_t{
     template<typename T,const int T_type>
    otl_tmpl_inout_stream<B> & operator>>(T& n);
    };
    
    typedef otl_select_stream_t<char> otl_select_stream;
    
    struct otl_stream{
       otl_select_stream** ss;
    
       otl_stream& operator>>(int& n)
       {
    
    // 49304
       (*ss)->operator>><int,otl_var_int>(n);
       return *this;
       }
    };
    
    xlC -O -qcompact b.cpp
    "b.cpp", line 22.25: 1540-0064 (S) Syntax error:  "(" was
    expected but "," was found.
    

Local fix

  • N/A
    

Problem summary

  • PROBLEM DESCRIPTION: Template syntax error with -qcompact.
    
    USERS AFFECTED: Programs that call template member operator
    function where the member is a pointer to object.
    

Problem conclusion

  • the problem is a corner case and is fixed.
    

Temporary fix

Comments

APAR Information

  • APAR number

    LI77628

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

    IV42651

  • 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