Re: [HACKERS] problem compiling with egcs 1.1.1

Поиск
Список
Период
Сортировка
От Thomas G. Lockhart
Тема Re: [HACKERS] problem compiling with egcs 1.1.1
Дата
Msg-id 3674A3A4.9105D162@alumni.caltech.edu
обсуждение исходный текст
Ответ на Re: [HACKERS] problem compiling with egcs 1.1.1  (Tom Lane <tgl@sss.pgh.pa.us>)
Список 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


В списке pgsql-hackers по дате отправления:

Предыдущее
От: "Thomas G. Lockhart"
Дата:
Сообщение: Re: [HACKERS] catalog/heap.c...
Следующее
От: The Hermit Hacker
Дата:
Сообщение: Does this make sense: