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

            Bug ID: 34885
           Summary: Crash in lambda when including fftw
           Product: clang
           Version: 5.0
          Hardware: PC
                OS: Linux
            Status: NEW
          Severity: normal
          Priority: P
         Component: C++11
          Assignee: unassignedclangb...@nondot.org
          Reporter: wo...@julianwolff.de
                CC: dgre...@apple.com, llvm-bugs@lists.llvm.org

Created attachment 19252
  --> https://bugs.llvm.org/attachment.cgi?id=19252&action=edit
File that causes the crash

When compiling the attached file with the following command, clang crashes:

/usr/bin/clang-5.0 -cc1 -nostdsysteminc -nobuiltininc -isystem
/usr/lib/clang/5.0.0/include -isystem /usr/include -Wall -std=c++11 -o
/tmp/signalprocessor-9d6e48.o -x c++ test.cpp


Everything is okay when '-Wall' is omitted, or when fftw.h is not included.

-- 
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