Skip to content

Commit 76cf5f1

Browse files
committed
Blacklist xlc 32-bit inlining.
Per a suggestion from Tom Lane. Back-patch to 9.0 (all supported versions). While only 9.4 and up have code known to elicit this compiler bug, we were disabling inlining by accident until commit 43d89a2.
1 parent 0f272b8 commit 76cf5f1

File tree

1 file changed

+9
-0
lines changed

1 file changed

+9
-0
lines changed

config/test_quiet_include.h

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,3 +7,12 @@ fun()
77
{
88
return 0;
99
}
10+
11+
/*
12+
* "IBM XL C/C++ for AIX, V12.1" miscompiles, for 32-bit, some inline
13+
* expansions of ginCompareItemPointers() "long long" arithmetic. To take
14+
* advantage of inlining, build a 64-bit PostgreSQL.
15+
*/
16+
#if defined(__ILP32__) && defined(__IBMC__)
17+
#error "known inlining bug"
18+
#endif

0 commit comments

Comments
 (0)
pFad - Phonifier reborn

Pfad - The Proxy pFad of © 2024 Garber Painting. All rights reserved.

Note: This service is not intended for secure transactions such as banking, social media, email, or purchasing. Use at your own risk. We assume no liability whatsoever for broken pages.


Alternative Proxies:

Alternative Proxy

pFad Proxy

pFad v3 Proxy

pFad v4 Proxy