Re: [C++ PR 78252] illformed lamda?

2016-11-23 Thread Jason Merrill
On Wed, Nov 23, 2016 at 10:34 AM, Nathan Sidwell wrote: > On 11/22/2016 02:26 PM, Nathan Sidwell wrote: >> >> template >> void for2 (T &v) >> { >> } >> >> void Foo () >> { >> auto lam_1 = [](int &) { }; >> auto lam_2 = [](auto &) { }; // IIUC this is implicitly templatey >> >> for2 (lam_1);

Re: 3.0: Troubling warning in dwarf2out.c

2001-05-19 Thread Jason Merrill
>>>>> "Mark" == Mark Mitchell <[EMAIL PROTECTED]> writes: >>>>> "Jason" == Jason Merrill <[EMAIL PROTECTED]> writes: Jason> Wouldn't it make sense for the definition of Jason> ASM_OUTPUT_INTERNAL_LABEL to simply cast "