On 05/24/2016 12:51 PM, Jason Merrill wrote:
On 05/24/2016 12:15 PM, Martin Sebor wrote:+ else if (TREE_CODE (type) == ARRAY_TYPE /* && TYPE_DOMAIN (type) */)Why is this commented out rather than removed in this version of the patch? Let's remove it, as before. OK with that change.
It was commented out by accident. Since c++/71147 is a regression, should I also backport the patch to the 6.x branch? Martin