[llvm-bugs] [Bug 31722] [Regression 3.9.1] Wrong colors in icons when using radeonsi + LLVM 3.9.1

2017-08-05 Thread via llvm-bugs
https://bugs.llvm.org/show_bug.cgi?id=31722 Sylvestre Ledru changed: What|Removed |Added Resolution|--- |WONTFIX Status|NEW

[llvm-bugs] [Bug 34079] New: Windows: Cannot compile code that includes ppl.h with SSE2 disabled due to _mm_pause usage

2017-08-05 Thread via llvm-bugs
https://bugs.llvm.org/show_bug.cgi?id=34079 Bug ID: 34079 Summary: Windows: Cannot compile code that includes ppl.h with SSE2 disabled due to _mm_pause usage Product: clang Version: 5.0 Hardware: PC OS: Wind

[llvm-bugs] [Bug 34080] New: After r307529, sinl() test failures in FreeBSD's libm

2017-08-05 Thread via llvm-bugs
https://bugs.llvm.org/show_bug.cgi?id=34080 Bug ID: 34080 Summary: After r307529, sinl() test failures in FreeBSD's libm Product: new-bugs Version: trunk Hardware: PC OS: All Status: NEW Severity: enhancem

[llvm-bugs] [Bug 34081] New: clang-format doesn't break before a function brace in a javascript property

2017-08-05 Thread via llvm-bugs
https://bugs.llvm.org/show_bug.cgi?id=34081 Bug ID: 34081 Summary: clang-format doesn't break before a function brace in a javascript property Product: clang Version: 5.0 Hardware: PC OS: Windows NT

[llvm-bugs] [Bug 34082] New: [Hexagon] Wimplicit-fallthrough warnings in HexagonMCDuplexInfo.cpp

2017-08-05 Thread via llvm-bugs
https://bugs.llvm.org/show_bug.cgi?id=34082 Bug ID: 34082 Summary: [Hexagon] Wimplicit-fallthrough warnings in HexagonMCDuplexInfo.cpp Product: libraries Version: trunk Hardware: PC OS: All Statu

[llvm-bugs] [Bug 34083] New: [MIPS] Wimplicit-fallthrough warning in MipsAsmParser.cpp

2017-08-05 Thread via llvm-bugs
https://bugs.llvm.org/show_bug.cgi?id=34083 Bug ID: 34083 Summary: [MIPS] Wimplicit-fallthrough warning in MipsAsmParser.cpp Product: libraries Version: trunk Hardware: PC OS: All Status: NEW

[llvm-bugs] [Bug 34084] New: [PowerPC] Wimplicit-fallthrough warning in PPCISelLowering.cpp

2017-08-05 Thread via llvm-bugs
https://bugs.llvm.org/show_bug.cgi?id=34084 Bug ID: 34084 Summary: [PowerPC] Wimplicit-fallthrough warning in PPCISelLowering.cpp Product: libraries Version: trunk Hardware: PC OS: All Status: NE

[llvm-bugs] A possible bug in the assembly parser for ARM

2017-08-05 Thread 章明 via llvm-bugs
Dear developers, As the following code snippet copied from lib/MC/MCParser/AsmParser.cpp shows, when parsing a label, AsmParser::parseStatement calls the onLabelParsed method of a target parser after emitting the label: // Emit the label. if (!getTargetParser().isParsingInlineAsm(

Re: [llvm-bugs] [llvm-dev] cannot build CUDA support with llvm-trunk

2017-08-05 Thread Siegmar Gross via llvm-bugs
Hi Pierre, Are you sure it won't build with CUDA support? The logs you linked only say it does not use some of the variables you defined, not that it failed to configure the project or build it. It could be due to CMake (since 3.8) supporting CUDA as a primary language and no longer needing to u

Re: [llvm-bugs] [llvm-dev] segmentation fault compiling program with OpenMP pragmas

2017-08-05 Thread Siegmar Gross via llvm-bugs
Hi Hal, Can you please file a bug report (at https://bugs.llvm.org/)? I subscribed to the bug list and I was able to update my version of the llvm-trunk. Unfortunately I get the same errors. I have attached the small program which I tried to compile. I wasn't able to create an account for a bu

[llvm-bugs] [Bug 34085] New: Any program compiled with -fsanitize=address fails to run with "((tsd_key_inited)) != (0)" assert

2017-08-05 Thread via llvm-bugs
https://bugs.llvm.org/show_bug.cgi?id=34085 Bug ID: 34085 Summary: Any program compiled with -fsanitize=address fails to run with "((tsd_key_inited)) != (0)" assert Product: Packaging Version: unspecified Hardware: PC

[llvm-bugs] [Bug 34086] New: segfault after run cmd at a breakpoint

2017-08-05 Thread via llvm-bugs
https://bugs.llvm.org/show_bug.cgi?id=34086 Bug ID: 34086 Summary: segfault after run cmd at a breakpoint Product: lldb Version: 3.8 Hardware: PC OS: Linux Status: NEW Severity: normal Priority:

[llvm-bugs] [Bug 34087] New: Enable Mnemonic Spelling Corrector on PowerPC

2017-08-05 Thread via llvm-bugs
https://bugs.llvm.org/show_bug.cgi?id=34087 Bug ID: 34087 Summary: Enable Mnemonic Spelling Corrector on PowerPC Product: libraries Version: trunk Hardware: PC OS: Linux Status: NEW Keywords: beginner

[llvm-bugs] [Bug 34088] New: Incorrect optimization of assignment in present of memset

2017-08-05 Thread via llvm-bugs
https://bugs.llvm.org/show_bug.cgi?id=34088 Bug ID: 34088 Summary: Incorrect optimization of assignment in present of memset Product: clang Version: 5.0 Hardware: PC OS: Linux Status: NEW

[llvm-bugs] [Bug 34089] New: Assertion failure while expanding a define to a _Pragma

2017-08-05 Thread via llvm-bugs
https://bugs.llvm.org/show_bug.cgi?id=34089 Bug ID: 34089 Summary: Assertion failure while expanding a define to a _Pragma Product: clang Version: 5.0 Hardware: All OS: Linux Status: NEW

[llvm-bugs] [Bug 34090] New: __float128 is not supported on x86_64-w64-windows-gnu target

2017-08-05 Thread via llvm-bugs
https://bugs.llvm.org/show_bug.cgi?id=34090 Bug ID: 34090 Summary: __float128 is not supported on x86_64-w64-windows-gnu target Product: clang Version: 4.0 Hardware: PC OS: Linux Status: NEW

[llvm-bugs] [Bug 34079] Windows: Cannot compile code that includes ppl.h with SSE2 disabled due to _mm_pause usage

2017-08-05 Thread via llvm-bugs
https://bugs.llvm.org/show_bug.cgi?id=34079 Craig Topper changed: What|Removed |Added Status|NEW |RESOLVED Resolution|---