Details
-
Bug
-
Status: Open
-
Major
-
Resolution: Unresolved
-
None
-
None
-
None
-
Intel C++ 9.1, 10.0 and 10.1/Windows
-
Incorrect Behavior
Description
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)
Attachments
Issue Links
- is depended upon by
-
STDCXX-720 [Intel C++/Windows] ICE compiling 21.string.io.stdcxx-250.cpp and 27.filebuf.virtuals.stdcxx-522.cpp
- Closed