Re: [patch] libstdc++/65754 missing exports for fstream constructors

2015-04-13 Thread Jonathan Wakely
On 13/04/15 20:37 +0200, Jakub Jelinek wrote: On Mon, Apr 13, 2015 at 07:28:30PM +0100, Jonathan Wakely wrote: This fixes a regression I introduced by not exporting some of the fstream constructors (the C2 base object ones) when using the new std::string. Sorry for not finding this myself before

Re: [patch] libstdc++/65754 missing exports for fstream constructors

2015-04-13 Thread Jakub Jelinek
On Mon, Apr 13, 2015 at 07:28:30PM +0100, Jonathan Wakely wrote: > This fixes a regression I introduced by not exporting some of the > fstream constructors (the C2 base object ones) when using the new > std::string. Sorry for not finding this myself before the RC. > > All the recently-updated base

[patch] libstdc++/65754 missing exports for fstream constructors

2015-04-13 Thread Jonathan Wakely
This fixes a regression I introduced by not exporting some of the fstream constructors (the C2 base object ones) when using the new std::string. Sorry for not finding this myself before the RC. All the recently-updated baseline_symbols.txt files need updating. I did this with sed and sort, and ve