This is the mail archive of the
gcc-patches@gcc.gnu.org
mailing list for the GCC project.
Re: [PATCH] libgcc: Don't use "unused" in gthr-single.h
- From: Segher Boessenkool <segher at kernel dot crashing dot org>
- To: Jack Howarth <howarth dot at dot gcc at gmail dot com>
- Cc: GCC Patches <gcc-patches at gcc dot gnu dot org>
- Date: Mon, 23 Feb 2015 01:16:42 -0600
- Subject: Re: [PATCH] libgcc: Don't use "unused" in gthr-single.h
- Authentication-results: sourceware.org; auth=none
- References: <412f749ad6a8a240748a580e7f01fb641be5ce44 dot 1424657530 dot git dot segher at kernel dot crashing dot org> <CAJMcOU8wL+Rdfcj4Sqb+r0bBx+sHwmPoBuSbsx2YpEOcqK9mBw at mail dot gmail dot com>
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 patch then :-)
Segher