[llvm-bugs] [Bug 23214] [META] Using LLD as FreeBSD's system linker

2016-07-08 Thread via llvm-bugs
https://llvm.org/bugs/show_bug.cgi?id=23214 Bug 23214 depends on bug 28359, which changed state. Bug 28359 Summary: symbol has undefined version errors linking the FreeBSD base system https://llvm.org/bugs/show_bug.cgi?id=28359 What|Removed |Added --

[llvm-bugs] [Bug 28359] symbol has undefined version errors linking the FreeBSD base system

2016-07-08 Thread via llvm-bugs
https://llvm.org/bugs/show_bug.cgi?id=28359 George Rimar changed: What|Removed |Added Status|ASSIGNED|RESOLVED Resolution|---

[llvm-bugs] [Bug 28444] Assertion `(!From->hasAnyUseOfValue(i) || From->getValueType(i) == To->getValueType(i)) && "Cannot use this version of ReplaceAllUsesWith!"' failed.

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

[llvm-bugs] [Bug 28467] New: clang accepts illegal C++ code with invalid redeclaration

2016-07-08 Thread via llvm-bugs
https://llvm.org/bugs/show_bug.cgi?id=28467 Bug ID: 28467 Summary: clang accepts illegal C++ code with invalid redeclaration Product: clang Version: trunk Hardware: PC OS: All Status: NEW

[llvm-bugs] [Bug 28468] New: clang accepts illegal C++ code that uses expression as function

2016-07-08 Thread via llvm-bugs
https://llvm.org/bugs/show_bug.cgi?id=28468 Bug ID: 28468 Summary: clang accepts illegal C++ code that uses expression as function Product: clang Version: trunk Hardware: PC OS: All Status: NEW

[llvm-bugs] [Bug 28245] Assertion due to buildMemoryAccess

2016-07-08 Thread via llvm-bugs
https://llvm.org/bugs/show_bug.cgi?id=28245 Michael Kruse changed: What|Removed |Added Status|NEW |RESOLVED Resolution|---

[llvm-bugs] [Bug 28469] New: Segfault when assigning map of default-ctr'ed (int, function)

2016-07-08 Thread via llvm-bugs
https://llvm.org/bugs/show_bug.cgi?id=28469 Bug ID: 28469 Summary: Segfault when assigning map of default-ctr'ed (int, function) Product: libc++ Version: unspecified Hardware: PC OS: All Status:

[llvm-bugs] [Bug 28410] Optimized code contains illegal movaps instruction when using aligned attribute in typedef

2016-07-08 Thread via llvm-bugs
https://llvm.org/bugs/show_bug.cgi?id=28410 John McCall changed: What|Removed |Added Status|NEW |RESOLVED Resolution|---

[llvm-bugs] [Bug 28471] New: Assertion failed: !Unexpanded.empty() && "Unable to find unexpanded parameter packs"

2016-07-08 Thread via llvm-bugs
https://llvm.org/bugs/show_bug.cgi?id=28471 Bug ID: 28471 Summary: Assertion failed: !Unexpanded.empty() && "Unable to find unexpanded parameter packs" Product: clang Version: 3.8 Hardware: Other OS: other

[llvm-bugs] [Bug 28472] New: Regression(274829): Assertion `VT.isInteger() && Operand.getValueType().isInteger() && "Invalid TRUNCATE!"' failed.

2016-07-08 Thread via llvm-bugs
https://llvm.org/bugs/show_bug.cgi?id=28472 Bug ID: 28472 Summary: Regression(274829): Assertion `VT.isInteger() && Operand.getValueType().isInteger() && "Invalid TRUNCATE!"' failed. Product: libraries Version: tr

[llvm-bugs] [Bug 28473] New: GCC Compatibility: __final specifier unsupported

2016-07-08 Thread via llvm-bugs
https://llvm.org/bugs/show_bug.cgi?id=28473 Bug ID: 28473 Summary: GCC Compatibility: __final specifier unsupported Product: clang Version: 3.8 Hardware: PC OS: Linux Status: NEW Severity: enhancement

[llvm-bugs] [Bug 28474] New: SLP Vectorizer does not correctly widen loads when vectorizing reductions

2016-07-08 Thread via llvm-bugs
https://llvm.org/bugs/show_bug.cgi?id=28474 Bug ID: 28474 Summary: SLP Vectorizer does not correctly widen loads when vectorizing reductions Product: libraries Version: trunk Hardware: PC OS: Linux

[llvm-bugs] [Bug 28472] Regression(274829): Assertion `VT.isInteger() && Operand.getValueType().isInteger() && "Invalid TRUNCATE!"' failed.

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

[llvm-bugs] [Bug 28462] Assertion triggered in MCSymbol when redefining symbol with .set after a use

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

[llvm-bugs] [Bug 28475] New: When clang fails to vectorize a loop, it should be more descriptive/helpful about why not

2016-07-08 Thread via llvm-bugs
https://llvm.org/bugs/show_bug.cgi?id=28475 Bug ID: 28475 Summary: When clang fails to vectorize a loop, it should be more descriptive/helpful about why not Product: new-bugs Version: trunk Hardware: Macintosh

[llvm-bugs] [Bug 28476] New: [InstCombine] functionally-equivalent comparison code produces different IR

2016-07-08 Thread via llvm-bugs
https://llvm.org/bugs/show_bug.cgi?id=28476 Bug ID: 28476 Summary: [InstCombine] functionally-equivalent comparison code produces different IR Product: libraries Version: trunk Hardware: PC OS: All

[llvm-bugs] [Bug 28477] New: Some -Rpass-analysis=loop-vectorize diagnostics need rewording to include "loop not vectorized" prefix

2016-07-08 Thread via llvm-bugs
https://llvm.org/bugs/show_bug.cgi?id=28477 Bug ID: 28477 Summary: Some -Rpass-analysis=loop-vectorize diagnostics need rewording to include "loop not vectorized" prefix Product: new-bugs Version: trunk Hardware: Macintosh

[llvm-bugs] [Bug 28478] New: clang crashes on invalid C++ code: `(!isa(LookupCtx) || LookupCtx->isDependentContext() || cast(LookupCtx)->isCompleteDefinition() || cast(Looku

2016-07-08 Thread via llvm-bugs
https://llvm.org/bugs/show_bug.cgi?id=28478 Bug ID: 28478 Summary: clang crashes on invalid C++ code: `(!isa(LookupCtx) || LookupCtx->isDependentContext() || cast(LookupCtx)->isCompleteDefinition() ||

[llvm-bugs] [Bug 28479] New: wrong code at -O2 and -O3 on x86_64-linux-gnu in the 64-bit mode

2016-07-08 Thread via llvm-bugs
https://llvm.org/bugs/show_bug.cgi?id=28479 Bug ID: 28479 Summary: wrong code at -O2 and -O3 on x86_64-linux-gnu in the 64-bit mode Product: clang Version: trunk Hardware: PC OS: All Status: NEW