Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in compiler-bug

Why doesn't gcc 13 display the correct binary represenation?

Why explicitly capturing constexpr variable doesn't work while not capturing it works

Does GCC optimize array access with __int128 indexes incorrectly?

Сompiler bug? Variable assumed unchanged

c++ visual-c++ compiler-bug

Is a function template accepting const char(&)[N] more specialized than function template accepting const T&?

Forward defining class in namespace?

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

Wrong result of multiplication: Undefined behavior or compiler bug?

GCC confuses `set` member function with `std::set`

c++ gcc compiler-bug

Is it possible to determine whether an object is of a class type or not using a trait through a non-type template parameter in C++20?

Should std::variant be nothrow destructible when its alternative has potentially throwing destructor?

Compiler wrongfully regards variable as rvalue

c++ g++ c++20 compiler-bug

Is this a compiler bug? Am I doing something wrong?

c++ dictionary compiler-bug

How can a big number fit precisely into `double` with 32-bit GCC?