Closed safinaskar closed 2 years ago
mentioned in issue llvm/llvm-bugzilla-archive#27084
Bug llvm/llvm-bugzilla-archive#27084 has been marked as a duplicate of this bug.
This was fixed by http://reviews.llvm.org/rL259287. We should merge this to the 3.8 branch.
Extended Description
The following code gives backtrace:
Command line:
clang++-3.8 -std=c++14 -o /dev/null /proc/1/root/home/user/tmp/bug.cpp
Same for -std=c++1z.Crash message and script follow. Preprocessed source is attached.