[llvm-bugs] [Bug 40882] New: Clang7 Crash
via llvm-bugs
llvm-bugs at lists.llvm.org
Wed Feb 27 05:31:20 PST 2019
https://bugs.llvm.org/show_bug.cgi?id=40882
Bug ID: 40882
Summary: Clang7 Crash
Product: clang
Version: 7.0
Hardware: PC
OS: Linux
Status: NEW
Severity: normal
Priority: P
Component: C++'17
Assignee: unassignedclangbugs at nondot.org
Reporter: mirza.tanovic at marvelsoft.net
CC: blitzrakete at gmail.com, erik.pilkington at gmail.com,
llvm-bugs at lists.llvm.org, richard-llvm at metafoo.co.uk
Created attachment 21516
--> https://bugs.llvm.org/attachment.cgi?id=21516&action=edit
Steps to reproduce, standard output, preprocessed source and run script
Clang7 crashes when building c++ actor framework.
Steps to reproduce:
-get actor framework v0.16.0 from Github:
https://github.com/actor-framework/actor-framework/archive/0.16.0.tar.gz
-unpack and configure:
CXXFLAGS="-std=c++17 $CXXFLAGS" ./configure --prefix=/usr/local
--with-openssl=/usr/pkg/lib --build-type=Release
--with-clang=/usr/pkg/gcc7/bin/clang++ --build-static
- run make
--
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/20190227/a06b6bc4/attachment.html>
More information about the llvm-bugs
mailing list