Re: Problem with PostgreSQL 9.2.7 and make check on AIX 7.1

From: Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us>
To: Rainer Tammer <pgsql(at)spg(dot)schulergroup(dot)com>
Cc: pgsql-bugs(at)postgresql(dot)org, cbbrowne(at)gmail(dot)com
Subject: Re: Problem with PostgreSQL 9.2.7 and make check on AIX 7.1
Date: 2014-03-12 16:14:03
Message-ID: 14125.1394640843@sss.pgh.pa.us
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-bugs

Rainer Tammer <pgsql(at)spg(dot)schulergroup(dot)com> writes:
> it looks like these failures are caused by compiler optimizations -O2.
> Without optimization the random failures do not show up.

Yeah, that looked suspiciously compiler-bug-like to me. It's conceivable
that it's not a compiler bug but something we're doing wherein the results
are undefined per C standard ... but since we've not seen similar reports
on other platforms, and since the misbehavior goes away again in TL3, I'm
betting it's the compiler's fault.

regards, tom lane

In response to

Responses

Browse pgsql-bugs by date

  From Date Subject
Next Message Rainer Tammer 2014-03-12 16:28:54 Re: Problem with PostgreSQL 9.2.7 and make check on AIX 7.1
Previous Message Rainer Tammer 2014-03-12 16:01:07 Re: BUG #9547: Unable install postgres on AIX 5.3