Re: GIN FailedAssertions on Itanium2 with Intel compiler

Поиск
Список
Период
Сортировка
От Teodor Sigaev
Тема Re: GIN FailedAssertions on Itanium2 with Intel compiler
Дата
Msg-id 44F81534.7000009@sigaev.ru
обсуждение исходный текст
Ответ на Re: GIN FailedAssertions on Itanium2 with Intel compiler  (Teodor Sigaev <teodor@sigaev.ru>)
Ответы Re: GIN FailedAssertions on Itanium2 with Intel compiler  (Martijn van Oosterhout <kleptog@svana.org>)
Список pgsql-hackers
> % icc -O2 -o 1 1.c && ./1
> CALL cmp
> SET SI = 1
> BUG: SI==0
> % icc -O1 -o 1 1.c && ./1
> CALL cmp
> SET SI = 1
> OK

BTW, this example works correct with -nolib-inline 

(http://www.intel.com/software/products/compilers/clin/docs/main_cls/mergedprojects/copts_cls/ccpp_options/option_nolib_inline.htm):
% icc -O2 -nolib_inline  -o 1 1.c&& ./1
CALL cmp
SET SI = 1
OK

PS Have anybody any thoughts about workaround?
-- 
Teodor Sigaev                                   E-mail: teodor@sigaev.ru
  WWW: http://www.sigaev.ru/
 


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

Предыдущее
От: Michael Glaesemann
Дата:
Сообщение: Re: [PATCHES] Interval aggregate regression failure
Следующее
От: Martijn van Oosterhout
Дата:
Сообщение: Re: GIN FailedAssertions on Itanium2 with Intel compiler