On 16/08/16 09:18, Jakub Jelinek wrote:
Hi!I've backported following fix to 6 branch: 2016-08-16 Jakub Jelinek <ja...@redhat.com> PR testsuite/77034 Backported from mainline 2016-07-25 Jason Merrill <ja...@redhat.com> * g++.dg/init/elide5.C (operator new): Use decltype(sizeof(1)) instead of unsigned long.
Hi, I ran into the same problem with the 5 branch, and backported the fix there. Thanks, - Tom