From: | Martijn van Oosterhout <kleptog(at)svana(dot)org> |
---|---|
To: | Teodor Sigaev <teodor(at)sigaev(dot)ru> |
Cc: | pgsql-hackers(at)postgresql(dot)org, "Sergey E(dot) Koposov" <math(at)sai(dot)msu(dot)ru> |
Subject: | Re: GIN FailedAssertions on Itanium2 with Intel compiler |
Date: | 2006-09-01 11:27:57 |
Message-ID: | 20060901112757.GO12644@svana.org |
Views: | Raw Message | Whole Thread | Download mbox | Resend email |
Thread: | |
Lists: | pgsql-hackers |
On Fri, Sep 01, 2006 at 03:10:44PM +0400, Teodor Sigaev wrote:
> 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?
What does that option do? Is it practical to enable it for the entire
backend?
And isn't this a straightforward compiler bug they should be notified
about?
Sounds like the -fno-strict-aliasing option for gcc, the compiler is
making some assumptions about the code that arn't true, so we tell the
compiler not to do that.
Have a nice day,
--
Martijn van Oosterhout <kleptog(at)svana(dot)org> http://svana.org/kleptog/
> From each according to his ability. To each according to his ability to litigate.
From | Date | Subject | |
---|---|---|---|
Next Message | zhou bo | 2006-09-01 11:37:31 | about how to un-describe from pgsql-hackers |
Previous Message | Alban Hertroys | 2006-09-01 11:14:58 | Re: Training (from Thought provoking...) |