Re: postgreSQL-8.0.1 compilation with icc-8.1 on Itanium-2 gives "error: asm statements not supported"
From:
Peter Eisentraut <peter_e(at)gmx(dot)net>
To:
Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us>
Cc:
Vikram Kalsi <vikramkalsi(at)gmail(dot)com>,pgsql-hackers(at)postgresql(dot)org
Subject:
Re: postgreSQL-8.0.1 compilation with icc-8.1 on Itanium-2 gives "error: asm statements not supported"
Date:
2005-03-03 08:55:18
Message-ID:
200503030955.20299.peter_e@gmx.net (view raw or flat )
Thread:
2005-03-03 07:35:41 from Vikram Kalsi <vikramkalsi(at)gmail(dot)com>
2005-03-03 07:48:58 from Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us>
2005-03-03 08:55:18 from Peter Eisentraut <peter_e(at)gmx(dot)net>
2005-03-04 05:57:15 from Vikram Kalsi <vikramkalsi(at)gmail(dot)com>
2005-03-06 01:24:31 from Vikram Kalsi <vikramkalsi(at)gmail(dot)com>
2005-03-09 04:29:47 from Bruce Momjian <pgman(at)candle(dot)pha(dot)pa(dot)us>
2005-03-09 04:30:54 from Bruce Momjian <pgman(at)candle(dot)pha(dot)pa(dot)us>
Lists:
pgsql-hackers
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/
In response to
Responses
pgsql-hackers by date
Next :From: Thomas F.O'ConnellDate: 2005-03-03 12:37:57
Subject : Novice Slony User (Was hi all)
Previous :From : Tom LaneDate : 2005-03-03 07:48:58
Subject : Re: postgreSQL-8.0.1 compilation with icc-8.1 on Itanium-2 gives "error: asm statements not supported"