Hi Ronny,
> c++filt and libbfd are unable to demangle the last two: (binutils
> version 2.26 on Kubuntu 16.04)
Thanks for reporting this problem. Unfortunately you have reported
it to the wrong place. Name demangling is handled by the libiberty
library which is part of the GCC project, not the
https://sourceware.org/bugzilla/show_bug.cgi?id=20321
--- Comment #10 from Wilco ---
(In reply to H.J. Lu from comment #8)
> (In reply to Wilco from comment #6)
> >
> > I haven't tried x86-64 but it fails on ARM as well so it appears generic. It
> > reproduces with older GCC versions, eg. 4.8.2,
https://sourceware.org/bugzilla/show_bug.cgi?id=20321
H.J. Lu changed:
What|Removed |Added
Status|NEW |RESOLVED
Resolution|---
https://sourceware.org/bugzilla/show_bug.cgi?id=20321
--- Comment #7 from cvs-commit at gcc dot gnu.org ---
The master branch has been updated by H.J. Lu :
https://sourceware.org/git/gitweb.cgi?p=binutils-gdb.git;h=29d7478bc63762606302a0ae0525b22eaf85b47b
commit 29d7478bc63762606302a0ae0525b22e
https://sourceware.org/bugzilla/show_bug.cgi?id=20321
--- Comment #8 from H.J. Lu ---
(In reply to Wilco from comment #6)
>
> I haven't tried x86-64 but it fails on ARM as well so it appears generic. It
> reproduces with older GCC versions, eg. 4.8.2, while it passes with trunk
> GCC.
I checked
Hi binutils-developers and -users,
#include
using namespace std;
int main() {
auto my_lambda = [](auto i) {
cout << "asdf\n" << i;
};
auto my_lambda2 = [](int i) {
cout << "asdf\n" << i;
};
my_lambda(1);
my_lambda(2.0);
my_lambda2(3);
return 0;
https://sourceware.org/bugzilla/show_bug.cgi?id=20321
--- Comment #6 from Wilco ---
(In reply to H.J. Lu from comment #5)
> (In reply to Wilco from comment #4)
>
> > This new test fails on AArch64 with an assertion:
> >
> > collect2: error: ld terminated with signal 6 [Aborted]
> > collect-ld:
https://sourceware.org/bugzilla/show_bug.cgi?id=20321
--- Comment #5 from H.J. Lu ---
(In reply to Wilco from comment #4)
> This new test fails on AArch64 with an assertion:
>
> collect2: error: ld terminated with signal 6 [Aborted]
> collect-ld: ../../src/lto-plugin/lto-plugin.c:621: all_symbo
https://sourceware.org/bugzilla/show_bug.cgi?id=20321
Wilco changed:
What|Removed |Added
CC||wdijkstr at arm dot com
--- Comment #4 from W