Re: v3 PATCH to fix libstdc++ build/test with C++11 default compiler

2015-05-09 Thread Jason Merrill
On 05/08/2015 11:34 PM, Jason Merrill wrote: The second patch fixes all but one of the testsuite failures that turned up with a compiler that defaults to C++11. And here's the fix for a C++14 compiler: commit 42dc3f6f9af19c12d4201af8b6ef2e28bb08e944 Author: Jason Merrill Date: Sat May 9 12

v3 PATCH to fix libstdc++ build/test with C++11 default compiler

2015-05-08 Thread Jason Merrill
The first patch adds -std=c++98 for building C++98 sources. The second patch fixes all but one of the testsuite failures that turned up with a compiler that defaults to C++11. Tested x86_64-pc-linux-gnu, OK'd by Jonathan in Lenexa. commit be5a2d163e2a25ab5a9978475e0e6e2954c9ddb3 Author: Jason