Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in compiler-bug

Possible compiler bug in MSVC++

c++ visual-c++ compiler-bug

Possible compiler bug in MSVC12 (VS2013) with designated initializer

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

VBA: What is causing this string argument passed to ParamArray to get changed to a number (that looks suspiciously like a pointer)?

excel vba compiler-bug

Using C# 7.1 default literal in nullable optional argument causes unexpected behavior

Error 83 error C2398: conversion from 'double' to 'float' requires a narrowing conversion

Is this a bug in dynamic?

c# dynamic compiler-bug

Ternary allowed to call an explicit copy constructor implicitly?

c++ gcc compiler-bug

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

override specifier as template parameter - is it valid?

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