Re: [PATCH] libgcc: Don't use "unused" in gthr-single.h

2015-02-22 Thread Segher Boessenkool
On Sun, Feb 22, 2015 at 10:17:50PM -0500, Jack Howarth wrote: > This change has already been proposed as part of a more extensive fix > in https://gcc.gnu.org/ml/gcc-patches/2015-02/msg00775.html. Ah, excellent. Somehow I saw the darwin thing but missed this one. Let's call this a ping of that pa

Re: [PATCH] libgcc: Don't use "unused" in gthr-single.h

2015-02-22 Thread Jack Howarth
This change has already been proposed as part of a more extensive fix in https://gcc.gnu.org/ml/gcc-patches/2015-02/msg00775.html. On Sun, Feb 22, 2015 at 9:28 PM, Segher Boessenkool wrote: > Header files shouldn't use identifiers in the application namespace. > gth-single.h does however; this ma

[PATCH] libgcc: Don't use "unused" in gthr-single.h

2015-02-22 Thread Segher Boessenkool
Header files shouldn't use identifiers in the application namespace. gth-single.h does however; this makes the libstdc++ testsuite all_attributes.cc fail for targets without software threads. Is this okay for mainline? And 4.9, 4.8? Segher 2015-02-22 Segher Boessenkool libgcc/ * g