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: unassignedclangb...@nondot.org
          Reporter: zhykzhykz...@gmail.com
                CC: llvm-bugs@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.
_______________________________________________
llvm-bugs mailing list
llvm-bugs@lists.llvm.org
http://lists.llvm.org/cgi-bin/mailman/listinfo/llvm-bugs

Reply via email to