Re: [patch] Fix two libstdc++ test failures with -std=gnu++14

2015-06-20 Thread François Dumont
On 16/06/2015 22:45, Jonathan Wakely wrote: > On 16/06/15 22:18 +0200, François Dumont wrote: >> On 12/06/2015 01:22, Jonathan Wakely wrote: >>> This fixes two test failures when the default compiler mode is >>> -std=gnu++14 >>> >>> FAIL: 25_algorithms/headers/algorithm/synopsis.cc (test for excess

[patch] Fix two libstdc++ test failures with -std=gnu++14

2015-06-11 Thread Jonathan Wakely
This fixes two test failures when the default compiler mode is -std=gnu++14 FAIL: 25_algorithms/headers/algorithm/synopsis.cc (test for excess errors) FAIL: ext/profile/mutex_extensions_neg.cc (test for excess errors) I don't really like the change to the synopsis.cc test, but I don't think repr