Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in compiler-bug

Are function-local typedefs visible inside C++0x lambdas?

c++ lambda c++11 compiler-bug

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

C++ compiler issue with struct in template class

Intel C++ compiler bug in member function overload resolution involving "using" alias?

c++ c++11 compiler-bug icc

c++ array zero-initialization: Is this a bug, or is this correct?

Unexpected x64 assembly for __atomic_fetch_or with gcc 7.3

Are explicit conversion operators allowed in braced initializer lists?

c++ c++11 gcc clang 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?