This is the mail archive of the
gcc-patches@gcc.gnu.org
mailing list for the GCC project.
Re: [C++ Patch] Use declspecs->locations more
- From: Paolo CARLINI <paolo dot carlini at oracle dot com>
- To: Andreas Schwab <schwab at linux-m68k dot org>
- Cc: "gcc-patches at gcc dot gnu dot org" <gcc-patches at gcc dot gnu dot org>, Jason Merrill <jason at redhat dot com>
- Date: Thu, 04 Jun 2015 15:58:39 +0200
- Subject: Re: [C++ Patch] Use declspecs->locations more
- Authentication-results: sourceware.org; auth=none
- References: <556F1123 dot 6070600 at oracle dot com> <m2iob396mi dot fsf at linux-m68k dot org>
Hi,
Il 04 giugno 2015 11:15:33 CEST, Andreas Schwab <schwab@linux-m68k.org> ha scritto:
>/opt/gcc/gcc-20150604/gcc/testsuite/obj-c++.dg/tls/diag-5.mm:4:1:
>error: '__thr\
>ead' can only be specified for objects and functions^M
Thanks Andreas. Looks like I missed a trivial testcase adjustment in the obj-c++ testsuite. I guess you can do the change as obvious, or just wait a few hours and I will (I'm traveling).
Thanks again,
Paolo