From issues-return-292-apmail-stdcxx-issues-archive=stdcxx.apache.org@stdcxx.apache.org Sat Feb 09 13:06:50 2008 Return-Path: Delivered-To: apmail-stdcxx-issues-archive@locus.apache.org Received: (qmail 39268 invoked from network); 9 Feb 2008 13:06:50 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.2) by minotaur.apache.org with SMTP; 9 Feb 2008 13:06:50 -0000 Received: (qmail 83639 invoked by uid 500); 9 Feb 2008 13:06:43 -0000 Delivered-To: apmail-stdcxx-issues-archive@stdcxx.apache.org Received: (qmail 83618 invoked by uid 500); 9 Feb 2008 13:06:43 -0000 Mailing-List: contact issues-help@stdcxx.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: dev@stdcxx.apache.org Delivered-To: mailing list issues@stdcxx.apache.org Received: (qmail 83609 invoked by uid 99); 9 Feb 2008 13:06:43 -0000 Received: from nike.apache.org (HELO nike.apache.org) (192.87.106.230) by apache.org (qpsmtpd/0.29) with ESMTP; Sat, 09 Feb 2008 05:06:43 -0800 X-ASF-Spam-Status: No, hits=-2000.0 required=10.0 tests=ALL_TRUSTED X-Spam-Check-By: apache.org Received: from [140.211.11.4] (HELO brutus.apache.org) (140.211.11.4) by apache.org (qpsmtpd/0.29) with ESMTP; Sat, 09 Feb 2008 13:05:57 +0000 Received: from brutus (localhost [127.0.0.1]) by brutus.apache.org (Postfix) with ESMTP id 11453714072 for ; Sat, 9 Feb 2008 05:06:17 -0800 (PST) Message-ID: <29448043.1202562377068.JavaMail.jira@brutus> Date: Sat, 9 Feb 2008 05:06:17 -0800 (PST) From: "Farid Zaripov (JIRA)" To: issues@stdcxx.apache.org Subject: [jira] Created: (STDCXX-719) [Intel C++/Windows] ICE on unnamed structs MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit X-Virus-Checked: Checked by ClamAV on apache.org [Intel C++/Windows] ICE on unnamed structs ------------------------------------------ Key: STDCXX-719 URL: https://issues.apache.org/jira/browse/STDCXX-719 Project: C++ Standard Library Issue Type: Bug Components: External Environment: Intel C++ 9.1, 10.0 and 10.1/Windows Reporter: Farid Zaripov From: https://premier.intel.com/premier/IssueDetail.aspx?IssueID=469082 The following example fail to compile with the both IA32 and EM64T versions of the ICC 9.1, 10.0, 10.1. test.cpp: -------------------------- #include int main () { struct : std::streambuf { } buf; return 0; } -------------------------- Compiling with Intel(R) C++ 10.1.014 [IA-32]... (Intel C++ Environment) test.cpp (0): internal error: backend signals compilation aborted for .\test.cpp (code 4) -- This message is automatically generated by JIRA. - You can reply to this email to add a comment to the issue online.