Re: postgreSQL-8.0.1 compilation with icc-8.1 on Itanium-2 gives "error: asm statements not supported"

Поиск
Список
Период
Сортировка
От Tom Lane
Тема Re: postgreSQL-8.0.1 compilation with icc-8.1 on Itanium-2 gives "error: asm statements not supported"
Дата
Msg-id 18285.1109836138@sss.pgh.pa.us
обсуждение исходный текст
Ответ на postgreSQL-8.0.1 compilation with icc-8.1 on Itanium-2 gives "error: asm statements not supported"  (Vikram Kalsi <vikramkalsi@gmail.com>)
Ответы Re: postgreSQL-8.0.1 compilation with icc-8.1 on Itanium-2 gives "error: asm statements not supported"
Список pgsql-hackers
Vikram Kalsi <vikramkalsi@gmail.com> writes:
> Will icc be supported in any future release of pgsql?

Only if someone steps forward with patches.  Do you want to do it?

My immediate reaction is that if icc doesn't actually cope with gcc
asm syntax then it has no business being treated as equivalent to
gcc in s_lock.h:

#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?
        regards, tom lane


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

Предыдущее
От: Vikram Kalsi
Дата:
Сообщение: postgreSQL-8.0.1 compilation with icc-8.1 on Itanium-2 gives "error: asm statements not supported"
Следующее
От: Peter Eisentraut
Дата:
Сообщение: Re: postgreSQL-8.0.1 compilation with icc-8.1 on Itanium-2 gives "error: asm statements not supported"