Return-Path: Delivered-To: apmail-incubator-stdcxx-dev-archive@www.apache.org Received: (qmail 38868 invoked from network); 9 Feb 2006 01:55:23 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (209.237.227.199) by minotaur.apache.org with SMTP; 9 Feb 2006 01:55:23 -0000 Received: (qmail 49832 invoked by uid 500); 9 Feb 2006 01:55:23 -0000 Delivered-To: apmail-incubator-stdcxx-dev-archive@incubator.apache.org Received: (qmail 49814 invoked by uid 500); 9 Feb 2006 01:55:23 -0000 Mailing-List: contact stdcxx-dev-help@incubator.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: stdcxx-dev@incubator.apache.org Delivered-To: mailing list stdcxx-dev@incubator.apache.org Received: (qmail 49803 invoked by uid 99); 9 Feb 2006 01:55:23 -0000 X-ASF-Spam-Status: No, hits=0.0 required=10.0 tests= X-Spam-Check-By: apache.org Received: from [192.87.106.226] (HELO ajax.apache.org) (192.87.106.226) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 08 Feb 2006 17:55:21 -0800 Received: from ajax.apache.org (ajax.apache.org [127.0.0.1]) by ajax.apache.org (Postfix) with ESMTP id E5B6CDF for ; Thu, 9 Feb 2006 02:55:00 +0100 (CET) Message-ID: <2066374833.1139450100939.JavaMail.jira@ajax.apache.org> Date: Thu, 9 Feb 2006 02:55:00 +0100 (CET) From: "Martin Sebor (JIRA)" To: stdcxx-dev@incubator.apache.org Subject: [jira] Created: (STDCXX-141) [VAC++ 8.0/Linux] ICE on unnamed struct in template specialization MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit X-Virus-Checked: Checked by ClamAV on apache.org X-Spam-Rating: minotaur.apache.org 1.6.2 0/1000/N [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 template struct S { }; template<> struct S { S (); }; S::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