[llvm-bugs] [Bug 34885] New: Crash in lambda when including fftw

via llvm-bugs llvm-bugs at lists.llvm.org
Mon Oct 9 08:11:28 PDT 2017


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: unassignedclangbugs at nondot.org
          Reporter: wolff at julianwolff.de
                CC: dgregor at apple.com, llvm-bugs at 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.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.llvm.org/pipermail/llvm-bugs/attachments/20171009/7fc708ef/attachment.html>


More information about the llvm-bugs mailing list