Re: [PATCH Coroutines][OBVIOUS]Fix typo of temporary variable name

2020-02-05 Thread Iain Sandoe
bin.cheng wrote: This is an obvious patch fixing typo in maybe_promote_captured_temps, previously, the vnum (== 0) is used for all captured temps... Will commit later. Yeah, I made this exact change locally yesterday (but I didn’t commit it yet, so go ahead if you have time). Iain

[PATCH Coroutines][OBVIOUS]Fix typo of temporary variable name

2020-02-05 Thread bin.cheng
Hi, This is an obvious patch fixing typo in maybe_promote_captured_temps, previously, the vnum (== 0) is used for all captured temps... Will commit later. Thanks, bin gcc/cp 2020-02-05 Bin Cheng * coroutines.cc (maybe_promote_captured_temps): Increase the index number for tem