Anybody have icc for IA64?

From: Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us>
To: pgsql-hackers(at)postgreSQL(dot)org
Subject: Anybody have icc for IA64?
Date: 2015-08-31 18:52:05
Message-ID: 3272.1441047125@sss.pgh.pa.us
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-hackers

After pushing 2c713d6e, I realized that the buildfarm isn't going to tell
me anything useful about it, because the change only makes a difference
for icc on ia64, and we have no such members in the buildfarm. (We've
got icc, and we've got ia64, but not both in the same place.)

It's fairly worrisome that we don't have this case covered, considering
that there's a whole bunch of bespoke code for the case. Now, I'm trying
to remove most of the special-case code, but it's hard to be sure if this
will work --- maybe icc is only compatible with gcc asm on x86[_64] and
not on ia64 :-(

Anyway, if anyone could see whether HEAD still works on such a platform,
I'd appreciate it.

regards, tom lane

Responses

Browse pgsql-hackers by date

  From Date Subject
Next Message Tom Lane 2015-08-31 18:58:31 Re: Is "WIN32" #defined in Cygwin builds?
Previous Message Mason S 2015-08-31 18:48:31 Re: Horizontal scalability/sharding