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: Fix sparc64 float libcall failures


On Mon, Apr 15, 2002 at 03:08:05AM -0700, David S. Miller wrote:
> This fixes gcc.c-torture/execute/20020413-1.c
> 
> What is happening is that floating point libcalls were being emitted
> as LCT_CONST.  This is wrong, because with these libcalls on Sparc64
> targets a pointer to the quad float value is passed in.  So the
> libcall cannot be LCT_CONST because the libcall modifies memory.

Should this have also fixed my problems with -mhard-quad-float?


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