[Bug c++/98044] New: Last line always highlighted as error in constructor initializer list when another is bogus

2020-11-28 Thread gcc at linkmauve dot fr via Gcc-bugs
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

[Bug libstdc++/95065] New: Remove std::bind1st and std::bind2nd when building in -std=c++17

2020-05-11 Thread gcc at linkmauve dot fr
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

[Bug c/71228] New: Add a warning when a variable gets initialised with itself

2016-05-22 Thread gcc at linkmauve dot fr
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