Re: [HACKERS] problem compiling with egcs 1.1.1

From: "Thomas G(dot) Lockhart" <lockhart(at)alumni(dot)caltech(dot)edu>
To: Anthony Heading <aheading(at)jpmorgan(dot)com>
Cc: Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us>, pgsql-hackers(at)postgreSQL(dot)org
Subject: Re: [HACKERS] problem compiling with egcs 1.1.1
Date: 1998-12-14 05:35:32
Message-ID: 3674A3A4.9105D162@alumni.caltech.edu
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-hackers

> While the egcs people may find a nice fix (the whole register spilling
> issue is being worked on), apparently the C standard is very clear
> that the .9999 behaviour is allowed. So perhaps fixing the postgres
> code is the best idea in the long run.

Thanks for the background. This is probably a good time to go slow, and
see if the compiler gets fixed up. Although the .9999 behavior may be
allowed, afaik most modern compilers seem to clean things up better than
that. No point putting work into code to work around an evolving
compiler for a single platform, at least not until it is clear that it
is a permanent feature.

- Tom

In response to

Browse pgsql-hackers by date

  From Date Subject
Next Message The Hermit Hacker 1998-12-14 06:21:07 Does this make sense:
Previous Message Thomas G. Lockhart 1998-12-14 05:25:46 Re: [HACKERS] catalog/heap.c...