Search code examples
Why does the compiler evaluate remainder MinValue % -1 different than runtime?...


c#operatorsmoduluscompiler-bugoverflowexception

Read More
Should exceptions thrown from class member initializers call std::terminate()?...


c++c++11exceptioncompiler-bug

Read More
VS 2015 internal compiler error for static constexpr const char* a[] = {"foo", "bar&q...


c++visual-studio-2015compiler-bug

Read More
override specifier as template parameter - is it valid?...


c++c++11compiler-bug

Read More
Impossible implicit move operations?...


c++c++11language-lawyermove-semanticscompiler-bug

Read More
Is this a bug of gcc?...


c++gcccompiler-bug

Read More
std::call_once() hangs on second call after callable threw on first call...


c++c++11g++libstdc++compiler-bug

Read More
Is there a difference between unary - and n -...


c++gccunsigned-integercompiler-bug

Read More
VC++ Bug with Decltype and Universal Reference or Undefined Behavior?...


c++c++11decltypecompiler-bug

Read More
msvc visual c++ silent incorrect code generation when constexpr initializing struct within union...


c++visual-c++visual-studio-2015constexprcompiler-bug

Read More
Lambda Works on Latest Visual Studio, but Doesn't Work Elsewhere...


c++visual-studiovisual-studio-2015lambdacompiler-bug

Read More
Is it an Rvalue or Lvalue After a Cast...


c++compiler-buglvalue-to-rvalue

Read More
Clang and the binary fold expressions — The curse of the empty parameter pack...


c++clangcompiler-bugc++17fold-expression

Read More
Why is gcc not writing to memory correctly when I use __asm__...


gccinline-assemblycompiler-bug

Read More
operator new inside namespace...


c++namespacesnew-operatorcompiler-bug

Read More
Inconsistent behavior of MSVC vs. GCC with sizeof...


c++visual-c++compiler-bugvisual-c++-2015

Read More
Intel C++ compiler - const string is modifiable...


c++compiler-bug

Read More
Template substitution fails when I change the type parameter name - compiler bug?...


c++visual-studiotemplatestemplate-meta-programmingcompiler-bug

Read More
Delphi XE byte array index...


arraysdelphiindexingbytebuffercompiler-bug

Read More
Invoking constructors during virtual inheritance with C++...


c++constructorvirtual-inheritancecompiler-buggcc5

Read More
GCC/Clang x86_64 C++ ABI mismatch when returning a tuple?...


c++tuplesx86-64abicompiler-bug

Read More
Strange template instantiation bug with non-type argument...


c++c++11g++clang++compiler-bug

Read More
Is this an F# 2.0 parser bug?...


parsingcompiler-errorsf#compiler-bug

Read More
Potential bug in Visual Studio C compiler or in Intel Intrinsics' AVX2 "_mm256_set_epi64x&q...


c++visual-studiointrinsicsavxcompiler-bug

Read More
Conditional operator's return type and two-phase lookup...


c++language-lawyercompiler-bugname-lookupdependent-name

Read More
Linking error due to constness of the pointer array in C++03/C++11...


c++c++11constantslinker-errorscompiler-bug

Read More
VS2013 : compiler bug with float and /EHa + /fp:strict?...


c++visual-studiofloating-pointcompiler-bugmsvc12

Read More
Is it a user error to declare a generic inline function `const` for shortstring, or is this a compil...


delphigenericsinline-codecompiler-bug

Read More
Maybe a C# compiler bug in Visual Studio 2015...


c#visual-studio-2015roslyncompiler-bugcoreclr

Read More
trying to silence -Waggregate-return only in a macro for g++ - buggy compiler?...


c++g++compiler-warningssuppress-warningscompiler-bug

Read More
BackNext