Ankit Meel
2ddecfffc3
Fix T81077 id_management test on macOS
...
This looks like a optimizer bug where it makes wrong assumptions.
The code inside lib_id_delete:264 on rBafd13710b897cc1c11b
`for (id = last_remapped_id->next; id; id = id->next) {..}`
is not executed in release/relwithdebinfo builds.
This can be "fixed" by several ways:
- Adding a line that prints the `last_remapped_id->name` right before
the said for-loop starts.
- Turning off optimization for the whole function `id_delete`:
`#pragma clang optimize off/on` Ray Molenkamp
- Marking `last_remapped_id` volatile. Julian Eisel
- Marking `tagged_deleted_ids` volatile. But it adds a warning when
calling `BLI_addtail`: discards volatile qualifier. Discovered by
accident.
Fix T81077
Reviewed By: mont29
Maniphest Tasks: T81077
Differential Revision: https://developer.blender.org/D9315
2020-10-26 15:02:20 +05:30
..
2020-10-19 08:12:33 -07:00
2020-03-19 09:33:58 +01:00
2020-10-15 19:59:58 +02:00
2020-06-13 16:20:09 +10:00
2020-10-19 08:12:33 -07:00
2020-10-19 08:12:33 -07:00
2020-10-22 17:07:56 +11:00
2020-07-03 18:18:16 +02:00
2020-10-10 22:04:51 +11:00
2020-09-09 15:43:27 +02:00
2020-10-21 15:52:41 +02:00
2020-09-09 17:01:17 +02:00
2020-03-19 09:33:58 +01:00
2020-09-08 16:14:33 +10:00
2020-10-10 22:04:51 +11:00
2020-04-03 19:27:46 +02:00
2020-09-17 15:34:10 +10:00
2020-10-15 19:00:16 +11:00
2020-09-09 10:37:42 +02:00
2020-10-03 16:10:15 +02:00
2020-10-21 17:51:23 +02:00
2020-10-03 16:10:15 +02:00
2020-10-08 12:50:04 +02:00
2020-03-19 09:33:58 +01:00
2020-10-08 12:50:04 +02:00
2020-09-09 15:43:27 +02:00
2020-08-07 09:50:34 +02:00
2020-10-10 22:04:51 +11:00
2020-10-10 22:04:51 +11:00
2020-10-10 22:04:51 +11:00
2020-09-04 21:04:16 +02:00
2020-05-09 17:15:43 +10:00
2020-10-10 22:04:51 +11:00
2020-10-09 16:00:12 -05:00
2020-09-09 15:43:27 +02:00
2020-09-30 20:11:06 +10:00
2020-10-15 19:48:14 +02:00
2020-10-10 22:04:51 +11:00
2020-10-17 16:30:56 -05:00
2020-09-09 15:43:27 +02:00
2020-09-16 10:20:38 -05:00
2020-03-19 09:33:58 +01:00
2020-06-13 16:20:09 +10:00
2020-10-19 08:12:33 -07:00
2020-09-16 10:20:38 -05:00
2020-09-02 19:10:40 +02:00
2020-10-19 08:43:08 -07:00
2020-08-07 09:50:34 +02:00
2020-09-09 16:36:57 +02:00
2020-09-09 16:36:57 +02:00
2020-10-15 09:46:22 +02:00
2020-03-29 17:11:41 +11:00
2020-10-19 09:11:00 -07:00
2020-10-19 08:12:33 -07:00
2020-03-19 09:33:58 +01:00
2020-09-22 11:00:24 -03:00
2020-08-07 13:38:06 +02:00
2020-10-03 16:10:15 +02:00
2020-10-14 15:12:40 +11:00
2020-09-14 17:20:39 +02:00
2020-08-07 13:38:06 +02:00
2020-10-13 16:46:41 +11:00
2020-10-22 15:55:30 +11:00
2020-10-20 23:07:53 +02:00
2020-10-10 22:04:51 +11:00
2020-10-07 12:35:58 +02:00
2020-02-10 13:00:42 +01:00
2020-08-13 08:39:46 +02:00
2020-09-14 15:26:29 +02:00
2020-10-07 18:05:06 +02:00
2020-10-22 20:01:39 +02:00
2020-10-09 07:25:43 +02:00
2020-03-19 09:33:58 +01:00
2020-10-10 22:04:51 +11:00
2020-04-03 19:27:46 +02:00
2020-10-19 08:12:33 -07:00
2020-10-07 10:18:45 +02:00
2020-10-19 08:43:08 -07:00
2020-09-22 13:52:54 +02:00
2020-09-09 16:36:57 +02:00
2020-10-19 08:12:33 -07:00
2020-10-10 22:04:51 +11:00
2019-11-27 17:08:15 +01:00
2020-10-10 22:04:51 +11:00
2020-04-03 19:27:46 +02:00
2020-09-04 21:04:16 +02:00
2020-10-19 08:43:08 -07:00
2020-08-30 13:42:28 +10:00
2020-10-10 22:04:51 +11:00
2020-10-26 15:02:20 +05:30
2020-10-21 16:59:11 +02:00
2020-08-07 09:50:34 +02:00
2020-10-26 09:51:49 +01:00
2020-08-07 13:38:06 +02:00
2020-09-24 14:27:48 +10:00
2020-10-07 12:35:58 +02:00
2020-10-08 12:50:04 +02:00
2020-10-08 12:50:04 +02:00
2020-10-10 22:04:51 +11:00
2020-10-19 08:12:33 -07:00
2020-06-29 17:28:04 +02:00
2020-09-09 16:36:57 +02:00
2020-09-09 16:36:57 +02:00
2020-10-08 11:40:55 +02:00
2020-10-10 22:04:51 +11:00
2020-09-09 16:36:57 +02:00
2020-10-19 08:43:08 -07:00
2020-10-10 22:04:51 +11:00
2020-10-23 13:56:55 +11:00
2020-05-25 23:07:30 +10:00
2020-08-07 13:38:06 +02:00
2020-10-10 22:04:51 +11:00
2020-08-08 13:38:00 +10:00
2020-10-16 13:00:40 +02:00
2020-09-04 11:26:26 +02:00
2020-10-09 07:27:18 +02:00
2020-10-18 10:56:39 +02:00
2020-10-10 22:04:51 +11:00
2020-10-09 12:37:42 +02:00
2020-07-29 17:36:46 +02:00
2020-10-19 08:43:08 -07:00
2020-10-19 08:43:08 -07:00
2020-10-08 17:19:05 +02:00
2020-08-07 09:50:34 +02:00
2020-08-08 13:38:00 +10:00
2020-08-08 13:38:00 +10:00
2020-07-10 16:04:09 +10:00
2020-05-09 17:15:43 +10:00
2020-08-08 13:38:00 +10:00
2020-05-09 17:15:43 +10:00
2020-08-26 09:41:30 +10:00
2020-08-07 09:50:34 +02:00
2020-09-30 17:20:29 +02:00
2020-08-08 13:38:00 +10:00
2020-08-07 09:50:34 +02:00
2020-08-08 13:38:00 +10:00
2020-09-30 20:11:06 +10:00
2020-10-20 12:07:42 +02:00
2020-08-07 13:38:06 +02:00
2020-09-22 15:54:17 +10:00
2020-08-08 13:38:00 +10:00
2020-10-10 22:04:51 +11:00
2020-10-19 09:47:19 -07:00
2020-10-20 12:47:58 -05:00
2020-03-19 09:33:58 +01:00
2020-10-20 12:47:58 -05:00
2020-10-10 22:04:51 +11:00
2020-09-10 14:35:51 +02:00
2020-05-15 17:47:54 +10:00
2020-10-19 08:43:08 -07:00
2020-08-07 22:56:13 +10:00
2020-10-07 18:05:06 +02:00
2020-10-10 22:04:51 +11:00
2020-10-21 01:08:26 +05:30
2020-10-03 16:10:15 +02:00
2020-08-07 09:50:34 +02:00
2020-10-19 08:12:33 -07:00
2020-10-19 08:43:08 -07:00
2020-10-09 07:25:43 +02:00
2020-03-19 09:33:58 +01:00
2020-10-10 22:04:51 +11:00
2020-10-21 11:38:32 +02:00
2020-10-07 12:35:58 +02:00
2020-10-01 18:05:23 +02:00
2020-10-15 18:51:26 +02:00
2020-10-20 12:07:42 +02:00
2020-10-10 22:04:51 +11:00
2020-10-19 08:12:33 -07:00
2020-10-08 12:50:04 +02:00
2020-09-05 17:49:14 +02:00
2020-09-04 16:23:08 +02:00
2020-10-15 19:37:56 +02:00
2020-03-19 10:33:51 +01:00
2020-08-07 09:50:34 +02:00
2020-08-12 17:23:56 +02:00
2020-09-04 16:23:08 +02:00
2020-09-24 18:08:45 +02:00
2020-08-12 17:23:56 +02:00
2020-08-07 09:50:34 +02:00
2020-10-11 13:00:49 -04:00
2020-10-01 17:43:41 +02:00
2020-09-30 20:11:06 +10:00
2020-03-19 09:33:58 +01:00
2020-10-10 22:04:51 +11:00
2020-10-10 22:04:51 +11:00
2020-03-19 09:33:58 +01:00
2020-02-07 12:01:50 +01:00
2020-03-19 09:33:58 +01:00
2020-03-25 17:58:58 +11:00
2020-08-07 13:38:06 +02:00
2020-09-19 14:34:32 +10:00
2020-09-30 15:54:24 +02:00
2020-10-19 08:12:33 -07:00
2020-08-07 13:38:06 +02:00
2020-10-03 16:10:15 +02:00
2020-10-20 11:00:16 +02:00
2020-10-20 15:08:25 +02:00
2020-10-08 12:50:04 +02:00
2020-10-10 22:04:51 +11:00
2020-03-13 17:27:11 +11:00
2020-10-19 07:17:13 +02:00