https://bugs.llvm.org/show_bug.cgi?id=34569
Bug ID: 34569
Summary: Clang runs indefinitely at -O3
Product: clang
Version: 5.0
Hardware: PC
OS: Linux
Status: NEW
Severity: enhancement
Priority: P
Component: C++
Assignee: unassignedclangb...@nondot.org
Reporter: we...@wsoptics.de
CC: dgre...@apple.com, llvm-bugs@lists.llvm.org
Created attachment 19142
--> https://bugs.llvm.org/attachment.cgi?id=19142&action=edit
C++ source that brings clang-5 into an infinite loop wiht -O3
The attached reduced C++ code compiles with
clang++-4.0 -emit-llvm -S -O3 -std=c++14 c.ii
as well as with
clang++-5.0 -emit-llvm -S -O2 -std=c++14 c.ii
However, it appears to run indefinitely with
clang++-5.0 -emit-llvm -S -O3 -std=c++14 c.ii
--
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