This is the mail archive of the gcc-patches@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 TLS related ICE


On Thu, Aug 01, 2002 at 01:56:56PM -0700, Richard Henderson wrote:
> On Tue, Jul 30, 2002 at 02:12:27PM -0400, Jakub Jelinek wrote:
> > If memory_address_p was tested unconditionally there, I'm afraid it would
> > cause -fforce-addr by default on most arches (where a SYMBOL_REF
> > is not valid memory address).
> 
> Hum.  I wonder if that would be a bad thing?
> 
> Anyway, I still don't like testing DECL_THREAD_LOCAL here.  How
> about something like this instead?
> 
> 	* calls.c: Include recog.h and insn-config.h.
> 	(precompute_register_parameters): Force arguments to be
> 	general_operand.
> 	* Makefile.in (calls.o): Update.

This one did not bootstrap on IA-64, will have to investigate.

	Jakub


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