https://bugs.llvm.org/show_bug.cgi?id=49929

            Bug ID: 49929
           Summary: classic crash not fixed in clang
           Product: clang
           Version: trunk
          Hardware: PC
                OS: Linux
            Status: NEW
          Severity: enhancement
          Priority: P
         Component: C++2b
          Assignee: [email protected]
          Reporter: [email protected]
                CC: [email protected], [email protected],
                    [email protected], [email protected]

This is a classic way of crashing a c++ compiler:

#include <utility>

int main()
{
  return std::make_index_sequence<-1>();
}

https://wandbox.org/permlink/A0Nge8q4fv815opB

-- 
You are receiving this mail because:
You are on the CC list for the bug.
_______________________________________________
llvm-bugs mailing list
[email protected]
https://lists.llvm.org/cgi-bin/mailman/listinfo/llvm-bugs

Reply via email to