Re: BUG #13498: make check failures

From: Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us>
To: pete(at)petelancashire(dot)com
Cc: pgsql-bugs(at)postgresql(dot)org
Subject: Re: BUG #13498: make check failures
Date: 2015-07-13 20:13:38
Message-ID: 32231.1436818418@sss.pgh.pa.us
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-bugs

pete(at)petelancashire(dot)com writes:
> make check
> -O2 passes w/o errors
> -O3 with or without -strict fails

Presumably what is happening here (and also in your followon #13499)
is that xlc with higher optimization levels generates bad code. Whether
this is a compiler bug, or is traceable to a valid deficiency in our code,
is really impossible to tell for anyone without access to that compiler
(and even with access, it might be a lot of work). If you want to trace
it down I'm afraid it's going to be pretty much your responsibility to do
it.

regards, tom lane

In response to

Responses

Browse pgsql-bugs by date

  From Date Subject
Next Message Pete Lancashire 2015-07-13 21:15:58 Re: BUG #13498: make check failures
Previous Message Heikki Linnakangas 2015-07-13 16:42:24 Re: BUG #13126: table constraint loses its comment