Re: [patch] Fix invalid attributes in libstdc++

2015-03-03 Thread Jonathan Wakely
On 03/02/15 10:37 +, Iain Sandoe wrote: the following additional tweaks provide further work-arounds. ... checked on darwin12 and darwin14. Also checked on x86_64-linux, committed to trunk.

Re: [patch] Fix invalid attributes in libstdc++

2015-02-16 Thread Jonathan Wakely
On 03/02/15 10:37 +, Iain Sandoe wrote: Hi Jonathan, On 1 Feb 2015, at 15:10, Jonathan Wakely wrote: On 01/02/15 15:08 +, Jonathan Wakely wrote: I failed to CC gcc-patches on this patch ... On 29/01/15 13:02 +, Jonathan Wakely wrote: Jakub pointed out that we have some attribute

Re: [patch] Fix invalid attributes in libstdc++

2015-02-16 Thread Jack Howarth
On Tue, Feb 3, 2015 at 5:37 AM, Iain Sandoe wrote: > Hi Jonathan, > > On 1 Feb 2015, at 15:10, Jonathan Wakely wrote: > >> On 01/02/15 15:08 +, Jonathan Wakely wrote: >>> I failed to CC gcc-patches on this patch ... >>> >>> On 29/01/15 13:02 +, Jonathan Wakely wrote: Jakub pointed out

Re: [patch] Fix invalid attributes in libstdc++

2015-02-06 Thread Jonathan Wakely
On 3 February 2015 at 13:49, Renlin Li wrote: > On 01/02/15 15:08, Jonathan Wakely wrote: >> >> I failed to CC gcc-patches on this patch ... >> >> On 29/01/15 13:02 +, Jonathan Wakely wrote: >> >> diff --git >> a/libstdc++-v3/testsuite/17_intro/headers/c++200x/all_attributes.cc >> b/libstdc++-

Re: [patch] Fix invalid attributes in libstdc++

2015-02-03 Thread Renlin Li
On 01/02/15 15:08, Jonathan Wakely wrote: I failed to CC gcc-patches on this patch ... On 29/01/15 13:02 +, Jonathan Wakely wrote: diff --git a/libstdc++-v3/testsuite/17_intro/headers/c++200x/all_attributes.cc b/libstdc++-v3/testsuite/17_intro/headers/c++200x/all_attributes.cc new file mod

Re: [patch] Fix invalid attributes in libstdc++

2015-02-03 Thread Iain Sandoe
Hi Jonathan, On 1 Feb 2015, at 15:10, Jonathan Wakely wrote: > On 01/02/15 15:08 +, Jonathan Wakely wrote: >> I failed to CC gcc-patches on this patch ... >> >> On 29/01/15 13:02 +, Jonathan Wakely wrote: >>> Jakub pointed out that we have some attributes that don't use the >>> reserved

Re: [patch] Fix invalid attributes in libstdc++

2015-02-01 Thread Jonathan Wakely
On 01/02/15 15:08 +, Jonathan Wakely wrote: I failed to CC gcc-patches on this patch ... On 29/01/15 13:02 +, Jonathan Wakely wrote: Jakub pointed out that we have some attributes that don't use the reserved namespace, e.g. __attribute__ ((always_inline)). This is a 4.9/5 regression an

Re: [patch] Fix invalid attributes in libstdc++

2015-02-01 Thread Jonathan Wakely
I failed to CC gcc-patches on this patch ... On 29/01/15 13:02 +, Jonathan Wakely wrote: Jakub pointed out that we have some attributes that don't use the reserved namespace, e.g. __attribute__ ((always_inline)). This is a 4.9/5 regression and the fix was pre-approved by Jakub so I've commi