This is the mail archive of the
gcc-patches@gcc.gnu.org
mailing list for the GCC project.
Re: tls: error out on incompatible TLS decls
On Wed, Aug 07, 2002 at 03:37:16AM +0200, Gabriel Dos Reis wrote:
> Aldy Hernandez <aldyh@redhat.com> writes:
>
> | * testsuite/gcc.dg/tls/diag-3.c: New.
>
> Hi Aldy,
First, you assume I even know what TLS is :)
> Would you want to document the purpose of the subdirectories xxx/tls/
> in the file xxx/README?
> (Personnaly, I don't know what it stands for)
TLS = thread-level storage
Do you want a gcc.dg/tls/README that says so?
Aldy