IBM Support

LI77232: TEMPLATE AND TYPEDEF CAUSING INTERNAL ERROR

Subscribe

You can track all active APARs for this component.

 

APAR status

  • Closed as program error.

Error description

  • Instantiating a template using a type that was created with
    typedef is causing the compiler to encounter an internal
    compiler error.
    
    
       ===== TEST CASE =====
    
    template< typename T,
              typename TypeDefType = typename T::typedeftype,
              TypeDefType (T::*Val)() = &T::val >
    struct myStruct
    {
     static TypeDefType run( T & g )
     {
      TypeDefType n = (g.*Val)();
      return n;
     }
    };
    
    class A {};
    
    class B
    {
     public:
      typedef A * typedeftype;
      A * val() { }
    };
    
    void set(...);
    
    void test()
    {
     typedef B C;
     set(&myStruct<C>::run);
    }
    
    
    $ xlC -c test.cpp
    xlC: 1501-230 (S) Internal compiler error; please contact your
    Service Representative. For more information visit:
    http://www.ibm.com/support/docview.wss?uid=swg21110810
    $
    

Local fix

  • N/A
    

Problem summary

  • PROBLEM DESCRIPTION:
    Templates instantiated using a local typedef when the local
    typedef is out of scope at the point of instantiation.
    
    USERS AFFECTED:
    The problem is specific to the case where a template is
    implicitly instantiated with a local typedef.
    

Problem conclusion

  • The problem has been resolved.
    

Temporary fix

Comments

APAR Information

  • APAR number

    LI77232

  • 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-02-21

  • Closed date

    2013-02-21

  • Last modified date

    2013-02-21

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

    IV33368

  • 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