Re: [PATCH] c++/59759 - ICE in unify, using std::enable_if on classes

2016-01-20 Thread Martin Sebor
On 01/20/2016 06:39 AM, Jason Merrill wrote: On 01/19/2016 01:09 PM, Martin Sebor wrote: Attached is the patch to avoid the ICE that Kai posted below with the test case Marek asked for in his response. I didn't see any further followup on the list. Thanks, but the code is actually well-formed

Re: [PATCH] c++/59759 - ICE in unify, using std::enable_if on classes

2016-01-20 Thread Jason Merrill
On 01/19/2016 01:09 PM, Martin Sebor wrote: Attached is the patch to avoid the ICE that Kai posted below with the test case Marek asked for in his response. I didn't see any further followup on the list. Thanks, but the code is actually well-formed; I've now fixed the bug properly. Jason

[PATCH] c++/59759 - ICE in unify, using std::enable_if on classes

2016-01-19 Thread Martin Sebor
Attached is the patch to avoid the ICE that Kai posted below with the test case Marek asked for in his response. I didn't see any further followup on the list. https://gcc.gnu.org/ml/gcc-patches/2015-05/msg02325.html Martin gcc/testsuite/ChangeLog: 2016-01-19 Martin Sebor PR c++/59759 *