Re: [PATCH] libstdc++ testsuite cxxflags

2013-11-21 Thread Cesar Philippidis
On 11/21/13, 5:42 AM, Jonathan Wakely wrote: > On 20 November 2013 23:57, Cesar Philippidis wrote: >> On 11/20/13, 1:46 PM, Jonathan Wakely wrote: >>> On 20 November 2013 21:44, Jonathan Wakely wrote: On 29 October 2013 15:37, Cesar Philippidis wrote: > This patch addresses two issues with

Re: [PATCH] libstdc++ testsuite cxxflags

2013-11-21 Thread Jonathan Wakely
On 20 November 2013 23:57, Cesar Philippidis wrote: > On 11/20/13, 1:46 PM, Jonathan Wakely wrote: >> On 20 November 2013 21:44, Jonathan Wakely wrote: >>> On 29 October 2013 15:37, Cesar Philippidis wrote: This patch addresses two issues with the libstdc++ testsuite: * duplicate "

Re: [PATCH] libstdc++ testsuite cxxflags

2013-11-20 Thread Jonathan Wakely
On 20 November 2013 23:57, Cesar Philippidis wrote: > > Is this patch OK? Is so, please commit it because I do not have an svn > account. Yes, that looks OK, thanks. I'll commit it tomorrow.

Re: [PATCH] libstdc++ testsuite cxxflags

2013-11-20 Thread Cesar Philippidis
On 11/20/13, 1:46 PM, Jonathan Wakely wrote: > On 20 November 2013 21:44, Jonathan Wakely wrote: >> On 29 October 2013 15:37, Cesar Philippidis wrote: >>> This patch addresses two issues with the libstdc++ testsuite: >>> >>> * duplicate "-g -O2" CXXFLAGS >>> * missing "-g -O2" for remote target

Re: [PATCH] libstdc++ testsuite cxxflags

2013-11-20 Thread Jonathan Wakely
On 20 November 2013 21:44, Jonathan Wakely wrote: > On 29 October 2013 15:37, Cesar Philippidis wrote: >> This patch addresses two issues with the libstdc++ testsuite: >> >> * duplicate "-g -O2" CXXFLAGS >> * missing "-g -O2" for remote targets >> >> The duplicate "-g -O2" flags is a result of

Re: [PATCH] libstdc++ testsuite cxxflags

2013-11-20 Thread Jonathan Wakely
On 29 October 2013 15:37, Cesar Philippidis wrote: > This patch addresses two issues with the libstdc++ testsuite: > > * duplicate "-g -O2" CXXFLAGS > * missing "-g -O2" for remote targets > > The duplicate "-g -O2" flags is a result of testsuite_flags.in using > build-time CXXFLAGS and proc li

PING: [PATCH] libstdc++ testsuite cxxflags

2013-11-19 Thread Cesar Philippidis
This patch needs a review. Thanks, Cesar

Re: [PATCH] libstdc++ testsuite cxxflags

2013-10-28 Thread Mike Stump
On Oct 28, 2013, at 3:29 PM, Cesar Philippidis wrote: > This patch addresses two issues with the libstdc++ testsuite: > > * duplicate "-g -O2" CXXFLAGS > * missing "-g -O2" for remote targets I need to defer this to the libstdc++ people… there is enough of them, and they do such a nice job…

[PATCH] libstdc++ testsuite cxxflags

2013-10-28 Thread Cesar Philippidis
This patch addresses two issues with the libstdc++ testsuite: * duplicate "-g -O2" CXXFLAGS * missing "-g -O2" for remote targets The duplicate "-g -O2" flags is a result of testsuite_flags.in using build-time CXXFLAGS and proc libstdc++_init using the environmental CXXFLAGS, which defaults t