[llvm-bugs] [Bug 25449] New: Compiler crashed when function returns auto
via llvm-bugs
llvm-bugs at lists.llvm.org
Sun Nov 8 08:26:02 PST 2015
https://llvm.org/bugs/show_bug.cgi?id=25449
Bug ID: 25449
Summary: Compiler crashed when function returns auto
Product: clang
Version: unspecified
Hardware: PC
OS: All
Status: NEW
Severity: normal
Priority: P
Component: C++14
Assignee: unassignedclangbugs at nondot.org
Reporter: zhykzhykzhyk at gmail.com
CC: llvm-bugs at lists.llvm.org
Classification: Unclassified
> clang++ --std=c++14 test.cc
clang: error: unable to execute command: Segmentation fault: 11
clang: error: clang frontend command failed due to signal (use -v to see
invocation)
===========================
test.cc:
typedef auto f();
f* b;
--
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/20151108/463fb4b9/attachment.html>
More information about the llvm-bugs
mailing list