This is the mail archive of the gcc@gcc.gnu.org mailing list for the GCC project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Re: [PATCH] Fix g++.dg/tls failures on IA-64


2003-01-08  Jakub Jelinek  <jakub@redhat.com>

        * decl.c (start_decl): Don't set DECL_COMMON for __thread variables.

This patch has broken bootstrap on AIX:

	internal compiler error: tree check: expected var_decl, have
function_decl in start_decl, at cp/decl.c:7180

The impact of this patch on non-TLS platforms should have been considered
more carefully.

David


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]