[llvm-bugs] [Bug 26069] [WinEH] inlining functions can cause assertions when writing obj or asm

2016-01-08 Thread via llvm-bugs
https://llvm.org/bugs/show_bug.cgi?id=26069 David Majnemer changed: What|Removed |Added Status|NEW |RESOLVED Resolution|---

[llvm-bugs] [Bug 26072] New: Segmentation fault when compiling Boost.Hana based code

2016-01-08 Thread via llvm-bugs
https://llvm.org/bugs/show_bug.cgi?id=26072 Bug ID: 26072 Summary: Segmentation fault when compiling Boost.Hana based code Product: clang Version: 3.7 Hardware: PC OS: Linux Status: NEW

[llvm-bugs] [Bug 26073] New: [WinEH] optimizing functions can cause assertions when writing obj or asm

2016-01-08 Thread via llvm-bugs
https://llvm.org/bugs/show_bug.cgi?id=26073 Bug ID: 26073 Summary: [WinEH] optimizing functions can cause assertions when writing obj or asm Product: libraries Version: trunk Hardware: PC OS: Windows NT

[llvm-bugs] [Bug 26074] New: Assertion in ~CallGraphNode "Node deleted while references remain"

2016-01-08 Thread via llvm-bugs
https://llvm.org/bugs/show_bug.cgi?id=26074 Bug ID: 26074 Summary: Assertion in ~CallGraphNode "Node deleted while references remain" Product: libraries Version: trunk Hardware: PC OS: FreeBSD St

[llvm-bugs] [Bug 26075] New: llvm-config not working with shared libs since D15033 tools/llvm-config: improve shared library support

2016-01-08 Thread via llvm-bugs
https://llvm.org/bugs/show_bug.cgi?id=26075 Bug ID: 26075 Summary: llvm-config not working with shared libs since D15033 tools/llvm-config: improve shared library support Product: Build scripts Version: trunk Hardware: PC

[llvm-bugs] [Bug 26076] New: dllexport vs template instantiation, nested class, and in-class initialization

2016-01-08 Thread via llvm-bugs
https://llvm.org/bugs/show_bug.cgi?id=26076 Bug ID: 26076 Summary: dllexport vs template instantiation, nested class, and in-class initialization Product: clang Version: trunk Hardware: PC OS: Linux

[llvm-bugs] [Bug 26077] New: partial specialization of a class without using any of its template parameters make clang crash

2016-01-08 Thread via llvm-bugs
https://llvm.org/bugs/show_bug.cgi?id=26077 Bug ID: 26077 Summary: partial specialization of a class without using any of its template parameters make clang crash Product: clang Version: 3.7 Hardware: PC OS:

[llvm-bugs] [Bug 26078] New: OpenMP/target_codegen.cpp etc. tests fail on Win32

2016-01-08 Thread via llvm-bugs
https://llvm.org/bugs/show_bug.cgi?id=26078 Bug ID: 26078 Summary: OpenMP/target_codegen.cpp etc. tests fail on Win32 Product: clang Version: trunk Hardware: PC OS: Linux Status: NEW Severity: normal

[llvm-bugs] [Bug 26073] [WinEH] optimizing functions can cause assertions when writing obj or asm

2016-01-08 Thread via llvm-bugs
https://llvm.org/bugs/show_bug.cgi?id=26073 David Majnemer changed: What|Removed |Added Status|NEW |RESOLVED CC|

[llvm-bugs] [Bug 26079] New: Clang crash while compiling Unreal Engine

2016-01-08 Thread via llvm-bugs
https://llvm.org/bugs/show_bug.cgi?id=26079 Bug ID: 26079 Summary: Clang crash while compiling Unreal Engine Product: new-bugs Version: 3.7 Hardware: PC OS: Linux Status: NEW Severity: normal Pri

[llvm-bugs] [Bug 24345] [Meta] ChromeOs+Clang platform support

2016-01-08 Thread via llvm-bugs
https://llvm.org/bugs/show_bug.cgi?id=24345 Bug 24345 depends on bug 25527, which changed state. Bug 25527 Summary: Clang-built openssl causes unbootable ChromiumOs image on arm https://llvm.org/bugs/show_bug.cgi?id=25527 What|Removed |Added ---

[llvm-bugs] [Bug 25527] Clang-built openssl causes unbootable ChromiumOs image on arm

2016-01-08 Thread via llvm-bugs
https://llvm.org/bugs/show_bug.cgi?id=25527 Han Shen changed: What|Removed |Added Status|NEW |RESOLVED Resolution|---

[llvm-bugs] [Bug 26080] New: Incorrect code gen with fast-isel

2016-01-08 Thread via llvm-bugs
https://llvm.org/bugs/show_bug.cgi?id=26080 Bug ID: 26080 Summary: Incorrect code gen with fast-isel Product: libraries Version: trunk Hardware: PC OS: Linux Status: NEW Severity: normal Priority

[llvm-bugs] [Bug 26081] New: Assertion failed: (BitWidth == RHS.BitWidth && "Comparison requires equal bit widths"), function operator==

2016-01-08 Thread via llvm-bugs
https://llvm.org/bugs/show_bug.cgi?id=26081 Bug ID: 26081 Summary: Assertion failed: (BitWidth == RHS.BitWidth && "Comparison requires equal bit widths"), function operator== Product: libraries Version: trunk

[llvm-bugs] [Bug 26082] New: Invariant store should sink to loop exit

2016-01-08 Thread via llvm-bugs
https://llvm.org/bugs/show_bug.cgi?id=26082 Bug ID: 26082 Summary: Invariant store should sink to loop exit Product: tools Version: 3.7 Hardware: PC OS: All Status: NEW Severity: normal Priority:

[llvm-bugs] [Bug 26083] New: [Combine] !((A > 0) && (B > 0)) -> (A <= 0 || B <= 0) missed when A has multiple users

2016-01-08 Thread via llvm-bugs
https://llvm.org/bugs/show_bug.cgi?id=26083 Bug ID: 26083 Summary: [Combine] !((A > 0) && (B > 0)) -> (A <= 0 || B <= 0) missed when A has multiple users Product: libraries Version: trunk Hardware: PC OS: Wi

[llvm-bugs] [Bug 26070] clang crashes on code with "__builtin_copysignf" and "__builtin_abort" at -O1 and above on x86_64-linux-gnu

2016-01-08 Thread via llvm-bugs
https://llvm.org/bugs/show_bug.cgi?id=26070 Sanjay Patel changed: What|Removed |Added Status|NEW |RESOLVED CC|

[llvm-bugs] [Bug 26084] New: [AArch64] Missed CCMP opportunity

2016-01-08 Thread via llvm-bugs
https://llvm.org/bugs/show_bug.cgi?id=26084 Bug ID: 26084 Summary: [AArch64] Missed CCMP opportunity Product: libraries Version: trunk Hardware: PC OS: Windows NT Status: NEW Severity: normal Pri

[llvm-bugs] [Bug 26085] New: r249995 causes premature diagnostics during Objective-C method lookup

2016-01-08 Thread via llvm-bugs
https://llvm.org/bugs/show_bug.cgi?id=26085 Bug ID: 26085 Summary: r249995 causes premature diagnostics during Objective-C method lookup Product: clang Version: trunk Hardware: Macintosh OS: MacOS X

[llvm-bugs] [Bug 26086] New: Alias template in default template arguments expanded too early

2016-01-08 Thread via llvm-bugs
https://llvm.org/bugs/show_bug.cgi?id=26086 Bug ID: 26086 Summary: Alias template in default template arguments expanded too early Product: clang Version: trunk Hardware: All OS: All Status: NEW

[llvm-bugs] [Bug 26029] CurFn->isDeclaration() && "Function already has body?" during Win self-host

2016-01-08 Thread via llvm-bugs
https://llvm.org/bugs/show_bug.cgi?id=26029 David Majnemer changed: What|Removed |Added Status|NEW |RESOLVED Component|-New Bugs

[llvm-bugs] [Bug 26087] New: Building clangDynamicASTMatchers fails on Visual Studio 2015 in REGISTER_MATCHER(hasDeclaration);

2016-01-08 Thread via llvm-bugs
https://llvm.org/bugs/show_bug.cgi?id=26087 Bug ID: 26087 Summary: Building clangDynamicASTMatchers fails on Visual Studio 2015 in REGISTER_MATCHER(hasDeclaration); Product: clang Version: unspecified Hardware: PC

[llvm-bugs] [Bug 26088] New: Some AST matcher tests fail to compile on Visual Studio 2015.

2016-01-08 Thread via llvm-bugs
https://llvm.org/bugs/show_bug.cgi?id=26088 Bug ID: 26088 Summary: Some AST matcher tests fail to compile on Visual Studio 2015. Product: clang Version: unspecified Hardware: PC OS: Windows NT St

[llvm-bugs] [Bug 26089] New: Clang unit test build failure with fatal error C1128: number of sections exceeded

2016-01-08 Thread via llvm-bugs
https://llvm.org/bugs/show_bug.cgi?id=26089 Bug ID: 26089 Summary: Clang unit test build failure with fatal error C1128: number of sections exceeded Product: clang Version: unspecified Hardware: PC OS: Windo

[llvm-bugs] [Bug 26090] New: autoconf passes LDFLAGS to clang-cl causing it to fail

2016-01-08 Thread via llvm-bugs
https://llvm.org/bugs/show_bug.cgi?id=26090 Bug ID: 26090 Summary: autoconf passes LDFLAGS to clang-cl causing it to fail Product: clang Version: unspecified Hardware: PC OS: All Status: NEW Severity: norm

[llvm-bugs] [Bug 26091] New: X86 scheduler causes mass spill/fills in test/CodeGen/X86/vector-sext.ll after r255761

2016-01-08 Thread via llvm-bugs
https://llvm.org/bugs/show_bug.cgi?id=26091 Bug ID: 26091 Summary: X86 scheduler causes mass spill/fills in test/CodeGen/X86/vector-sext.ll after r255761 Product: new-bugs Version: trunk Hardware: PC OS: Lin

[llvm-bugs] [Bug 26062] Attached self-contained source (from range-v3 example) crashes clang++ front-end

2016-01-08 Thread via llvm-bugs
https://llvm.org/bugs/show_bug.cgi?id=26062 Anton Korobeynikov changed: What|Removed |Added Status|NEW |RESOLVED CC|

[llvm-bugs] [Bug 26033] The incorrect implementation of __cfi_slowpath

2016-01-08 Thread via llvm-bugs
https://llvm.org/bugs/show_bug.cgi?id=26033 Evgeniy Stepanov changed: What|Removed |Added Status|NEW |RESOLVED Resolution|---

[llvm-bugs] [Bug 23402] Variable template instantiations in template arguments not considered constant expression

2016-01-08 Thread via llvm-bugs
https://llvm.org/bugs/show_bug.cgi?id=23402 Daniel Kolesa changed: What|Removed |Added Status|NEW |RESOLVED Resolution|---

[llvm-bugs] [Bug 20029] Partially specialized constexpr variable template can't be used in a constant expression

2016-01-08 Thread via llvm-bugs
https://llvm.org/bugs/show_bug.cgi?id=20029 Daniel Kolesa changed: What|Removed |Added Status|NEW |RESOLVED CC|

[llvm-bugs] [Bug 26092] New: [ppc] extra memory accesses caused by inaccurate alias info

2016-01-08 Thread via llvm-bugs
https://llvm.org/bugs/show_bug.cgi?id=26092 Bug ID: 26092 Summary: [ppc] extra memory accesses caused by inaccurate alias info Product: libraries Version: trunk Hardware: PC OS: Linux Status: NEW

[llvm-bugs] [Bug 26093] New: Passing template alias as template template parameter causes specialization matching to fail

2016-01-08 Thread via llvm-bugs
https://llvm.org/bugs/show_bug.cgi?id=26093 Bug ID: 26093 Summary: Passing template alias as template template parameter causes specialization matching to fail Product: clang Version: 3.7 Hardware: PC OS: Li

[llvm-bugs] [Bug 26094] New: clang crashes at -O2 and above on x86_64-linux-gnu

2016-01-08 Thread via llvm-bugs
https://llvm.org/bugs/show_bug.cgi?id=26094 Bug ID: 26094 Summary: clang crashes at -O2 and above on x86_64-linux-gnu Product: clang Version: trunk Hardware: PC OS: Linux Status: NEW Severity: normal

[llvm-bugs] [Bug 26095] New: -fsanitize=object-size checks sizes too eagerly

2016-01-08 Thread via llvm-bugs
https://llvm.org/bugs/show_bug.cgi?id=26095 Bug ID: 26095 Summary: -fsanitize=object-size checks sizes too eagerly Product: clang Version: trunk Hardware: PC OS: All Status: NEW Severity: normal