- Notifications
You must be signed in to change notification settings - Fork28
Commitd133982
committed
Force "restrict" not to be used when compiling with xlc.
Per buildfarm animal Hornet and followup manual testing by Noah Misch,it appears xlc miscompiles code using "restrict" in at least somecases. Allow disabling restrict usage with FORCE_DISABLE_RESTRICT=yesin template files, and do so for aix/xlc.Author: Andres Freund and Tom LaneDiscussion:https://postgr.es/m/1820.1507918762@sss.pgh.pa.us1 parent6393613 commitd133982
3 files changed
+14
-2
lines changedOriginal file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
12466 | 12466 |
| |
12467 | 12467 |
| |
12468 | 12468 |
| |
| 12469 | + | |
| 12470 | + | |
| 12471 | + | |
| 12472 | + | |
12469 | 12473 |
| |
12470 | 12474 |
| |
12471 | 12475 |
| |
| |||
12512 | 12516 |
| |
12513 | 12517 |
| |
12514 | 12518 |
| |
12515 |
| - | |
| 12519 | + | |
12516 | 12520 |
| |
12517 | 12521 |
| |
12518 | 12522 |
| |
|
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
1329 | 1329 |
| |
1330 | 1330 |
| |
1331 | 1331 |
| |
| 1332 | + | |
| 1333 | + | |
| 1334 | + | |
| 1335 | + | |
1332 | 1336 |
| |
1333 |
| - | |
| 1337 | + | |
1334 | 1338 |
| |
1335 | 1339 |
| |
1336 | 1340 |
| |
|
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
10 | 10 |
| |
11 | 11 |
| |
12 | 12 |
| |
| 13 | + | |
| 14 | + | |
| 15 | + | |
| 16 | + | |
13 | 17 |
| |
14 | 18 |
| |
15 | 19 |
| |
|
0 commit comments
Comments
(0)