Re: [patch] libgcc/64885 - libstdc++ all_attributes failure

2015-02-23 Thread Jeff Law
On 02/12/15 08:49, Jonathan Wakely wrote: This changes __attribute__((unused)) to __attribute__((__unused__)) in three gthr-*.h headers. As Jakub pointed out at https://gcc.gnu.org/bugzilla/show_bug.cgi?id=64885#c7 there are still lots of other problems in these headers, but they have been there

[patch] libgcc/64885 - libstdc++ all_attributes failure

2015-02-12 Thread Jonathan Wakely
This changes __attribute__((unused)) to __attribute__((__unused__)) in three gthr-*.h headers. As Jakub pointed out at https://gcc.gnu.org/bugzilla/show_bug.cgi?id=64885#c7 there are still lots of other problems in these headers, but they have been there for years and can wait for stage 1. This fi