You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@stdcxx.apache.org by "Martin Sebor (JIRA)" <ji...@apache.org> on 2006/02/09 02:55:00 UTC

[jira] Created: (STDCXX-141) [VAC++ 8.0/Linux] ICE on unnamed struct in template specialization

[VAC++ 8.0/Linux] ICE on unnamed struct in template specialization
------------------------------------------------------------------

         Key: STDCXX-141
         URL: http://issues.apache.org/jira/browse/STDCXX-141
     Project: C++ Standard Library
        Type: Bug
  Components: External  
 Environment: IBM XL C/C++ Advanced Edition V8.0 for Linux
    Reporter: Martin Sebor


The latest Visual Age C++ on Linux cores on the snippet below. This affects wcodecvt.cpp -- see
http://mail-archives.apache.org/mod_mbox/incubator-stdcxx-dev/200602.mbox/%3c4FA4B7B3231C5D459E7BAD020213A94202948F8D@bco-exchange.bco.roguewave.com%3e

$ cat t.cpp && xlC -F $VACCFG -qversion && xlC -F $VACCFG t.cpp
#include <string.h>

template <class> struct S { };

template<> struct S<int>
{
    S ();
};

S<int>::S ()
{
    static struct { int i; } s;
    s.i = 0;
}
IBM XL C/C++ Advanced Edition V8.0 for Linux   
Version: 08.00.0000.0000  
xlC: 1501-230 Internal compiler error; please contact your Service Representative


-- 
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators:
   http://issues.apache.org/jira/secure/Administrators.jspa
-
For more information on JIRA, see:
   http://www.atlassian.com/software/jira


[jira] Commented: (STDCXX-141) [VAC++ 8.0/Linux] ICE on unnamed struct in template specialization

Posted by "Martin Sebor (JIRA)" <ji...@apache.org>.
    [ http://issues.apache.org/jira/browse/STDCXX-141?page=comments#action_12366238 ] 

Martin Sebor commented on STDCXX-141:
-------------------------------------

Filed as PMR (09091,756,000) with IBM.

> [VAC++ 8.0/Linux] ICE on unnamed struct in template specialization
> ------------------------------------------------------------------
>
>          Key: STDCXX-141
>          URL: http://issues.apache.org/jira/browse/STDCXX-141
>      Project: C++ Standard Library
>         Type: Bug
>   Components: External
>  Environment: IBM XL C/C++ Advanced Edition V8.0 for Linux
>     Reporter: Martin Sebor

>
> The latest Visual Age C++ on Linux cores on the snippet below. This affects wcodecvt.cpp -- see
> http://mail-archives.apache.org/mod_mbox/incubator-stdcxx-dev/200602.mbox/%3c4FA4B7B3231C5D459E7BAD020213A94202948F8D@bco-exchange.bco.roguewave.com%3e
> $ cat t.cpp && xlC -F $VACCFG -qversion && xlC -F $VACCFG t.cpp
> #include <string.h>
> template <class> struct S { };
> template<> struct S<int>
> {
>     S ();
> };
> S<int>::S ()
> {
>     static struct { int i; } s;
>     s.i = 0;
> }
> IBM XL C/C++ Advanced Edition V8.0 for Linux   
> Version: 08.00.0000.0000  
> xlC: 1501-230 Internal compiler error; please contact your Service Representative

-- 
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators:
   http://issues.apache.org/jira/secure/Administrators.jspa
-
For more information on JIRA, see:
   http://www.atlassian.com/software/jira


[jira] Updated: (STDCXX-141) [XLC++ 8.0/Linux] ICE on unnamed struct in template specialization

Posted by "Martin Sebor (JIRA)" <ji...@apache.org>.
     [ http://issues.apache.org/jira/browse/STDCXX-141?page=all ]

Martin Sebor updated STDCXX-141:
--------------------------------

    Summary: [XLC++ 8.0/Linux] ICE on unnamed struct in template specialization  (was: [VAC++ 8.0/Linux] ICE on unnamed struct in template specialization)

> [XLC++ 8.0/Linux] ICE on unnamed struct in template specialization
> ------------------------------------------------------------------
>
>          Key: STDCXX-141
>          URL: http://issues.apache.org/jira/browse/STDCXX-141
>      Project: C++ Standard Library
>         Type: Bug

>   Components: External
>  Environment: IBM XL C/C++ Advanced Edition V8.0 for Linux
>     Reporter: Martin Sebor

>
> The latest Visual Age C++ on Linux cores on the snippet below. This affects wcodecvt.cpp -- see
> http://mail-archives.apache.org/mod_mbox/incubator-stdcxx-dev/200602.mbox/%3c4FA4B7B3231C5D459E7BAD020213A94202948F8D@bco-exchange.bco.roguewave.com%3e
> $ cat t.cpp && xlC -F $VACCFG -qversion && xlC -F $VACCFG t.cpp
> #include <string.h>
> template <class> struct S { };
> template<> struct S<int>
> {
>     S ();
> };
> S<int>::S ()
> {
>     static struct { int i; } s;
>     s.i = 0;
> }
> IBM XL C/C++ Advanced Edition V8.0 for Linux   
> Version: 08.00.0000.0000  
> xlC: 1501-230 Internal compiler error; please contact your Service Representative

-- 
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators:
   http://issues.apache.org/jira/secure/Administrators.jspa
-
For more information on JIRA, see:
   http://www.atlassian.com/software/jira