Severity: normal
Priority: P3
Component: libstdc++
Assignee: unassigned at gcc dot gnu.org
Reporter: dominik.muth at gmx dot de
Target Milestone: ---
Demangling the mangled name of [](auto...){} fails with gcc 5, 8, 9, 10, and
11.
It works with gcc 6 and 7
: normal
Priority: P3
Component: c++
Assignee: unassigned at gcc dot gnu.org
Reporter: dominik.muth at gmx dot de
Target Milestone: ---
// begin example file abs.cxx
#include
#include
#include
int main() {
int myint = INT_MAX;
long
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=54554
--- Comment #9 from Dominik Muth ---
Please note that in Bug 60791 no warning is given even with -O3 (except when
using a legacy version of gcc).
: c
Assignee: unassigned at gcc dot gnu.org
Reporter: dominik.muth at gmx dot de
// When compiling this file with
//
// -O3 -Wall -c
//
// There is no warning about the uninitialized use of r.
int f(int i) {
int r;
while (r != 0) {
r = 0