- Notifications
You must be signed in to change notification settings - Fork5
Commit5a33650
committed
Attempt to work around a 32bit xlc compiler bug from a different place.
Inde6fd1c I moved the the work around from 53f73879 into the aixtemplate. The previous location was removed in the former commit, and Ithought that it would be nice to emit a warning when running configure.That didn't turn out to work because at the point the template isincluded we don't know whether we're compiling a 32/64 bit binary andit's possible to install compilers for both on a 64 bit kernel/OS.So go back to a less ambitious approach and definePG_FORCE_DISABLE_INLINE in port/aix.h, without emitting a warning. Wecould try a more fancy approach, but it doesn't seem worth it.This requires moving the check for PG_FORCE_DISABLE_INLINE in c.h toafter including the system headers included from therein which isn'tperfect, as it seems slightly more robust to include all system headersin a similar environment. Oh well.Discussion: 20150807132000.GC13310@awork2.anarazel.de1 parentc250994 commit5a33650
3 files changed
+22
-22
lines changedLines changed: 13 additions & 14 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
53 | 53 |
| |
54 | 54 |
| |
55 | 55 |
| |
56 |
| - | |
57 |
| - | |
58 |
| - | |
59 |
| - | |
60 |
| - | |
61 |
| - | |
62 |
| - | |
63 |
| - | |
64 |
| - | |
65 |
| - | |
66 |
| - | |
67 |
| - | |
68 |
| - | |
69 |
| - | |
70 | 56 |
| |
71 | 57 |
| |
72 | 58 |
| |
| |||
115 | 101 |
| |
116 | 102 |
| |
117 | 103 |
| |
| 104 | + | |
| 105 | + | |
| 106 | + | |
| 107 | + | |
| 108 | + | |
| 109 | + | |
| 110 | + | |
| 111 | + | |
| 112 | + | |
| 113 | + | |
| 114 | + | |
| 115 | + | |
| 116 | + | |
118 | 117 |
| |
119 | 118 |
| |
120 | 119 |
| |
|
Lines changed: 9 additions & 0 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
3 | 3 |
| |
4 | 4 |
| |
5 | 5 |
| |
| 6 | + | |
| 7 | + | |
| 8 | + | |
| 9 | + | |
| 10 | + | |
| 11 | + | |
| 12 | + | |
| 13 | + | |
| 14 | + |
Lines changed: 0 additions & 8 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
12 | 12 |
| |
13 | 13 |
| |
14 | 14 |
| |
15 |
| - | |
16 |
| - | |
17 |
| - | |
18 |
| - | |
19 |
| - | |
20 |
| - | |
21 |
| - | |
22 |
| - | |
23 | 15 |
| |
24 | 16 |
| |
25 | 17 |
| |
|
0 commit comments
Comments
(0)