Priority: P3
Component: libstdc++
Assignee: unassigned at gcc dot gnu.org
Reporter: cgnitash at gmail dot com
Target Milestone: ---
Passing a custom generator that always returns 0 to
std::uniform_int_distrubtion causes it to hang (presumably due to an
Priority: P3
Component: c++
Assignee: unassigned at gcc dot gnu.org
Reporter: cgnitash at gmail dot com
Target Milestone: ---
Reproduced from https://stackoverflow.com/questions/64852653
gcc fails to diagnose the use of an identifier label in a constexpr function
: unassigned at gcc dot gnu.org
Reporter: cgnitash at gmail dot com
Target Milestone: ---
The following code gives an ice on gcc trunk.
https://godbolt.org/z/5EaEGP
#include *