|
From: | tromey at sourceware dot org |
Subject: | [Bug binutils/22547] Incorrect demangling of lambda destructors? |
Date: | Thu, 07 Dec 2017 21:54:05 +0000 |
https://sourceware.org/bugzilla/show_bug.cgi?id=22547 Tom Tromey <tromey at sourceware dot org> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |tromey at sourceware dot org --- Comment #1 from Tom Tromey <tromey at sourceware dot org> --- On irc, Nathan agreed with this analysis and came up with this test case: <nathan> struct X { ~X (); }; <nathan> void foo (X x) { [=] () { x; } (); } <nathan> _ZZ3foo1XENUlvE_D1Ev -- You are receiving this mail because: You are on the CC list for the bug.
[Prev in Thread] | Current Thread | [Next in Thread] |