Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in compiler-bug

Possible C# 4.0 compiler error, can others verify?

c#-4.0 compiler-bug

Initializing std::array<char,x> member in constructor using string literal. GCC bug?

Is this a GCC bug? Initializing structs with unions

Multiple inheritance makes private member accessible

Fix for bizarre "%a" format behavior with g++ 4.9.1?

c++ g++ printf hex compiler-bug

C++ initializer list overload disambiguation

C++ template function gets erronous default values

Is this a bug of gcc?

c++ gcc compiler-bug

C# compiler not recognizing yield return methods as similar?

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