Hojun-Cho
6b36b050d7
check: reject an array-literal borrow into a union slice success variant ( #13 )
...
A stack array literal returned into a tagged-union slice success variant (fn mk() ([]i32|e) = { return [10,20,30]; }) slipped past reject_arrlit_borrow — it bailed when the dst was not TY_SLICE, but a union dst is TY_TAGGED — so cgen built an all-zeros slice header: a silent both-stage miscompile (and the .ptr would dangle anyway, no outliving backing). Extend the reject to chase a TY_TAGGED dst to its slice success variant, then apply the existing reject; this is the #25/#31 treatment seen through the union, and matches Hare (rule-9). Reached by all acceptance sites (return/assign/call-arg) so the class closes by construction. Both stages converge on an identical accept/reject decision (an array literal assignable to a union is assignable to a slice or array variant; neither stage can accept it). Full support — promoting the literal to an outliving backing — is the separate #33 arc. Compile-error fixture + a positive over-reach guard (a real slice into the union still compiles). No asm emitted by a reject, so byte-id is unchanged (no floor ratchet).
2026-06-28 02:44:23 +09:00
..
2026-06-28 02:44:23 +09:00
2026-05-11 13:49:27 +09:00
2026-06-18 22:47:53 +09:00
2026-06-24 00:39:20 +09:00
2026-05-18 18:25:36 +09:00
2026-05-16 11:17:20 +09:00
2026-05-11 13:49:27 +09:00
2026-05-11 13:49:27 +09:00
2026-05-12 11:35:50 +09:00
2026-05-12 12:45:11 +09:00
2026-06-13 11:03:42 +09:00
2026-05-11 13:49:27 +09:00
2026-05-11 13:49:27 +09:00
2026-05-12 13:44:27 +09:00
2026-05-12 13:37:31 +09:00
2026-06-22 23:29:39 +09:00
2026-06-14 12:36:36 +09:00
2026-06-22 23:29:39 +09:00
2026-06-22 23:29:39 +09:00
2026-06-22 23:29:39 +09:00
2026-06-22 23:29:39 +09:00
2026-06-22 23:29:39 +09:00
2026-06-22 23:29:39 +09:00
2026-06-22 23:29:39 +09:00
2026-06-22 23:29:39 +09:00
2026-06-22 23:29:39 +09:00
2026-06-22 23:29:39 +09:00
2026-06-22 23:29:39 +09:00
2026-06-22 23:29:39 +09:00
2026-06-22 23:29:39 +09:00
2026-06-22 23:29:39 +09:00
2026-06-22 23:29:39 +09:00
2026-06-24 00:28:25 +09:00
2026-06-23 01:12:27 +09:00
2026-06-22 23:29:39 +09:00
2026-06-22 23:29:39 +09:00
2026-06-22 23:29:39 +09:00
2026-06-22 23:29:39 +09:00
2026-06-22 23:29:39 +09:00
2026-06-22 23:29:39 +09:00
2026-06-22 23:29:39 +09:00
2026-06-22 23:29:39 +09:00
2026-06-22 23:29:39 +09:00
2026-06-22 23:29:39 +09:00
2026-06-22 23:29:39 +09:00
2026-06-22 23:29:39 +09:00
2026-06-22 23:29:39 +09:00
2026-06-22 23:29:39 +09:00
2026-06-22 23:29:39 +09:00
2026-06-22 23:29:39 +09:00
2026-06-22 23:29:39 +09:00
2026-06-22 23:29:39 +09:00
2026-06-22 23:29:39 +09:00
2026-06-22 23:29:39 +09:00
2026-06-22 23:29:39 +09:00
2026-06-22 23:29:39 +09:00
2026-06-22 23:29:39 +09:00
2026-06-22 23:29:39 +09:00
2026-06-22 23:29:39 +09:00
2026-06-22 23:29:39 +09:00
2026-06-22 23:29:39 +09:00
2026-06-22 23:29:39 +09:00
2026-06-22 23:29:39 +09:00
2026-06-22 23:29:39 +09:00
2026-06-25 01:32:32 +09:00
2026-05-17 07:33:55 +09:00
2026-05-18 00:15:34 +09:00
2026-05-18 01:51:57 +09:00
2026-06-22 11:52:41 +09:00
2026-05-18 02:49:06 +09:00
2026-05-18 03:15:40 +09:00
2026-05-18 18:25:36 +09:00
2026-05-18 18:25:36 +09:00
2026-05-18 18:25:36 +09:00
2026-06-22 23:29:39 +09:00
2026-05-18 12:01:34 +09:00
2026-05-18 18:25:36 +09:00
2026-06-22 23:29:39 +09:00
2026-05-18 18:25:36 +09:00
2026-05-18 18:25:36 +09:00
2026-05-18 18:25:36 +09:00
2026-05-18 18:25:36 +09:00
2026-06-04 04:34:54 +09:00
2026-06-22 23:29:39 +09:00
2026-05-18 19:22:27 +09:00
2026-05-18 19:40:41 +09:00
2026-05-18 19:55:30 +09:00
2026-05-24 08:11:14 +09:00
2026-06-21 13:04:59 +09:00
2026-05-18 21:13:42 +09:00
2026-06-22 23:29:39 +09:00
2026-05-18 23:37:16 +09:00
2026-06-16 01:36:14 +09:00
2026-05-19 00:58:28 +09:00
2026-06-22 23:29:39 +09:00
2026-06-22 23:57:50 +09:00
2026-06-18 11:16:56 +09:00
2026-06-22 23:29:39 +09:00
2026-05-19 04:56:56 +09:00
2026-05-19 10:44:16 +09:00
2026-05-19 12:30:36 +09:00
2026-05-19 13:43:45 +09:00
2026-06-22 23:29:39 +09:00
2026-06-22 23:29:39 +09:00
2026-06-22 23:29:39 +09:00
2026-06-22 23:29:39 +09:00
2026-06-22 23:29:39 +09:00
2026-06-22 23:29:39 +09:00
2026-06-22 23:29:39 +09:00
2026-06-22 23:29:39 +09:00
2026-06-18 11:16:56 +09:00
2026-06-22 23:29:39 +09:00
2026-06-18 11:16:56 +09:00
2026-06-18 11:16:56 +09:00
2026-06-22 23:29:39 +09:00
2026-06-18 11:16:56 +09:00
2026-06-18 11:16:56 +09:00
2026-06-18 11:16:56 +09:00
2026-06-18 11:16:56 +09:00
2026-06-18 11:16:56 +09:00
2026-06-18 11:16:56 +09:00
2026-06-18 11:16:56 +09:00
2026-06-18 11:16:56 +09:00
2026-06-18 11:16:56 +09:00
2026-06-18 11:16:56 +09:00
2026-05-31 20:31:40 +09:00
2026-06-01 05:04:46 +09:00
2026-06-01 05:04:46 +09:00
2026-06-18 11:16:56 +09:00
2026-06-18 16:44:41 +09:00
2026-06-18 11:16:56 +09:00
2026-06-18 11:16:56 +09:00
2026-06-18 16:44:41 +09:00
2026-06-24 22:59:32 +09:00
2026-06-18 11:16:56 +09:00
2026-06-18 11:16:56 +09:00
2026-06-18 11:16:56 +09:00
2026-06-18 16:44:41 +09:00
2026-06-18 16:44:41 +09:00
2026-06-22 23:29:39 +09:00
2026-06-22 23:29:39 +09:00
2026-06-01 11:53:06 +09:00
2026-06-22 23:29:39 +09:00
2026-05-11 13:49:27 +09:00
2026-06-22 23:29:39 +09:00
2026-06-22 23:29:39 +09:00
2026-06-22 23:29:39 +09:00
2026-06-22 23:29:39 +09:00
2026-06-22 23:29:39 +09:00
2026-06-22 23:29:39 +09:00
2026-06-22 23:29:39 +09:00
2026-06-22 23:29:39 +09:00
2026-06-22 23:29:39 +09:00
2026-06-22 23:29:39 +09:00
2026-06-22 23:29:39 +09:00
2026-06-22 23:29:39 +09:00
2026-06-18 16:44:41 +09:00
2026-06-22 23:29:39 +09:00
2026-06-22 23:29:39 +09:00
2026-06-22 23:29:39 +09:00
2026-06-22 23:29:39 +09:00
2026-06-22 23:29:39 +09:00
2026-06-22 23:29:39 +09:00
2026-06-22 23:29:39 +09:00
2026-06-22 23:29:39 +09:00
2026-06-22 23:29:39 +09:00
2026-06-22 23:29:39 +09:00
2026-06-22 23:29:39 +09:00
2026-06-22 23:29:39 +09:00
2026-06-22 23:29:39 +09:00
2026-06-22 23:29:39 +09:00
2026-06-22 23:29:39 +09:00
2026-06-22 23:29:39 +09:00
2026-06-22 23:29:39 +09:00
2026-06-22 23:29:39 +09:00
2026-06-22 23:29:39 +09:00
2026-06-22 23:29:39 +09:00
2026-06-22 23:29:39 +09:00
2026-06-22 23:29:39 +09:00
2026-06-22 23:29:39 +09:00
2026-06-09 21:27:40 +09:00
2026-06-22 23:29:39 +09:00
2026-06-22 23:29:39 +09:00
2026-06-22 23:29:39 +09:00
2026-06-22 23:29:39 +09:00
2026-06-22 23:29:39 +09:00
2026-06-22 23:29:39 +09:00
2026-06-22 23:29:39 +09:00
2026-06-22 23:29:39 +09:00
2026-06-18 16:44:41 +09:00
2026-06-22 23:29:39 +09:00
2026-06-22 23:29:39 +09:00
2026-06-22 23:29:39 +09:00
2026-06-22 23:29:39 +09:00
2026-06-08 11:25:11 +09:00
2026-06-18 21:21:50 +09:00
2026-05-28 08:07:19 +09:00
2026-05-28 09:06:54 +09:00
2026-05-28 09:06:54 +09:00
2026-06-10 20:45:46 +09:00
2026-06-10 20:45:46 +09:00
2026-06-16 19:56:34 +09:00
2026-06-16 19:56:34 +09:00
2026-06-10 20:45:46 +09:00
2026-06-10 20:45:46 +09:00
2026-06-18 00:32:13 +09:00
2026-06-18 16:44:41 +09:00
2026-06-22 23:29:39 +09:00
2026-06-18 11:16:56 +09:00
2026-06-22 23:29:39 +09:00
2026-06-22 23:29:39 +09:00
2026-06-10 20:45:46 +09:00
2026-06-22 23:29:39 +09:00
2026-06-22 23:29:39 +09:00
2026-05-18 18:25:36 +09:00
2026-06-22 23:29:39 +09:00
2026-06-22 23:29:39 +09:00
2026-06-01 17:34:23 +09:00
2026-06-18 16:44:41 +09:00
2026-06-22 23:29:39 +09:00
2026-06-24 02:45:09 +09:00
2026-06-24 02:45:09 +09:00
2026-06-24 02:45:09 +09:00
2026-06-26 23:16:19 +09:00
2026-06-22 23:29:39 +09:00
2026-06-06 13:06:37 +09:00
2026-06-24 20:42:08 +09:00
2026-06-22 23:29:39 +09:00
2026-06-22 23:29:39 +09:00
2026-06-10 15:18:58 +09:00
2026-06-11 04:51:17 +09:00
2026-06-22 23:29:39 +09:00
2026-06-22 23:29:39 +09:00
2026-06-22 23:29:39 +09:00
2026-06-18 16:44:41 +09:00
2026-05-20 01:09:16 +09:00
2026-06-18 16:44:41 +09:00
2026-06-22 23:29:39 +09:00
2026-06-24 22:59:32 +09:00
2026-06-22 23:29:39 +09:00
2026-06-24 01:44:13 +09:00
2026-06-22 23:29:39 +09:00
2026-06-24 03:25:47 +09:00
2026-06-22 23:29:39 +09:00
2026-06-22 23:29:39 +09:00
2026-06-22 23:29:39 +09:00
2026-06-22 23:29:39 +09:00
2026-06-22 23:29:39 +09:00
2026-06-10 20:45:46 +09:00
2026-06-10 20:45:46 +09:00
2026-06-10 20:45:46 +09:00
2026-06-10 20:45:46 +09:00
2026-06-10 20:45:46 +09:00
2026-06-10 20:45:46 +09:00
2026-06-10 20:45:46 +09:00
2026-06-10 20:45:46 +09:00
2026-06-10 20:45:46 +09:00
2026-06-10 20:45:46 +09:00
2026-06-22 23:29:39 +09:00
2026-06-10 20:45:46 +09:00
2026-06-10 20:45:46 +09:00
2026-06-22 23:29:39 +09:00
2026-06-10 20:45:46 +09:00
2026-06-10 20:45:46 +09:00
2026-06-10 20:45:46 +09:00
2026-06-10 20:45:46 +09:00
2026-06-10 20:45:46 +09:00
2026-06-10 20:45:46 +09:00
2026-06-10 20:45:46 +09:00
2026-06-10 20:45:46 +09:00
2026-06-10 20:45:46 +09:00
2026-06-10 20:45:46 +09:00
2026-06-22 23:29:39 +09:00
2026-06-22 23:29:39 +09:00
2026-06-22 23:29:39 +09:00
2026-06-18 11:16:56 +09:00
2026-06-17 00:17:25 +09:00
2026-06-22 23:29:39 +09:00
2026-06-23 00:23:15 +09:00
2026-06-18 12:09:25 +09:00
2026-06-13 04:43:57 +09:00
2026-06-18 00:52:33 +09:00
2026-06-22 23:29:39 +09:00
2026-06-18 12:47:41 +09:00
2026-06-13 10:17:51 +09:00
2026-06-18 17:39:27 +09:00
2026-06-22 23:29:39 +09:00
2026-06-14 11:46:10 +09:00
2026-06-12 00:21:16 +09:00
2026-06-22 23:29:39 +09:00
2026-06-18 19:32:42 +09:00
2026-06-22 23:29:39 +09:00
2026-06-22 23:29:39 +09:00
2026-06-18 16:44:41 +09:00
2026-06-18 11:16:56 +09:00
2026-06-18 11:16:56 +09:00
2026-06-18 11:16:56 +09:00
2026-06-18 16:44:41 +09:00
2026-06-16 02:43:01 +09:00
2026-06-22 19:49:57 +09:00
2026-06-22 23:29:39 +09:00
2026-06-10 20:45:46 +09:00
2026-06-18 20:45:12 +09:00
2026-06-22 20:52:11 +09:00
2026-06-16 15:35:26 +09:00
2026-06-11 09:32:44 +09:00
2026-06-16 14:54:19 +09:00
2026-06-18 20:45:12 +09:00
2026-06-16 13:30:45 +09:00
2026-06-16 17:16:37 +09:00
2026-06-16 17:16:37 +09:00
2026-06-19 00:58:57 +09:00
2026-06-16 18:04:54 +09:00
2026-06-18 00:15:24 +09:00
2026-06-10 20:45:46 +09:00
2026-06-10 20:45:46 +09:00
2026-06-18 19:32:42 +09:00
2026-06-25 01:32:32 +09:00
2026-06-16 20:19:14 +09:00
2026-06-22 23:29:39 +09:00
2026-06-22 23:29:39 +09:00
2026-06-22 23:29:39 +09:00
2026-06-11 04:51:17 +09:00
2026-06-22 23:29:39 +09:00
2026-06-22 23:29:39 +09:00
2026-06-13 04:40:58 +09:00
2026-06-22 21:17:30 +09:00
2026-06-18 09:52:19 +09:00
2026-06-13 10:20:46 +09:00
2026-06-22 23:29:39 +09:00
2026-06-18 11:16:56 +09:00
2026-06-18 11:16:56 +09:00
2026-06-22 23:29:39 +09:00
2026-06-18 02:49:09 +09:00
2026-06-16 19:56:34 +09:00
2026-06-18 11:16:56 +09:00
2026-06-10 20:45:46 +09:00
2026-06-10 20:45:46 +09:00
2026-06-17 06:23:37 +09:00