Uploaded image for project: 'C++ Standard Library'
  1. C++ Standard Library
  2. STDCXX-719

[Intel C++/Windows] ICE on unnamed structs

    XMLWordPrintableJSON

Details

    • Bug
    • Status: Open
    • Major
    • Resolution: Unresolved
    • None
    • None
    • External
    • 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

          Activity

            People

              Unassigned Unassigned
              farid Farid Zaripov
              Votes:
              0 Vote for this issue
              Watchers:
              0 Start watching this issue

              Dates

                Created:
                Updated: