Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commitc53f738

Browse files
committed
Blacklist xlc 32-bit inlining.
Per a suggestion from Tom Lane. Back-patch to 9.0 (all supportedversions). While only 9.4 and up have code known to elicit thiscompiler bug, we were disabling inlining by accident until commit43d89a2.
1 parent021a569 commitc53f738

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
return0;
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)

[8]ページ先頭

©2009-2025 Movatter.jp