[llvm-bugs] [Bug 41013] New: clang: crash when using throw() and nested classes

2019-03-08 Thread via llvm-bugs
https://bugs.llvm.org/show_bug.cgi?id=41013 Bug ID: 41013 Summary: clang: crash when using throw() and nested classes Product: clang Version: trunk Hardware: PC OS: All Status: NEW Severity: normal

[llvm-bugs] [Bug 40654] wasm --relocatable: Assertion `FunctionIndex != INVALID_INDEX' failed.

2019-03-08 Thread via llvm-bugs
https://bugs.llvm.org/show_bug.cgi?id=40654 Sam Clegg changed: What|Removed |Added Status|REOPENED|RESOLVED Resolution|---

[llvm-bugs] [Bug 22473] LLVM not using cmpb for unsigned char comparison

2019-03-08 Thread via llvm-bugs
https://bugs.llvm.org/show_bug.cgi?id=22473 Simon Pilgrim changed: What|Removed |Added Resolution|--- |FIXED Status|NEW

[llvm-bugs] [Bug 38570] [WebAssembly] DWARF sections are invalid when LEB compression is applied (-O2)

2019-03-08 Thread via llvm-bugs
https://bugs.llvm.org/show_bug.cgi?id=38570 Sam Clegg changed: What|Removed |Added Status|NEW |RESOLVED Resolution|---

[llvm-bugs] [Bug 34599] Assertion failure in WebAssemblyAsmPrinter

2019-03-08 Thread via llvm-bugs
https://bugs.llvm.org/show_bug.cgi?id=34599 Sam Clegg changed: What|Removed |Added Resolution|--- |FIXED Status|NEW

[llvm-bugs] [Bug 41001] [GlobalISel] [aarch64] i1 boolean is still signed extended to -1

2019-03-08 Thread via llvm-bugs
https://bugs.llvm.org/show_bug.cgi?id=41001 Amara Emerson changed: What|Removed |Added Status|REOPENED|RESOLVED Resolution|---

[llvm-bugs] [Bug 41001] [GlobalISel] [aarch64] i1 boolean is still signed extended to -1

2019-03-08 Thread via llvm-bugs
https://bugs.llvm.org/show_bug.cgi?id=41001 Amara Emerson changed: What|Removed |Added Status|NEW |RESOLVED Resolution|---

[llvm-bugs] [Bug 41017] New: Build failure with _LIBCPP_DEBUG=0 and non-const-ref comparator for std::sort()

2019-03-08 Thread via llvm-bugs
https://bugs.llvm.org/show_bug.cgi?id=41017 Bug ID: 41017 Summary: Build failure with _LIBCPP_DEBUG=0 and non-const-ref comparator for std::sort() Product: libc++ Version: unspecified Hardware: PC OS: Linux

[llvm-bugs] [Bug 40697] 32-bit lldb cannot debug a 64-bit application on Windows

2019-03-08 Thread via llvm-bugs
https://bugs.llvm.org/show_bug.cgi?id=40697 Adrian McCarthy changed: What|Removed |Added Status|NEW |RESOLVED Resolution|---

[llvm-bugs] [Bug 27346] 64/32 register mismatch compiling with LLC

2019-03-08 Thread via llvm-bugs
https://bugs.llvm.org/show_bug.cgi?id=27346 Sam Clegg changed: What|Removed |Added CC||s...@chromium.org Resolution|---

[llvm-bugs] [Bug 41015] New: unable to compile sanitizers for aarch64.

2019-03-08 Thread via llvm-bugs
https://bugs.llvm.org/show_bug.cgi?id=41015 Bug ID: 41015 Summary: unable to compile sanitizers for aarch64. Product: compiler-rt Version: 8.0 Hardware: PC OS: Linux Status: NEW Severity: normal

[llvm-bugs] [Bug 36147] [WASM] Make --allow-undefined-file allow wildcards in symbols

2019-03-08 Thread via llvm-bugs
https://bugs.llvm.org/show_bug.cgi?id=36147 Sam Clegg changed: What|Removed |Added Status|NEW |RESOLVED Resolution|---

[llvm-bugs] [Bug 41016] New: Warn when __atribute__((used)) is on definitions

2019-03-08 Thread via llvm-bugs
https://bugs.llvm.org/show_bug.cgi?id=41016 Bug ID: 41016 Summary: Warn when __atribute__((used)) is on definitions Product: clang Version: trunk Hardware: PC OS: All Status: NEW Severity: enhancement

[llvm-bugs] [Bug 33337] [WebAssembly] Consider changing size_t back to unsigned long

2019-03-08 Thread via llvm-bugs
https://bugs.llvm.org/show_bug.cgi?id=7 Sam Clegg changed: What|Removed |Added Resolution|--- |FIXED CC|

[llvm-bugs] [Bug 40412] Unconvertable type leads to invalid WebAssembly

2019-03-08 Thread via llvm-bugs
https://bugs.llvm.org/show_bug.cgi?id=40412 Sam Clegg changed: What|Removed |Added Status|RESOLVED|REOPENED Resolution|FIXED

[llvm-bugs] [Bug 40936] [amdgpu][regression][bisected] function calls on Raven break sub int loads from private or local memory

2019-03-08 Thread via llvm-bugs
https://bugs.llvm.org/show_bug.cgi?id=40936 Matt Arsenault changed: What|Removed |Added Status|NEW |RESOLVED Resolution|---

[llvm-bugs] [Bug 41001] [GlobalISel] [aarch64] i1 boolean is still signed extended to -1

2019-03-08 Thread via llvm-bugs
https://bugs.llvm.org/show_bug.cgi?id=41001 Eli Friedman changed: What|Removed |Added Status|RESOLVED|REOPENED Resolution|INVALID

[llvm-bugs] [Bug 40914] memory.copy on alloca addresses crashes

2019-03-08 Thread via llvm-bugs
https://bugs.llvm.org/show_bug.cgi?id=40914 Thomas Lively changed: What|Removed |Added Resolution|--- |FIXED Status|CONFIRMED

[llvm-bugs] [Bug 41017] Build failure with _LIBCPP_DEBUG=0 and non-const-ref comparator for std::sort()

2019-03-08 Thread via llvm-bugs
https://bugs.llvm.org/show_bug.cgi?id=41017 Eric Fiselier changed: What|Removed |Added Status|NEW |RESOLVED Resolution|---

[llvm-bugs] [Bug 41018] New: dllimport conflicts with exclude_from_explicit_instantiation.

2019-03-08 Thread via llvm-bugs
https://bugs.llvm.org/show_bug.cgi?id=41018 Bug ID: 41018 Summary: dllimport conflicts with exclude_from_explicit_instantiation. Product: clang Version: trunk Hardware: PC OS: All Status: NEW

[llvm-bugs] [Bug 40331] [meta] 8.0.0 Release Blockers

2019-03-08 Thread via llvm-bugs
https://bugs.llvm.org/show_bug.cgi?id=40331 Bug 40331 depends on bug 40890, which changed state. Bug 40890 Summary: After r349561, Assertion failed: (EVResult.Val.isInt() && "Expression did not evaluate to integer"), function EvaluateKnownConstInt, file tools/clang/lib/AST/ExprConstant.cpp,

[llvm-bugs] [Bug 40890] After r349561, Assertion failed: (EVResult.Val.isInt() && "Expression did not evaluate to integer"), function EvaluateKnownConstInt, file tools/clang/lib/AST/ExprConstant.cpp,

2019-03-08 Thread via llvm-bugs
https://bugs.llvm.org/show_bug.cgi?id=40890 Hans Wennborg changed: What|Removed |Added Resolution|--- |FIXED Status|NEW

[llvm-bugs] [Bug 41004] New: clang crashes on valid code at -O2 and -O3: fatal error: error in backend: Broken function found, compilation aborted!

2019-03-08 Thread via llvm-bugs
https://bugs.llvm.org/show_bug.cgi?id=41004 Bug ID: 41004 Summary: clang crashes on valid code at -O2 and -O3: fatal error: error in backend: Broken function found, compilation aborted! Product: clang Version:

[llvm-bugs] [Bug 41006] New: Don't strip section data for non-SHF_ALLOC sections in program headers via --strip-sections

2019-03-08 Thread via llvm-bugs
https://bugs.llvm.org/show_bug.cgi?id=41006 Bug ID: 41006 Summary: Don't strip section data for non-SHF_ALLOC sections in program headers via --strip-sections Product: tools Version: trunk Hardware: PC OS:

[llvm-bugs] [Bug 41007] New: -finclude-default-header doesn't work with -cl-std=c++

2019-03-08 Thread via llvm-bugs
https://bugs.llvm.org/show_bug.cgi?id=41007 Bug ID: 41007 Summary: -finclude-default-header doesn't work with -cl-std=c++ Product: clang Version: trunk Hardware: PC OS: Linux Status: NEW Severity:

[llvm-bugs] [Bug 41008] New: restrict keyword not accepted with -cl-std=c++

2019-03-08 Thread via llvm-bugs
https://bugs.llvm.org/show_bug.cgi?id=41008 Bug ID: 41008 Summary: restrict keyword not accepted with -cl-std=c++ Product: clang Version: trunk Hardware: PC OS: Linux Status: NEW Severity: enhancement

[llvm-bugs] [Bug 41005] New: Preserve unlabelled space within segments

2019-03-08 Thread via llvm-bugs
https://bugs.llvm.org/show_bug.cgi?id=41005 Bug ID: 41005 Summary: Preserve unlabelled space within segments Product: tools Version: trunk Hardware: PC OS: Windows NT Status: NEW Severity: enhancement

[llvm-bugs] [Bug 41009] New: Can't initialise literal sampler when building with -cl-std=c++

2019-03-08 Thread via llvm-bugs
https://bugs.llvm.org/show_bug.cgi?id=41009 Bug ID: 41009 Summary: Can't initialise literal sampler when building with -cl-std=c++ Product: clang Version: trunk Hardware: PC OS: Linux Status:

[llvm-bugs] [Bug 41010] New: Creating vector literals from smaller vector literals doesn't work with -cl-std=c++

2019-03-08 Thread via llvm-bugs
https://bugs.llvm.org/show_bug.cgi?id=41010 Bug ID: 41010 Summary: Creating vector literals from smaller vector literals doesn't work with -cl-std=c++ Product: clang Version: trunk Hardware: PC OS: Linux

[llvm-bugs] [Bug 41011] New: Can't use address space keywords with -cl-std=c++

2019-03-08 Thread via llvm-bugs
https://bugs.llvm.org/show_bug.cgi?id=41011 Bug ID: 41011 Summary: Can't use address space keywords with -cl-std=c++ Product: clang Version: trunk Hardware: PC OS: Linux Status: NEW Severity: enhancement

[llvm-bugs] [Bug 41012] New: Narrowing conversions of non-constant expressions can't be used to create vector literals

2019-03-08 Thread via llvm-bugs
https://bugs.llvm.org/show_bug.cgi?id=41012 Bug ID: 41012 Summary: Narrowing conversions of non-constant expressions can't be used to create vector literals Product: clang Version: trunk Hardware: PC OS: