Tom Lane wrote:
> #if defined(__GNUC__) || defined(__ICC)
>
> Can anyone say a reason why the above #if is not wrong ... ie,
> are there any platforms where icc does handle gcc asm syntax,
> and if so exactly which ones are they?
I believe I added that a few releases ago. The platform is IA32.
Evidently, the GCC compatibility on IA64 is not quite as far yet.
--
Peter Eisentraut
http://developer.postgresql.org/~petere/