You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@stdcxx.apache.org by "Farid Zaripov (JIRA)" <ji...@apache.org> on 2008/02/09 14:06:17 UTC

[jira] Created: (STDCXX-719) [Intel C++/Windows] ICE on unnamed structs

[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 <istream>

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.