Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in compiler-bug

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

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

Why variadic function can't "eat" the list-initialization argument in C++11?

MSVC: Invalid memcpy optimization?

C++ Preprocessor Standard Behaviour

GCC bug? Chaining methods, broken sequence point

c++ gcc compiler-bug

Can sizeof nested twice ever be a dependent expression?

Compiler Bug in Visual C++ 10.0 SP1 - cl.exe version 16.0.40219.1 Access violation [confirmed]

c++ visual-c++ compiler-bug

"this" captured by lambda is incorrect. GCC compiler bug?

Why is move constructor not picked when returning a local object of type derived from the function's return type?

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

c++ gcc clang nvcc compiler-bug

Why does this generics scenario cause a TypeLoadException?

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

Maybe a C# compiler bug in Visual Studio 2015

Possible compiler bug in Visual C++ 2012 (x86)?

Visual Studio 2012 different values Release/Debug mode

VBA takes wrong branch at If-statement - severe compiler bug?

Why do gcc and clang each produce different output for this program? (conversion operator vs constructor)

'const float' value different than 'float' when casting to 'int' in C#

c# .net compiler-bug

Conditional operator's return type and two-phase lookup