[llvm-bugs] [Bug 28182] New: clang crashes on C++ code with ambiguous reference: Assertion `!Found.isAmbiguous() && "Cannot handle ambiguities here yet"' failed

2016-06-17 Thread via llvm-bugs
https://llvm.org/bugs/show_bug.cgi?id=28182 Bug ID: 28182 Summary: clang crashes on C++ code with ambiguous reference: Assertion `!Found.isAmbiguous() && "Cannot handle ambiguities here yet"' failed Product: clang

[llvm-bugs] [Bug 28183] New: clang crashes on C++11 code with invalid member initializer: Assertion `AddressOfExpr->getType() == Context.OverloadTy' failed

2016-06-17 Thread via llvm-bugs
https://llvm.org/bugs/show_bug.cgi?id=28183 Bug ID: 28183 Summary: clang crashes on C++11 code with invalid member initializer: Assertion `AddressOfExpr->getType() == Context.OverloadTy' failed Product: clang Vers

[llvm-bugs] [Bug 28184] New: clang crashes on valid C++ code having ternary expression with throw: Assertion `getOperand(0)->getType() == cast(getOperand(1)->getType())->getElementType()

2016-06-17 Thread via llvm-bugs
https://llvm.org/bugs/show_bug.cgi?id=28184 Bug ID: 28184 Summary: clang crashes on valid C++ code having ternary expression with throw: Assertion `getOperand(0)->getType() == cast(getOperand(1)->getType())->getElem

[llvm-bugs] [Bug 28185] New: CFI ICall metadata is generated incorrectly for functions with void parameter

2016-06-17 Thread via llvm-bugs
https://llvm.org/bugs/show_bug.cgi?id=28185 Bug ID: 28185 Summary: CFI ICall metadata is generated incorrectly for functions with void parameter Product: clang Version: trunk Hardware: PC OS: Linux

[llvm-bugs] [Bug 28186] New: clang crashes on valid C++ code with friend constructor: Assertion `Name' failed

2016-06-17 Thread via llvm-bugs
https://llvm.org/bugs/show_bug.cgi?id=28186 Bug ID: 28186 Summary: clang crashes on valid C++ code with friend constructor: Assertion `Name' failed Product: clang Version: trunk Hardware: PC OS: All

[llvm-bugs] [Bug 28163] New: [mc] SOP2 u64/i64/u64 instructions -- source operands do not support floating inline constants

2016-06-17 Thread via llvm-bugs
https://llvm.org/bugs/show_bug.cgi?id=28163 Bug ID: 28163 Summary: [mc] SOP2 u64/i64/u64 instructions -- source operands do not support floating inline constants Product: libraries Version: trunk Hardware: PC

[llvm-bugs] [Bug 28164] New: Dividing complex numbers produces wrong results on ARM 32bit

2016-06-17 Thread via llvm-bugs
https://llvm.org/bugs/show_bug.cgi?id=28164 Bug ID: 28164 Summary: Dividing complex numbers produces wrong results on ARM 32bit Product: new-bugs Version: trunk Hardware: PC OS: Linux Status: NEW

[llvm-bugs] [Bug 28165] New: [mc] F64 insns -- floating inline constants incorrectly encoded as literals

2016-06-17 Thread via llvm-bugs
https://llvm.org/bugs/show_bug.cgi?id=28165 Bug ID: 28165 Summary: [mc] F64 insns -- floating inline constants incorrectly encoded as literals Product: libraries Version: trunk Hardware: PC OS: Windows NT

[llvm-bugs] [Bug 28166] New: Exponential output growth introduced in the IndVarsSimplify pass

2016-06-17 Thread via llvm-bugs
https://llvm.org/bugs/show_bug.cgi?id=28166 Bug ID: 28166 Summary: Exponential output growth introduced in the IndVarsSimplify pass Product: new-bugs Version: 3.8 Hardware: PC OS: Linux Status: N

[llvm-bugs] [Bug 28167] New: [mc][gfx7] v_writelane_b32 -- constants and literals are not accepted for src0

2016-06-17 Thread via llvm-bugs
https://llvm.org/bugs/show_bug.cgi?id=28167 Bug ID: 28167 Summary: [mc][gfx7] v_writelane_b32 -- constants and literals are not accepted for src0 Product: libraries Version: trunk Hardware: PC OS: Windows NT

[llvm-bugs] [Bug 28168] New: [mc][gfx7] v_cvt_pk*, v_lerp*, v_*sad* -- implement

2016-06-17 Thread via llvm-bugs
https://llvm.org/bugs/show_bug.cgi?id=28168 Bug ID: 28168 Summary: [mc][gfx7] v_cvt_pk*, v_lerp*, v_*sad* -- implement Product: libraries Version: trunk Hardware: PC OS: Windows NT Status: NEW Severity: en

[llvm-bugs] [Bug 28169] New: [mc][gfx7] VOP3 insns (v_cubeid_f32, v_fma_f32/64 etc) -- inline constants not supported

2016-06-17 Thread via llvm-bugs
https://llvm.org/bugs/show_bug.cgi?id=28169 Bug ID: 28169 Summary: [mc][gfx7] VOP3 insns (v_cubeid_f32, v_fma_f32/64 etc) -- inline constants not supported Product: libraries Version: trunk Hardware: PC OS:

[llvm-bugs] [Bug 28169] [mc][gfx7] VOP3 insns (v_cubeid_f32, v_fma_f32/64 etc) -- inline constants not supported

2016-06-17 Thread via llvm-bugs
https://llvm.org/bugs/show_bug.cgi?id=28169 Artem Tamazov changed: What|Removed |Added Status|NEW |RESOLVED Resolution|---

[llvm-bugs] [Bug 28170] New: [mc][gfx7] Some VOP3 F32 insns (v_cubeid_f32, v_fma_f32 etc) -- negative inline constants not supported

2016-06-17 Thread via llvm-bugs
https://llvm.org/bugs/show_bug.cgi?id=28170 Bug ID: 28170 Summary: [mc][gfx7] Some VOP3 F32 insns (v_cubeid_f32, v_fma_f32 etc) -- negative inline constants not supported Product: libraries Version: trunk

[llvm-bugs] [Bug 28171] New: clang crashes on C++ code with invalid access to a non-existent member: Assertion `DerivationOkay && "Can only be used with a derived-to-base conversion"' failed

2016-06-17 Thread via llvm-bugs
https://llvm.org/bugs/show_bug.cgi?id=28171 Bug ID: 28171 Summary: clang crashes on C++ code with invalid access to a non-existent member: Assertion `DerivationOkay && "Can only be used with a derived-to-base conversion"'

[llvm-bugs] [Bug 28172] New: clang crashes on invalid code (with too few arguments to __builtin_signbit) without any proper diagnostics

2016-06-17 Thread via llvm-bugs
https://llvm.org/bugs/show_bug.cgi?id=28172 Bug ID: 28172 Summary: clang crashes on invalid code (with too few arguments to __builtin_signbit) without any proper diagnostics Product: clang Version: trunk Hardware: PC

[llvm-bugs] [Bug 28173] New: AVX512F crashes lowering anyext from i1 to i64

2016-06-17 Thread via llvm-bugs
https://llvm.org/bugs/show_bug.cgi?id=28173 Bug ID: 28173 Summary: AVX512F crashes lowering anyext from i1 to i64 Product: libraries Version: trunk Hardware: PC OS: Linux Status: NEW Severity: normal

[llvm-bugs] [Bug 28174] New: clang crashes on C++11 code with invalid use of decltype: Assertion `CachedTokens[CachedLexPos-1].getLastLoc() == Tok.getAnnotationEndLoc() && "The annotation should be un

2016-06-17 Thread via llvm-bugs
https://llvm.org/bugs/show_bug.cgi?id=28174 Bug ID: 28174 Summary: clang crashes on C++11 code with invalid use of decltype: Assertion `CachedTokens[CachedLexPos-1].getLastLoc() == Tok.getAnnotationEndLoc() && "The

[llvm-bugs] [Bug 28175] New: AVX512F lowers zext from i1 to i64 through a k-mask

2016-06-17 Thread via llvm-bugs
https://llvm.org/bugs/show_bug.cgi?id=28175 Bug ID: 28175 Summary: AVX512F lowers zext from i1 to i64 through a k-mask Product: libraries Version: trunk Hardware: PC OS: Linux Status: NEW Severity: normal

[llvm-bugs] [Bug 28176] New: Mesa lp_test_blend regression with llvm-3.9.0svn

2016-06-17 Thread via llvm-bugs
https://llvm.org/bugs/show_bug.cgi?id=28176 Bug ID: 28176 Summary: Mesa lp_test_blend regression with llvm-3.9.0svn Product: new-bugs Version: trunk Hardware: PC OS: All Status: NEW Keywords: regression

[llvm-bugs] [Bug 28177] New: Add locale conversion support in std::experimental::filesystem

2016-06-17 Thread via llvm-bugs
https://llvm.org/bugs/show_bug.cgi?id=28177 Bug ID: 28177 Summary: Add locale conversion support in std::experimental::filesystem Product: libc++ Version: unspecified Hardware: PC OS: All Status:

[llvm-bugs] [Bug 28178] New: lldb segfault when debugging mysql in certain functions

2016-06-17 Thread via llvm-bugs
https://llvm.org/bugs/show_bug.cgi?id=28178 Bug ID: 28178 Summary: lldb segfault when debugging mysql in certain functions Product: lldb Version: 3.8 Hardware: PC OS: Linux Status: NEW

[llvm-bugs] [Bug 28179] New: [LTO] Build of FreeBSD rtld(1) fails with undefined symbols

2016-06-17 Thread via llvm-bugs
https://llvm.org/bugs/show_bug.cgi?id=28179 Bug ID: 28179 Summary: [LTO] Build of FreeBSD rtld(1) fails with undefined symbols Product: lld Version: unspecified Hardware: PC OS: All Status: NEW

[llvm-bugs] [Bug 28089] Short 8.3 paths make clang++ run in C mode, linking without C++ libraries

2016-06-17 Thread via llvm-bugs
https://llvm.org/bugs/show_bug.cgi?id=28089 Adrian McCarthy changed: What|Removed |Added Status|RESOLVED|REOPENED Resolution|FIXED

[llvm-bugs] [Bug 28180] New: [LTO] mozjs build doesn't pass the verifier

2016-06-17 Thread via llvm-bugs
https://llvm.org/bugs/show_bug.cgi?id=28180 Bug ID: 28180 Summary: [LTO] mozjs build doesn't pass the verifier Product: lld Version: unspecified Hardware: PC OS: All Status: NEW Severity: normal

[llvm-bugs] [Bug 28181] New: ICE on invalid code on x86_64-linux-gnu (Assertion `isa(Val) && "cast() argument of incompatible type!"' failed, clang::Sema::AddBuiltinOperatorCandidates)

2016-06-17 Thread via llvm-bugs
/clang/3.9.0/include -internal-externc-isystem /usr/include/x86_64-linux-gnu -internal-externc-isystem /include -internal-externc-isystem /usr/include -fdebug-compilation-dir /home/cnsun/workspace/meta-compiler/error-fuzzer/temp-runs/IdentifierSubstituionFuzzingEngine/crash/20160617-edu.ucda