thread-local storage: c front end and generic backend patch

Richard Henderson rth@redhat.com
Thu Jul 11 11:02:00 GMT 2002


On Thu, Jul 11, 2002 at 11:28:57AM -0400, David Edelsohn wrote:
> 	This part of your patch from May did more than just change the
> behavior for tls variables, it limited DECL_COMMON to variables marked
> TREE_PUBLIC.  Prior to your patch, variables without TREE_PUBLIC flag were
> marked DECL_COMMON.

Hmm.  Ok.  I can see why I made the change -- COMMON does not
make sense without PUBLIC.  I'll adjust assemble_variable and
its subroutines to compensate.


r~



More information about the Gcc-patches mailing list