Search code examples
Waiving of access checking rules for explicit function template specializations in C++20...


c++gccclangc++20compiler-bug

Read More
C# Compiler bug: allows for conversion from Nullable<decimal> to decimal...


c#type-conversionoperator-overloadingcompiler-bug

Read More
Is GCC correct to ignore the nodiscard attribute on overridden member functions?...


c++gccattributeslanguage-lawyercompiler-bug

Read More
Compiler variance for ambiguous copy-assignment from empty-braces...


c++gccclanglanguage-lawyercompiler-bug

Read More
C++: MSC not resolving a template operator (gcc and clang ok)...


c++templatesvisual-c++sfinaecompiler-bug

Read More
Is this "possibly-uninitialized" compiler error a false alarm? [rustc 1.51.0]...


rustcompiler-errorscompiler-bug

Read More
Why does this Haskell code run slower with -O?...


haskelloptimizationghccompiler-bug

Read More
C++ initializer list overload disambiguation...


c++initializer-listcompiler-bug

Read More
[[maybe_unused]] on member variable, GCC warns (incorrectly?) that attribute is ignored...


c++c++17compiler-warningscompiler-bug

Read More
Zero initialization of POD...


c++visual-c++initializationcompiler-bug

Read More
Constructing (but not destucting) an object of a class with a deleted or non-user-provided private d...


c++gcclanguage-lawyercompiler-bug

Read More
How to resize a std::vector<std::queue<std::unique_ptr<int>>>?...


c++gcclibstdc++compiler-bug

Read More
"redundant cast to java.lang.Object" warning for necessary cast...


javacastingcompiler-warningscompiler-bugambiguous-call

Read More
Using typealias in place of typedef defined in class in definition...


c++gcccompiler-bug

Read More
MSVC: Invalid memcpy optimization?...


c++visual-c++x86memcpycompiler-bug

Read More
Error when erasing an object element of a vector when operator overloading is defined...


c++vectorcompiler-bug

Read More
Why does this code using __LINE__ compile under MSVC in Release mode, but not in Debug mode?...


c++visual-c++compiler-errorsvisual-studio-2017compiler-bug

Read More
Braced functional cast to reference type, a hole in the standard or compilers bug?...


c++castinglanguage-lawyercompiler-bug

Read More
Is this a GCC bug like learncpp.com claims?...


c++gccc-stringscompiler-bug

Read More
Const overload unexpectedly called in gcc. Compiler bug or compatibility fix?...


c++gccoverloadinglanguage-lawyercompiler-bug

Read More
Possible GCC bug when returning struct from a function...


cgccassemblyx86-64compiler-bug

Read More
Avoiding ambiguous parameters in templated Eigen functions with MSVS...


c++visual-studioeigencompiler-bug

Read More
How to overcome the MSVC bug of failing deduction of template argument of pointer to member method?...


c++visual-c++compiler-errorsc++14compiler-bug

Read More
Divide by zero error from Colt OpenLongObjectHashMap...


javahashmapdivide-by-zerocompiler-bugcolt

Read More
Am I seeing an optimisation bug when iterating through a list in C?...


cgcccompiler-optimizationcompiler-bug

Read More
Can you `= delete` a templated function on a second declaration?...


c++gccclangnvcccompiler-bug

Read More
Can attributes be applied to constructor parameters?...


c++language-lawyercompiler-bug

Read More
nvcc warns about a device variable being a host variable - why?...


cudacompiler-warningsnvcccompiler-bugtemplate-variables

Read More
How is this Intel Xeon mov instruction corrupting my application's memory?...


c++gccx86-64compiler-bugstack-corruption

Read More
Accessing a static constexpr member from a member variable, GCC bug?...


c++templatescompiler-errorscompiler-bug

Read More
BackNext