[llvm-bugs] [Bug 49929] New: classic crash not fixed in clang
via llvm-bugs
llvm-bugs at lists.llvm.org
Sun Apr 11 20:07:02 PDT 2021
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: unassignedclangbugs at nondot.org
Reporter: janezz55 at gmail.com
CC: blitzrakete at gmail.com, erik.pilkington at gmail.com,
llvm-bugs at lists.llvm.org, richard-llvm at metafoo.co.uk
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.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.llvm.org/pipermail/llvm-bugs/attachments/20210412/d4aeb4c8/attachment.html>
More information about the llvm-bugs
mailing list