Severity: normal
Priority: P3
Component: c++
Assignee: unassigned at gcc dot gnu.org
Reporter: gcc at linkmauve dot fr
Target Milestone: ---
Created attachment 49641
--> https://gcc.gnu.org/bugzilla/attachment.cgi?id=49641&action=edit
T
Priority: P3
Component: libstdc++
Assignee: unassigned at gcc dot gnu.org
Reporter: gcc at linkmauve dot fr
Target Milestone: ---
std::bind1st etc. got deprecated in C++11 and removed in C++17, but g++ still
happily compiles them in while clang++ correctly
Priority: P3
Component: c
Assignee: unassigned at gcc dot gnu.org
Reporter: gcc at linkmauve dot fr
Target Milestone: ---
When a variable is initialised with itself, -Wuninitialized should emit a
warning since the variable wasn’t initialised at the time of this