Files
BFM-decomp/docs/backlog.md
T
Drew T 071ce43e1c docs(phase-31): cookbook §176h — the batch-substitution hazard map (S52)
Wave P drafted at 97% and then cost a dozen clean rebuilds to bank, and not one of those rebuilds
failed on a matching problem. Banks the whole failure surface:

A. The SEVEN under-reporting holes in gate_main, all the same shape (R32): the checker never read
   the destination TU, shared headers, a draft's own definition, lines with trailing comments,
   typedef aliases, the build's own error text, or file order. Law: audit a batch-integration tool
   for what it DOESN'T look at -- its verdicts can be correct on the inputs it reads and still be
   worthless, because the compiler reads more.

B. Typedef handling, with the two wrong strategies that both look right: blanket STRIP (assumes
   the surviving definition sits above the insertion point -- src/800.c defines Rec14 at 7336
   while stubs wanting it sit at 7272), blanket RENAME (breaks drafts sharing an identical
   typedef, because their externs stop agreeing -- my regression, three drafts at once), and the
   rescan loop that deletes the definition it just renamed. The survivor is body-aware +
   position-aware in a single pass over a snapshot.

C. The remaining limit: conflict detection compares spelled type NAMES, so three drafts each
   defining their own Slot54 with different layouts all declare func_80032A74(Slot54*) and compare
   equal. Comparing struct LAYOUTS is the real fix.

D. The measured cost shape -- drafting cheap and solved, integration expensive -- and therefore the
   next lever: a STATIC pre-gate check over the substituted text, no make at all. Plus the R39
   lesson that negative controls apply to the tool you are FIXING, not just the one you ship.
2026-08-15 21:59:52 -06:00

155 KiB
Raw Blame History

Backlog — automation near-misses for hand-finishing

Generated by tools/backlog.py render from .run/backlog.jsonl. These are functions the Phase-21 automation got close on but did NOT byte-match. The whole-binary byte-gate is the sole arbiter (G3/P9): byte-matches bank and are NOT listed here — only genuine near-misses/blockers are. Ranked by hand-session priority: reach (×N propagation leverage) → closeness (match_one mismatch count, lower = closer) → size. Each row's best_draft is the closest C the machine reached — resume from there.

Open near-misses: 1025 · by status {'near': 938, 'matched': 1, 'failed': 86} · by class {'WALL(P32): frame residual = 4 missing combine-USE orphan slots; zero-code fix byte-refuted across 90 probes (cookbook §172); floor NEAR 2': 2, 'plumbing': 3, 'struct': 3, 'regalloc-order': 7, 'schedule': 9, 'loose-typing': 1, 'WAVE': 7, 'SOLVED: ghost wedge (cookbook §151) — r3000 blockage(load,store)=2 makes zero-wedge unreachable by source order': 1, None: 927, 'LENGTH-DRIFT': 50, 'DELAY-SLOT': 1, 'LENGTH-DRIFT-hoist': 1, 'regalloc-perm-clamp': 1, 'SCHEDULE-PROLOGUE-RA-SAVE': 1, 'cse': 1, 'schedule-intrinsic-S3': 1, 'schedule-regalloc': 1, 'unverified': 1, 'STRUCT': 7}

# addr reach class nins status closeness where it stuck best draft
1 func_8017C294 4 WALL(P32): frame residual = 4 missing combine-USE orphan slots; zero-code fix byte-refuted across 90 probes (cookbook §172); floor NEAR 2 246 near 2 UNPARKED: §147-A stratum-3 refuted, so the 15-sibling hold is void; same draft covers all 4 instances .run/s43/wave/8017CE58/v_best_246.c
2 func_8017CE58 4 WALL(P32): frame residual = 4 missing combine-USE orphan slots; zero-code fix byte-refuted across 90 probes (cookbook §172); floor NEAR 2 246 near 2 ov_SC02_000/003 + func_8017C294 in ov_SC01_077/ov_SC03_030 = 4 instances; residual is one spill offset (sw a1 0xA0 vs 0x80) .run/s43/wave/8017CE58/v_best_246.c
3 func_8017F714 1 plumbing 27 near 0 none — MATCH (27/27 ins, match_one verified) .run/backlog_drafts/func_8017F714.c
4 func_8017E224 1 struct 29 near 0 none — MATCH (unaligned 8-byte memcpy of global onto stack + cond byte incr) .run/backlog_drafts/func_8017E224.c
5 func_80184A68 1 regalloc-order 33 near 0 none — MATCH .run/backlog_drafts/func_80184A68.c
6 func_801842C8 1 plumbing 62 near 0 none — MATCH .run/backlog_drafts/func_801842C8.c
7 func_80184D50 1 schedule 98 near 0 none — MATCH (98 ins, relocation-masked) .run/backlog_drafts/func_80184D50.c
8 func_80183FB8 1 loose-typing 101 near 0 none — MATCH (relocation-masked match_one, 101/101 ins) .run/backlog_drafts/func_80183FB8.c
9 func_8017FAAC 1 WAVE 154 near 0 match_one MATCH but gate rejected (declaration/TU plumbing) .run/backlog_drafts/func_8017FAAC.c
10 func_8017EF68 1 SOLVED: ghost wedge (cookbook §151) — r3000 blockage(load,store)=2 makes zero-wedge unreachable by source order 969 matched 0 BANKED, R22 140/140 confirmed .run/s43/fable/8017EF68/final.c
11 func_8017F1C8 None None near 0 match_one MATCH but gate rejected (declaration/TU plumbing) .run/backlog_drafts/func_8017F1C8.c
12 func_80182B9C None None near 0 match_one MATCH but gate rejected (declaration/TU plumbing) .run/backlog_drafts/func_80182B9C.c
13 func_801803A0 None None near 0 match_one MATCH but gate rejected (declaration/TU plumbing) .run/backlog_drafts/func_801803A0.c
14 func_80185D6C None None near 0 match_one MATCH but gate rejected (declaration/TU plumbing) .run/backlog_drafts/func_80185D6C.c
15 func_801832D0 None None near 0 match_one MATCH but gate rejected (declaration/TU plumbing) .run/backlog_drafts/func_801832D0.c
16 func_80180EF4 None None near 0 match_one MATCH but gate rejected (declaration/TU plumbing) .run/backlog_drafts/func_80180EF4.c
17 func_8017FFD0 None None near 0 match_one MATCH but gate rejected (declaration/TU plumbing) .run/backlog_drafts/func_8017FFD0.c
18 func_80180EE0 None None near 0 match_one MATCH but gate rejected (declaration/TU plumbing) .run/backlog_drafts/func_80180EE0.c
19 func_801821B8 None None near 0 match_one MATCH but the whole-binary gate rejected — CAUSE NOT DETERMINED. FIRST re-derive the destination TU from the asm subdir: asm//nonmatchings/<TU_stem>/.s => src//<TU_stem>.c (the third path component IS the TU). Only then look for a decl conflict or a codegen residual. .run/backlog_drafts/func_801821B8.c
20 func_8017DE84 None None near 0 match_one MATCH but gate rejected (declaration/TU plumbing) .run/backlog_drafts/func_8017DE84.c
21 func_8017DF1C None None near 0 match_one MATCH but gate rejected (declaration/TU plumbing) .run/backlog_drafts/func_8017DF1C.c
22 func_8017DF54 None None near 0 match_one MATCH but gate rejected (declaration/TU plumbing) .run/backlog_drafts/func_8017DF54.c
23 func_8017F060 None None near 0 match_one MATCH but gate rejected (declaration/TU plumbing) .run/backlog_drafts/func_8017F060.c
24 func_80180FF8 None None near 0 match_one MATCH but gate rejected (declaration/TU plumbing) .run/backlog_drafts/func_80180FF8.c
25 func_8017DB78 None None near 0 match_one MATCH but gate rejected (declaration/TU plumbing) .run/backlog_drafts/func_8017DB78.c
26 func_8017DD30 None None near 0 match_one MATCH but gate rejected (declaration/TU plumbing) .run/backlog_drafts/func_8017DD30.c
27 func_80184884 None None near 0 match_one MATCH but gate rejected (declaration/TU plumbing) .run/backlog_drafts/func_80184884.c
28 func_80185D00 None None near 0 match_one MATCH but gate rejected (declaration/TU plumbing) .run/backlog_drafts/func_80185D00.c
29 func_8017F54C None None near 0 match_one MATCH but gate rejected (declaration/TU plumbing) .run/backlog_drafts/func_8017F54C.c
30 func_8017FD88 None None near 0 match_one MATCH but gate rejected (declaration/TU plumbing) .run/backlog_drafts/func_8017FD88.c
31 func_8017F630 None None near 0 match_one MATCH but gate rejected (declaration/TU plumbing) .run/backlog_drafts/func_8017F630.c
32 func_80182148 None None near 0 match_one MATCH but gate rejected (declaration/TU plumbing) .run/backlog_drafts/func_80182148.c
33 func_80186BD8 None None near 0 match_one MATCH but gate rejected (declaration/TU plumbing) .run/backlog_drafts/func_80186BD8.c
34 func_80182A18 None None near 0 match_one MATCH but gate rejected (declaration/TU plumbing) .run/backlog_drafts/func_80182A18.c
35 func_80186C1C None None near 0 match_one MATCH but gate rejected (declaration/TU plumbing) .run/backlog_drafts/func_80186C1C.c
36 func_80180264 None None near 0 match_one MATCH but gate rejected (declaration/TU plumbing) .run/backlog_drafts/func_80180264.c
37 func_8017D700 None None near 0 match_one MATCH but gate rejected (declaration/TU plumbing) .run/backlog_drafts/func_8017D700.c
38 func_8017D5A0 None None near 0 match_one MATCH but gate rejected (declaration/TU plumbing) .run/backlog_drafts/func_8017D5A0.c
39 func_8017D944 None None near 0 match_one MATCH but gate rejected (declaration/TU plumbing) .run/backlog_drafts/func_8017D944.c
40 func_80183DF8 None None near 0 match_one MATCH but gate rejected (declaration/TU plumbing) .run/backlog_drafts/func_80183DF8.c
41 func_801805D4 None None near 0 match_one MATCH but gate rejected (declaration/TU plumbing) .run/backlog_drafts/func_801805D4.c
42 func_80183100 None None near 0 match_one MATCH but gate rejected (declaration/TU plumbing) .run/backlog_drafts/func_80183100.c
43 func_8017EE78 None None near 0 match_one MATCH but the whole-binary gate rejected — CAUSE NOT DETERMINED. FIRST re-derive the destination TU from the asm subdir: asm//nonmatchings/<TU_stem>/.s => src//<TU_stem>.c (the third path component IS the TU). Only then look for a decl conflict or a codegen residual. .run/backlog_drafts/func_8017EE78.c
44 func_80188720 None None near 0 match_one MATCH but gate rejected (declaration/TU plumbing) .run/backlog_drafts/func_80188720.c
45 func_8018603C None None near 0 match_one MATCH but gate rejected (declaration/TU plumbing) .run/backlog_drafts/func_8018603C.c
46 func_801856E4 None None near 0 match_one MATCH but the whole-binary gate rejected — CAUSE NOT DETERMINED. FIRST re-derive the destination TU from the asm subdir: asm//nonmatchings/<TU_stem>/.s => src//<TU_stem>.c (the third path component IS the TU). Only then look for a decl conflict or a codegen residual. .run/backlog_drafts/func_801856E4.c
47 func_801802BC None None near 0 match_one MATCH but the whole-binary gate rejected — CAUSE NOT DETERMINED. FIRST re-derive the destination TU from the asm subdir: asm//nonmatchings/<TU_stem>/.s => src//<TU_stem>.c (the third path component IS the TU). Only then look for a decl conflict or a codegen residual. .run/backlog_drafts/func_801802BC.c
48 func_800CFE60 None None near 0 match_one MATCH but gate rejected (declaration/TU plumbing) .run/backlog_drafts/func_800CFE60.c
49 func_800D0214 None None near 0 match_one MATCH but gate rejected (declaration/TU plumbing) .run/backlog_drafts/func_800D0214.c
50 func_8016BCC0 None None near 0 match_one MATCH but the whole-binary gate rejected — CAUSE NOT DETERMINED. FIRST re-derive the destination TU from the asm subdir: asm//nonmatchings/<TU_stem>/.s => src//<TU_stem>.c (the third path component IS the TU). Only then look for a decl conflict or a codegen residual. .run/backlog_drafts/func_8016BCC0.c
51 func_80149954 None None near 0 match_one MATCH but the whole-binary gate rejected — CAUSE NOT DETERMINED. FIRST re-derive the destination TU from the asm subdir: asm//nonmatchings/<TU_stem>/.s => src//<TU_stem>.c (the third path component IS the TU). Only then look for a decl conflict or a codegen residual. .run/backlog_drafts/func_80149954.c
52 func_8015B858 None None near 0 match_one MATCH but the whole-binary gate rejected — CAUSE NOT DETERMINED. FIRST re-derive the destination TU from the asm subdir: asm//nonmatchings/<TU_stem>/.s => src//<TU_stem>.c (the third path component IS the TU). Only then look for a decl conflict or a codegen residual. .run/backlog_drafts/func_8015B858.c
53 func_80161124 None None near 0 match_one MATCH but the whole-binary gate rejected — CAUSE NOT DETERMINED. FIRST re-derive the destination TU from the asm subdir: asm//nonmatchings/<TU_stem>/.s => src//<TU_stem>.c (the third path component IS the TU). Only then look for a decl conflict or a codegen residual. .run/backlog_drafts/func_80161124.c
54 func_8016829C None None near 0 match_one MATCH but the whole-binary gate rejected — CAUSE NOT DETERMINED. FIRST re-derive the destination TU from the asm subdir: asm//nonmatchings/<TU_stem>/.s => src//<TU_stem>.c (the third path component IS the TU). Only then look for a decl conflict or a codegen residual. .run/backlog_drafts/func_8016829C.c
55 func_801684B4 None None near 0 match_one MATCH but the whole-binary gate rejected — CAUSE NOT DETERMINED. FIRST re-derive the destination TU from the asm subdir: asm//nonmatchings/<TU_stem>/.s => src//<TU_stem>.c (the third path component IS the TU). Only then look for a decl conflict or a codegen residual. .run/backlog_drafts/func_801684B4.c
56 func_8016D848 None None near 0 match_one MATCH but the whole-binary gate rejected — CAUSE NOT DETERMINED. FIRST re-derive the destination TU from the asm subdir: asm//nonmatchings/<TU_stem>/.s => src//<TU_stem>.c (the third path component IS the TU). Only then look for a decl conflict or a codegen residual. .run/backlog_drafts/func_8016D848.c
57 func_8016D984 None None near 0 match_one MATCH but the whole-binary gate rejected — CAUSE NOT DETERMINED. FIRST re-derive the destination TU from the asm subdir: asm//nonmatchings/<TU_stem>/.s => src//<TU_stem>.c (the third path component IS the TU). Only then look for a decl conflict or a codegen residual. .run/backlog_drafts/func_8016D984.c
58 func_8016E728 None None near 0 match_one MATCH but the whole-binary gate rejected — CAUSE NOT DETERMINED. FIRST re-derive the destination TU from the asm subdir: asm//nonmatchings/<TU_stem>/.s => src//<TU_stem>.c (the third path component IS the TU). Only then look for a decl conflict or a codegen residual. .run/backlog_drafts/func_8016E728.c
59 func_8017BEBC None None near 0 match_one MATCH but gate rejected (declaration/TU plumbing) .run/backlog_drafts/func_8017BEBC.c
60 func_8017F2D4 None None near 0 match_one MATCH but gate rejected (declaration/TU plumbing) .run/backlog_drafts/func_8017F2D4.c
61 func_801F0F28 None None near 0 match_one MATCH but gate rejected (declaration/TU plumbing) .run/backlog_drafts/func_801F0F28.c
62 func_8017EEEC None None near 0 match_one MATCH but gate rejected (declaration/TU plumbing) .run/backlog_drafts/func_8017EEEC.c
63 func_8017F9AC None None near 0 match_one MATCH but gate rejected (declaration/TU plumbing) .run/backlog_drafts/func_8017F9AC.c
64 func_8017F5D4 None None near 0 match_one MATCH but gate rejected (declaration/TU plumbing) .run/backlog_drafts/func_8017F5D4.c
65 func_801810C8 None None near 0 match_one MATCH but gate rejected (declaration/TU plumbing) .run/backlog_drafts/func_801810C8.c
66 func_8017D3F4 None None near 0 match_one MATCH but gate rejected (declaration/TU plumbing) .run/backlog_drafts/func_8017D3F4.c
67 func_8017DA98 None None near 0 match_one MATCH but the whole-binary gate rejected — CAUSE NOT DETERMINED. FIRST re-derive the destination TU from the asm subdir: asm//nonmatchings/<TU_stem>/.s => src//<TU_stem>.c (the third path component IS the TU). Only then look for a decl conflict or a codegen residual. .run/backlog_drafts/func_8017DA98.c
68 func_80186C44 None None near 0 match_one MATCH but the whole-binary gate rejected — CAUSE NOT DETERMINED. FIRST re-derive the destination TU from the asm subdir: asm//nonmatchings/<TU_stem>/.s => src//<TU_stem>.c (the third path component IS the TU). Only then look for a decl conflict or a codegen residual. .run/backlog_drafts/func_80186C44.c
69 func_8017FBB0 None None near 0 match_one MATCH but the whole-binary gate rejected — CAUSE NOT DETERMINED. FIRST re-derive the destination TU from the asm subdir: asm//nonmatchings/<TU_stem>/.s => src//<TU_stem>.c (the third path component IS the TU). Only then look for a decl conflict or a codegen residual. .run/backlog_drafts/func_8017FBB0.c
70 func_801817B8 None None near 0 match_one MATCH but the whole-binary gate rejected — CAUSE NOT DETERMINED. FIRST re-derive the destination TU from the asm subdir: asm//nonmatchings/<TU_stem>/.s => src//<TU_stem>.c (the third path component IS the TU). Only then look for a decl conflict or a codegen residual. .run/backlog_drafts/func_801817B8.c
71 func_801659DC None None near 0 match_one MATCH but the whole-binary gate rejected — CAUSE NOT DETERMINED. FIRST re-derive the destination TU from the asm subdir: asm//nonmatchings/<TU_stem>/.s => src//<TU_stem>.c (the third path component IS the TU). Only then look for a decl conflict or a codegen residual. .run/backlog_drafts/func_801659DC.c
72 func_8015BE38 None None near 0 match_one MATCH but the whole-binary gate rejected — CAUSE NOT DETERMINED. FIRST re-derive the destination TU from the asm subdir: asm//nonmatchings/<TU_stem>/.s => src//<TU_stem>.c (the third path component IS the TU). Only then look for a decl conflict or a codegen residual. .run/backlog_drafts/func_8015BE38.c
73 func_8015CC74 None None near 0 match_one MATCH but the whole-binary gate rejected — CAUSE NOT DETERMINED. FIRST re-derive the destination TU from the asm subdir: asm//nonmatchings/<TU_stem>/.s => src//<TU_stem>.c (the third path component IS the TU). Only then look for a decl conflict or a codegen residual. .run/backlog_drafts/func_8015CC74.c
74 func_8015CFC0 None None near 0 match_one MATCH but the whole-binary gate rejected — CAUSE NOT DETERMINED. FIRST re-derive the destination TU from the asm subdir: asm//nonmatchings/<TU_stem>/.s => src//<TU_stem>.c (the third path component IS the TU). Only then look for a decl conflict or a codegen residual. .run/backlog_drafts/func_8015CFC0.c
75 func_8015D4E8 None None near 0 match_one MATCH but the whole-binary gate rejected — CAUSE NOT DETERMINED. FIRST re-derive the destination TU from the asm subdir: asm//nonmatchings/<TU_stem>/.s => src//<TU_stem>.c (the third path component IS the TU). Only then look for a decl conflict or a codegen residual. .run/backlog_drafts/func_8015D4E8.c
76 func_8015DAF8 None None near 0 match_one MATCH but the whole-binary gate rejected — CAUSE NOT DETERMINED. FIRST re-derive the destination TU from the asm subdir: asm//nonmatchings/<TU_stem>/.s => src//<TU_stem>.c (the third path component IS the TU). Only then look for a decl conflict or a codegen residual. .run/backlog_drafts/func_8015DAF8.c
77 func_8015DE58 None None near 0 match_one MATCH but the whole-binary gate rejected — CAUSE NOT DETERMINED. FIRST re-derive the destination TU from the asm subdir: asm//nonmatchings/<TU_stem>/.s => src//<TU_stem>.c (the third path component IS the TU). Only then look for a decl conflict or a codegen residual. .run/backlog_drafts/func_8015DE58.c
78 func_8015E1B8 None None near 0 match_one MATCH but the whole-binary gate rejected — CAUSE NOT DETERMINED. FIRST re-derive the destination TU from the asm subdir: asm//nonmatchings/<TU_stem>/.s => src//<TU_stem>.c (the third path component IS the TU). Only then look for a decl conflict or a codegen residual. .run/backlog_drafts/func_8015E1B8.c
79 func_8015E8E8 None None near 0 match_one MATCH but the whole-binary gate rejected — CAUSE NOT DETERMINED. FIRST re-derive the destination TU from the asm subdir: asm//nonmatchings/<TU_stem>/.s => src//<TU_stem>.c (the third path component IS the TU). Only then look for a decl conflict or a codegen residual. .run/backlog_drafts/func_8015E8E8.c
80 func_8015EE08 None None near 0 match_one MATCH but the whole-binary gate rejected — CAUSE NOT DETERMINED. FIRST re-derive the destination TU from the asm subdir: asm//nonmatchings/<TU_stem>/.s => src//<TU_stem>.c (the third path component IS the TU). Only then look for a decl conflict or a codegen residual. .run/backlog_drafts/func_8015EE08.c
81 func_8015F00C None None near 0 match_one MATCH but the whole-binary gate rejected — CAUSE NOT DETERMINED. FIRST re-derive the destination TU from the asm subdir: asm//nonmatchings/<TU_stem>/.s => src//<TU_stem>.c (the third path component IS the TU). Only then look for a decl conflict or a codegen residual. .run/backlog_drafts/func_8015F00C.c
82 func_8015F324 None None near 0 match_one MATCH but the whole-binary gate rejected — CAUSE NOT DETERMINED. FIRST re-derive the destination TU from the asm subdir: asm//nonmatchings/<TU_stem>/.s => src//<TU_stem>.c (the third path component IS the TU). Only then look for a decl conflict or a codegen residual. .run/backlog_drafts/func_8015F324.c
83 func_8015F7D4 None None near 0 match_one MATCH but the whole-binary gate rejected — CAUSE NOT DETERMINED. FIRST re-derive the destination TU from the asm subdir: asm//nonmatchings/<TU_stem>/.s => src//<TU_stem>.c (the third path component IS the TU). Only then look for a decl conflict or a codegen residual. .run/backlog_drafts/func_8015F7D4.c
84 func_801727D0 None None near 0 match_one MATCH but the whole-binary gate rejected — CAUSE NOT DETERMINED. FIRST re-derive the destination TU from the asm subdir: asm//nonmatchings/<TU_stem>/.s => src//<TU_stem>.c (the third path component IS the TU). Only then look for a decl conflict or a codegen residual. .run/backlog_drafts/func_801727D0.c
85 func_801728E4 None None near 0 match_one MATCH but the whole-binary gate rejected — CAUSE NOT DETERMINED. FIRST re-derive the destination TU from the asm subdir: asm//nonmatchings/<TU_stem>/.s => src//<TU_stem>.c (the third path component IS the TU). Only then look for a decl conflict or a codegen residual. .run/backlog_drafts/func_801728E4.c
86 func_801729F0 None None near 0 match_one MATCH but the whole-binary gate rejected — CAUSE NOT DETERMINED. FIRST re-derive the destination TU from the asm subdir: asm//nonmatchings/<TU_stem>/.s => src//<TU_stem>.c (the third path component IS the TU). Only then look for a decl conflict or a codegen residual. .run/backlog_drafts/func_801729F0.c
87 func_80172B44 None None near 0 match_one MATCH but the whole-binary gate rejected — CAUSE NOT DETERMINED. FIRST re-derive the destination TU from the asm subdir: asm//nonmatchings/<TU_stem>/.s => src//<TU_stem>.c (the third path component IS the TU). Only then look for a decl conflict or a codegen residual. .run/backlog_drafts/func_80172B44.c
88 func_80172DAC None None near 0 match_one MATCH but the whole-binary gate rejected — CAUSE NOT DETERMINED. FIRST re-derive the destination TU from the asm subdir: asm//nonmatchings/<TU_stem>/.s => src//<TU_stem>.c (the third path component IS the TU). Only then look for a decl conflict or a codegen residual. .run/backlog_drafts/func_80172DAC.c
89 func_80173078 None None near 0 match_one MATCH but the whole-binary gate rejected — CAUSE NOT DETERMINED. FIRST re-derive the destination TU from the asm subdir: asm//nonmatchings/<TU_stem>/.s => src//<TU_stem>.c (the third path component IS the TU). Only then look for a decl conflict or a codegen residual. .run/backlog_drafts/func_80173078.c
90 func_8017319C None None near 0 match_one MATCH but the whole-binary gate rejected — CAUSE NOT DETERMINED. FIRST re-derive the destination TU from the asm subdir: asm//nonmatchings/<TU_stem>/.s => src//<TU_stem>.c (the third path component IS the TU). Only then look for a decl conflict or a codegen residual. .run/backlog_drafts/func_8017319C.c
91 func_801736FC None None near 0 match_one MATCH but the whole-binary gate rejected — CAUSE NOT DETERMINED. FIRST re-derive the destination TU from the asm subdir: asm//nonmatchings/<TU_stem>/.s => src//<TU_stem>.c (the third path component IS the TU). Only then look for a decl conflict or a codegen residual. .run/backlog_drafts/func_801736FC.c
92 func_801737E8 None None near 0 match_one MATCH but the whole-binary gate rejected — CAUSE NOT DETERMINED. FIRST re-derive the destination TU from the asm subdir: asm//nonmatchings/<TU_stem>/.s => src//<TU_stem>.c (the third path component IS the TU). Only then look for a decl conflict or a codegen residual. .run/backlog_drafts/func_801737E8.c
93 func_8017390C None None near 0 match_one MATCH but the whole-binary gate rejected — CAUSE NOT DETERMINED. FIRST re-derive the destination TU from the asm subdir: asm//nonmatchings/<TU_stem>/.s => src//<TU_stem>.c (the third path component IS the TU). Only then look for a decl conflict or a codegen residual. .run/backlog_drafts/func_8017390C.c
94 func_801742A4 None None near 0 match_one MATCH but the whole-binary gate rejected — CAUSE NOT DETERMINED. FIRST re-derive the destination TU from the asm subdir: asm//nonmatchings/<TU_stem>/.s => src//<TU_stem>.c (the third path component IS the TU). Only then look for a decl conflict or a codegen residual. .run/backlog_drafts/func_801742A4.c
95 func_800CB5A8 None None near 0 match_one MATCH but the whole-binary gate rejected — CAUSE NOT DETERMINED. FIRST re-derive the destination TU from the asm subdir: asm//nonmatchings/<TU_stem>/.s => src//<TU_stem>.c (the third path component IS the TU). Only then look for a decl conflict or a codegen residual. .run/backlog_drafts/func_800CB5A8.c
96 func_801EFBB4 None None near 0 match_one MATCH but the whole-binary gate rejected — CAUSE NOT DETERMINED. FIRST re-derive the destination TU from the asm subdir: asm//nonmatchings/<TU_stem>/.s => src//<TU_stem>.c (the third path component IS the TU). Only then look for a decl conflict or a codegen residual. .run/backlog_drafts/func_801EFBB4.c
97 func_801F0734 None None near 0 match_one MATCH but the whole-binary gate rejected — CAUSE NOT DETERMINED. FIRST re-derive the destination TU from the asm subdir: asm//nonmatchings/<TU_stem>/.s => src//<TU_stem>.c (the third path component IS the TU). Only then look for a decl conflict or a codegen residual. .run/backlog_drafts/func_801F0734.c
98 func_801E2D34 None None near 0 match_one MATCH but the whole-binary gate rejected — CAUSE NOT DETERMINED. FIRST re-derive the destination TU from the asm subdir: asm//nonmatchings/<TU_stem>/.s => src//<TU_stem>.c (the third path component IS the TU). Only then look for a decl conflict or a codegen residual. .run/backlog_drafts/func_801E2D34.c
99 func_801E8274 None None near 0 match_one MATCH but the whole-binary gate rejected — CAUSE NOT DETERMINED. FIRST re-derive the destination TU from the asm subdir: asm//nonmatchings/<TU_stem>/.s => src//<TU_stem>.c (the third path component IS the TU). Only then look for a decl conflict or a codegen residual. .run/backlog_drafts/func_801E8274.c
100 func_801EE0D4 None None near 0 match_one MATCH but the whole-binary gate rejected — CAUSE NOT DETERMINED. FIRST re-derive the destination TU from the asm subdir: asm//nonmatchings/<TU_stem>/.s => src//<TU_stem>.c (the third path component IS the TU). Only then look for a decl conflict or a codegen residual. .run/backlog_drafts/func_801EE0D4.c
101 func_80157808 None None near 0 match_one MATCH but the whole-binary gate rejected — CAUSE NOT DETERMINED. FIRST re-derive the destination TU from the asm subdir: asm//nonmatchings/<TU_stem>/.s => src//<TU_stem>.c (the third path component IS the TU). Only then look for a decl conflict or a codegen residual. .run/backlog_drafts/func_80157808.c
102 func_80130D48 None None near 0 match_one MATCH but the whole-binary gate rejected — CAUSE NOT DETERMINED. FIRST re-derive the destination TU from the asm subdir: asm//nonmatchings/<TU_stem>/.s => src//<TU_stem>.c (the third path component IS the TU). Only then look for a decl conflict or a codegen residual. .run/backlog_drafts/func_80130D48.c
103 func_8014ED28 None None near 0 match_one MATCH but the whole-binary gate rejected — CAUSE NOT DETERMINED. FIRST re-derive the destination TU from the asm subdir: asm//nonmatchings/<TU_stem>/.s => src//<TU_stem>.c (the third path component IS the TU). Only then look for a decl conflict or a codegen residual. .run/backlog_drafts/func_8014ED28.c
104 func_80139BE0 None None near 0 match_one MATCH but the whole-binary gate rejected — CAUSE NOT DETERMINED. FIRST re-derive the destination TU from the asm subdir: asm//nonmatchings/<TU_stem>/.s => src//<TU_stem>.c (the third path component IS the TU). Only then look for a decl conflict or a codegen residual. .run/backlog_drafts/func_80139BE0.c
105 func_8014E934 None None near 0 match_one MATCH but the whole-binary gate rejected — CAUSE NOT DETERMINED. FIRST re-derive the destination TU from the asm subdir: asm//nonmatchings/<TU_stem>/.s => src//<TU_stem>.c (the third path component IS the TU). Only then look for a decl conflict or a codegen residual. .run/backlog_drafts/func_8014E934.c
106 func_80150480 None None near 0 match_one MATCH but the whole-binary gate rejected — CAUSE NOT DETERMINED. FIRST re-derive the destination TU from the asm subdir: asm//nonmatchings/<TU_stem>/.s => src//<TU_stem>.c (the third path component IS the TU). Only then look for a decl conflict or a codegen residual. .run/backlog_drafts/func_80150480.c
107 func_80161D88 None None near 0 match_one MATCH but the whole-binary gate rejected — CAUSE NOT DETERMINED. FIRST re-derive the destination TU from the asm subdir: asm//nonmatchings/<TU_stem>/.s => src//<TU_stem>.c (the third path component IS the TU). Only then look for a decl conflict or a codegen residual. .run/backlog_drafts/func_80161D88.c
108 func_8015FAAC None None near 0 match_one MATCH but the whole-binary gate rejected — CAUSE NOT DETERMINED. FIRST re-derive the destination TU from the asm subdir: asm//nonmatchings/<TU_stem>/.s => src//<TU_stem>.c (the third path component IS the TU). Only then look for a decl conflict or a codegen residual. .run/backlog_drafts/func_8015FAAC.c
109 func_8016084C None None near 0 match_one MATCH but the whole-binary gate rejected — CAUSE NOT DETERMINED. FIRST re-derive the destination TU from the asm subdir: asm//nonmatchings/<TU_stem>/.s => src//<TU_stem>.c (the third path component IS the TU). Only then look for a decl conflict or a codegen residual. .run/backlog_drafts/func_8016084C.c
110 func_80161D20 None None near 0 match_one MATCH but the whole-binary gate rejected — CAUSE NOT DETERMINED. FIRST re-derive the destination TU from the asm subdir: asm//nonmatchings/<TU_stem>/.s => src//<TU_stem>.c (the third path component IS the TU). Only then look for a decl conflict or a codegen residual. .run/backlog_drafts/func_80161D20.c
111 func_8016D688 None None near 0 match_one MATCH but the whole-binary gate rejected — CAUSE NOT DETERMINED. FIRST re-derive the destination TU from the asm subdir: asm//nonmatchings/<TU_stem>/.s => src//<TU_stem>.c (the third path component IS the TU). Only then look for a decl conflict or a codegen residual. .run/backlog_drafts/func_8016D688.c
112 func_8017D588 None None near 0 match_one MATCH but the whole-binary gate rejected — CAUSE NOT DETERMINED. FIRST re-derive the destination TU from the asm subdir: asm//nonmatchings/<TU_stem>/.s => src//<TU_stem>.c (the third path component IS the TU). Only then look for a decl conflict or a codegen residual. .run/backlog_drafts/func_8017D588.c
113 func_80180C88 None None near 0 match_one MATCH but the whole-binary gate rejected — CAUSE NOT DETERMINED. FIRST re-derive the destination TU from the asm subdir: asm//nonmatchings/<TU_stem>/.s => src//<TU_stem>.c (the third path component IS the TU). Only then look for a decl conflict or a codegen residual. .run/backlog_drafts/func_80180C88.c
114 func_8017DEA0 None None near 0 match_one MATCH but the whole-binary gate rejected — CAUSE NOT DETERMINED. FIRST re-derive the destination TU from the asm subdir: asm//nonmatchings/<TU_stem>/.s => src//<TU_stem>.c (the third path component IS the TU). Only then look for a decl conflict or a codegen residual. .run/backlog_drafts/func_8017DEA0.c
115 func_801829B0 None None near 0 match_one MATCH but the whole-binary gate rejected — CAUSE NOT DETERMINED. FIRST re-derive the destination TU from the asm subdir: asm//nonmatchings/<TU_stem>/.s => src//<TU_stem>.c (the third path component IS the TU). Only then look for a decl conflict or a codegen residual. .run/backlog_drafts/func_801829B0.c
116 func_8017FE0C None None near 0 match_one MATCH but the whole-binary gate rejected — CAUSE NOT DETERMINED. FIRST re-derive the destination TU from the asm subdir: asm//nonmatchings/<TU_stem>/.s => src//<TU_stem>.c (the third path component IS the TU). Only then look for a decl conflict or a codegen residual. .run/backlog_drafts/func_8017FE0C.c
117 func_8018025C None None near 0 match_one MATCH but the whole-binary gate rejected — CAUSE NOT DETERMINED. FIRST re-derive the destination TU from the asm subdir: asm//nonmatchings/<TU_stem>/.s => src//<TU_stem>.c (the third path component IS the TU). Only then look for a decl conflict or a codegen residual. .run/backlog_drafts/func_8018025C.c
118 func_80183464 None None near 0 match_one MATCH but the whole-binary gate rejected — CAUSE NOT DETERMINED. FIRST re-derive the destination TU from the asm subdir: asm//nonmatchings/<TU_stem>/.s => src//<TU_stem>.c (the third path component IS the TU). Only then look for a decl conflict or a codegen residual. .run/backlog_drafts/func_80183464.c
119 func_80183730 None None near 0 match_one MATCH but the whole-binary gate rejected — CAUSE NOT DETERMINED. FIRST re-derive the destination TU from the asm subdir: asm//nonmatchings/<TU_stem>/.s => src//<TU_stem>.c (the third path component IS the TU). Only then look for a decl conflict or a codegen residual. .run/backlog_drafts/func_80183730.c
120 func_8018CB88 None None near 0 match_one MATCH but the whole-binary gate rejected — CAUSE NOT DETERMINED. FIRST re-derive the destination TU from the asm subdir: asm//nonmatchings/<TU_stem>/.s => src//<TU_stem>.c (the third path component IS the TU). Only then look for a decl conflict or a codegen residual. .run/backlog_drafts/func_8018CB88.c
121 func_8018B1A4 None None near 0 match_one MATCH but the whole-binary gate rejected — CAUSE NOT DETERMINED. FIRST re-derive the destination TU from the asm subdir: asm//nonmatchings/<TU_stem>/.s => src//<TU_stem>.c (the third path component IS the TU). Only then look for a decl conflict or a codegen residual. .run/backlog_drafts/func_8018B1A4.c
122 func_8018B470 None None near 0 match_one MATCH but the whole-binary gate rejected — CAUSE NOT DETERMINED. FIRST re-derive the destination TU from the asm subdir: asm//nonmatchings/<TU_stem>/.s => src//<TU_stem>.c (the third path component IS the TU). Only then look for a decl conflict or a codegen residual. .run/backlog_drafts/func_8018B470.c
123 func_80190D70 None None near 0 match_one MATCH but the whole-binary gate rejected — CAUSE NOT DETERMINED. FIRST re-derive the destination TU from the asm subdir: asm//nonmatchings/<TU_stem>/.s => src//<TU_stem>.c (the third path component IS the TU). Only then look for a decl conflict or a codegen residual. .run/backlog_drafts/func_80190D70.c
124 func_80181EEC None None near 0 match_one MATCH but the whole-binary gate rejected — CAUSE NOT DETERMINED. FIRST re-derive the destination TU from the asm subdir: asm//nonmatchings/<TU_stem>/.s => src//<TU_stem>.c (the third path component IS the TU). Only then look for a decl conflict or a codegen residual. .run/backlog_drafts/func_80181EEC.c
125 func_8018CD5C None None near 0 match_one MATCH but the whole-binary gate rejected — CAUSE NOT DETERMINED. FIRST re-derive the destination TU from the asm subdir: asm//nonmatchings/<TU_stem>/.s => src//<TU_stem>.c (the third path component IS the TU). Only then look for a decl conflict or a codegen residual. .run/backlog_drafts/func_8018CD5C.c
126 func_8018E4A4 None None near 0 match_one MATCH but the whole-binary gate rejected — CAUSE NOT DETERMINED. FIRST re-derive the destination TU from the asm subdir: asm//nonmatchings/<TU_stem>/.s => src//<TU_stem>.c (the third path component IS the TU). Only then look for a decl conflict or a codegen residual. .run/backlog_drafts/func_8018E4A4.c
127 func_8018E89C None None near 0 match_one MATCH but the whole-binary gate rejected — CAUSE NOT DETERMINED. FIRST re-derive the destination TU from the asm subdir: asm//nonmatchings/<TU_stem>/.s => src//<TU_stem>.c (the third path component IS the TU). Only then look for a decl conflict or a codegen residual. .run/backlog_drafts/func_8018E89C.c
128 func_80190798 None None near 0 match_one MATCH but the whole-binary gate rejected — CAUSE NOT DETERMINED. FIRST re-derive the destination TU from the asm subdir: asm//nonmatchings/<TU_stem>/.s => src//<TU_stem>.c (the third path component IS the TU). Only then look for a decl conflict or a codegen residual. .run/backlog_drafts/func_80190798.c
129 func_80190BE8 None None near 0 match_one MATCH but the whole-binary gate rejected — CAUSE NOT DETERMINED. FIRST re-derive the destination TU from the asm subdir: asm//nonmatchings/<TU_stem>/.s => src//<TU_stem>.c (the third path component IS the TU). Only then look for a decl conflict or a codegen residual. .run/backlog_drafts/func_80190BE8.c
130 func_80162CCC None None near 0 match_one MATCH but the whole-binary gate rejected — CAUSE NOT DETERMINED. FIRST re-derive the destination TU from the asm subdir: asm//nonmatchings/<TU_stem>/.s => src//<TU_stem>.c (the third path component IS the TU). Only then look for a decl conflict or a codegen residual. .run/backlog_drafts/func_80162CCC.c
131 func_8017DB10 None None near 0 match_one MATCH but the whole-binary gate rejected — CAUSE NOT DETERMINED. FIRST re-derive the destination TU from the asm subdir: asm//nonmatchings/<TU_stem>/.s => src//<TU_stem>.c (the third path component IS the TU). Only then look for a decl conflict or a codegen residual. .run/backlog_drafts/func_8017DB10.c
132 func_80189380 None None near 0 match_one MATCH but the whole-binary gate rejected — CAUSE NOT DETERMINED. FIRST re-derive the destination TU from the asm subdir: asm//nonmatchings/<TU_stem>/.s => src//<TU_stem>.c (the third path component IS the TU). Only then look for a decl conflict or a codegen residual. .run/backlog_drafts/func_80189380.c
133 func_80182CB4 None None near 0 match_one MATCH but the whole-binary gate rejected — CAUSE NOT DETERMINED. FIRST re-derive the destination TU from the asm subdir: asm//nonmatchings/<TU_stem>/.s => src//<TU_stem>.c (the third path component IS the TU). Only then look for a decl conflict or a codegen residual. .run/backlog_drafts/func_80182CB4.c
134 func_80189680 None None near 0 match_one MATCH but the whole-binary gate rejected — CAUSE NOT DETERMINED. FIRST re-derive the destination TU from the asm subdir: asm//nonmatchings/<TU_stem>/.s => src//<TU_stem>.c (the third path component IS the TU). Only then look for a decl conflict or a codegen residual. .run/backlog_drafts/func_80189680.c
135 func_80181270 None None near 0 match_one MATCH but the whole-binary gate rejected — CAUSE NOT DETERMINED. FIRST re-derive the destination TU from the asm subdir: asm//nonmatchings/<TU_stem>/.s => src//<TU_stem>.c (the third path component IS the TU). Only then look for a decl conflict or a codegen residual. .run/backlog_drafts/func_80181270.c
136 func_80181CF0 None None near 0 match_one MATCH but the whole-binary gate rejected — CAUSE NOT DETERMINED. FIRST re-derive the destination TU from the asm subdir: asm//nonmatchings/<TU_stem>/.s => src//<TU_stem>.c (the third path component IS the TU). Only then look for a decl conflict or a codegen residual. .run/backlog_drafts/func_80181CF0.c
137 func_80182564 None None near 0 match_one MATCH but the whole-binary gate rejected — CAUSE NOT DETERMINED. FIRST re-derive the destination TU from the asm subdir: asm//nonmatchings/<TU_stem>/.s => src//<TU_stem>.c (the third path component IS the TU). Only then look for a decl conflict or a codegen residual. .run/backlog_drafts/func_80182564.c
138 func_80189B64 None None near 0 match_one MATCH but the whole-binary gate rejected — CAUSE NOT DETERMINED. FIRST re-derive the destination TU from the asm subdir: asm//nonmatchings/<TU_stem>/.s => src//<TU_stem>.c (the third path component IS the TU). Only then look for a decl conflict or a codegen residual. .run/backlog_drafts/func_80189B64.c
139 func_8018B4A4 None None near 0 match_one MATCH but the whole-binary gate rejected — CAUSE NOT DETERMINED. FIRST re-derive the destination TU from the asm subdir: asm//nonmatchings/<TU_stem>/.s => src//<TU_stem>.c (the third path component IS the TU). Only then look for a decl conflict or a codegen residual. .run/backlog_drafts/func_8018B4A4.c
140 func_8018D144 None None near 0 match_one MATCH but the whole-binary gate rejected — CAUSE NOT DETERMINED. FIRST re-derive the destination TU from the asm subdir: asm//nonmatchings/<TU_stem>/.s => src//<TU_stem>.c (the third path component IS the TU). Only then look for a decl conflict or a codegen residual. .run/backlog_drafts/func_8018D144.c
141 func_8018FC38 None None near 0 match_one MATCH but the whole-binary gate rejected — CAUSE NOT DETERMINED. FIRST re-derive the destination TU from the asm subdir: asm//nonmatchings/<TU_stem>/.s => src//<TU_stem>.c (the third path component IS the TU). Only then look for a decl conflict or a codegen residual. .run/backlog_drafts/func_8018FC38.c
142 func_8017EB34 None None near 0 match_one MATCH but the whole-binary gate rejected — CAUSE NOT DETERMINED. FIRST re-derive the destination TU from the asm subdir: asm//nonmatchings/<TU_stem>/.s => src//<TU_stem>.c (the third path component IS the TU). Only then look for a decl conflict or a codegen residual. .run/backlog_drafts/func_8017EB34.c
143 func_8017EC68 None None near 0 match_one MATCH but the whole-binary gate rejected — CAUSE NOT DETERMINED. FIRST re-derive the destination TU from the asm subdir: asm//nonmatchings/<TU_stem>/.s => src//<TU_stem>.c (the third path component IS the TU). Only then look for a decl conflict or a codegen residual. .run/backlog_drafts/func_8017EC68.c
144 func_80180228 None None near 0 match_one MATCH but the whole-binary gate rejected — CAUSE NOT DETERMINED. FIRST re-derive the destination TU from the asm subdir: asm//nonmatchings/<TU_stem>/.s => src//<TU_stem>.c (the third path component IS the TU). Only then look for a decl conflict or a codegen residual. .run/backlog_drafts/func_80180228.c
145 func_8018332C None None near 0 match_one MATCH but the whole-binary gate rejected — CAUSE NOT DETERMINED. FIRST re-derive the destination TU from the asm subdir: asm//nonmatchings/<TU_stem>/.s => src//<TU_stem>.c (the third path component IS the TU). Only then look for a decl conflict or a codegen residual. .run/backlog_drafts/func_8018332C.c
146 func_80183A28 None None near 0 match_one MATCH but the whole-binary gate rejected — CAUSE NOT DETERMINED. FIRST re-derive the destination TU from the asm subdir: asm//nonmatchings/<TU_stem>/.s => src//<TU_stem>.c (the third path component IS the TU). Only then look for a decl conflict or a codegen residual. .run/backlog_drafts/func_80183A28.c
147 func_80183098 None None near 0 match_one MATCH but the whole-binary gate rejected — CAUSE NOT DETERMINED. FIRST re-derive the destination TU from the asm subdir: asm//nonmatchings/<TU_stem>/.s => src//<TU_stem>.c (the third path component IS the TU). Only then look for a decl conflict or a codegen residual. .run/backlog_drafts/func_80183098.c
148 func_80187480 None None near 0 match_one MATCH but the whole-binary gate rejected — CAUSE NOT DETERMINED. FIRST re-derive the destination TU from the asm subdir: asm//nonmatchings/<TU_stem>/.s => src//<TU_stem>.c (the third path component IS the TU). Only then look for a decl conflict or a codegen residual. .run/backlog_drafts/func_80187480.c
149 func_801821E4 None None near 0 match_one MATCH but the whole-binary gate rejected — CAUSE NOT DETERMINED. FIRST re-derive the destination TU from the asm subdir: asm//nonmatchings/<TU_stem>/.s => src//<TU_stem>.c (the third path component IS the TU). Only then look for a decl conflict or a codegen residual. .run/backlog_drafts/func_801821E4.c
150 func_80182BBC None None near 0 match_one MATCH but the whole-binary gate rejected — CAUSE NOT DETERMINED. FIRST re-derive the destination TU from the asm subdir: asm//nonmatchings/<TU_stem>/.s => src//<TU_stem>.c (the third path component IS the TU). Only then look for a decl conflict or a codegen residual. .run/backlog_drafts/func_80182BBC.c
151 func_80183F10 None None near 0 match_one MATCH but the whole-binary gate rejected — CAUSE NOT DETERMINED. FIRST re-derive the destination TU from the asm subdir: asm//nonmatchings/<TU_stem>/.s => src//<TU_stem>.c (the third path component IS the TU). Only then look for a decl conflict or a codegen residual. .run/backlog_drafts/func_80183F10.c
152 func_80184DB8 None None near 0 match_one MATCH but the whole-binary gate rejected — CAUSE NOT DETERMINED. FIRST re-derive the destination TU from the asm subdir: asm//nonmatchings/<TU_stem>/.s => src//<TU_stem>.c (the third path component IS the TU). Only then look for a decl conflict or a codegen residual. .run/backlog_drafts/func_80184DB8.c
153 func_80188B78 None None near 0 match_one MATCH but the whole-binary gate rejected — CAUSE NOT DETERMINED. FIRST re-derive the destination TU from the asm subdir: asm//nonmatchings/<TU_stem>/.s => src//<TU_stem>.c (the third path component IS the TU). Only then look for a decl conflict or a codegen residual. .run/backlog_drafts/func_80188B78.c
154 func_801ACE5C None None near 0 match_one MATCH but the whole-binary gate rejected — CAUSE NOT DETERMINED. FIRST re-derive the destination TU from the asm subdir: asm//nonmatchings/<TU_stem>/.s => src//<TU_stem>.c (the third path component IS the TU). Only then look for a decl conflict or a codegen residual. .run/backlog_drafts/func_801ACE5C.c
155 func_801807D8 None None near 1 residual: 1 mismatch .run/backlog_drafts/func_801807D8.c
156 func_80180AD0 None None near 1 residual: 1 mismatch .run/backlog_drafts/func_80180AD0.c
157 func_8017FDB0 None None near 1 residual: 1 mismatch .run/backlog_drafts/func_8017FDB0.c
158 func_80180720 None None near 1 residual: 1 mismatch .run/backlog_drafts/func_80180720.c
159 func_80183AFC None None near 1 residual: 1 mismatch .run/backlog_drafts/func_80183AFC.c
160 func_80181FF8 None None near 1 residual: 1 mismatch .run/backlog_drafts/func_80181FF8.c
161 func_8017FE4C None None near 1 residual: 1 mismatch .run/backlog_drafts/func_8017FE4C.c
162 func_8017CF9C None LENGTH-DRIFT None near 1 lenmiss permuter-length route .run/backlog_drafts/func_8017CF9C.c
163 func_8017CF40 None LENGTH-DRIFT None near 1 lenmiss permuter-length route .run/backlog_drafts/func_8017CF40.c
164 func_80182B68 None None near 1 residual: 1 mismatch .run/backlog_drafts/func_80182B68.c
165 func_80185E38 None None near 1 residual: 1 mismatch .run/backlog_drafts/func_80185E38.c
166 func_8017FD70 None None near 1 residual: 1 mismatch .run/backlog_drafts/func_8017FD70.c
167 func_801811D4 None None near 1 residual: 1 mismatch .run/backlog_drafts/func_801811D4.c
168 func_801819DC None None near 1 residual: 1 mismatch .run/backlog_drafts/func_801819DC.c
169 func_8018ADF8 None None near 1 residual: 1 mismatch .run/backlog_drafts/func_8018ADF8.c
170 func_80186554 None None near 1 residual: 1 mismatch .run/backlog_drafts/func_80186554.c
171 func_801873FC None None near 1 residual: 1 mismatch .run/backlog_drafts/func_801873FC.c
172 func_80181E18 None LENGTH-DRIFT None near 1 lenmiss permuter-length route .run/backlog_drafts/func_80181E18.c
173 func_80180E7C None None near 1 residual: 1 mismatch .run/backlog_drafts/func_80180E7C.c
174 func_801835FC None None near 1 residual: 1 mismatch .run/backlog_drafts/func_801835FC.c
175 func_801863D4 None None near 1 residual: 1 mismatch .run/backlog_drafts/func_801863D4.c
176 func_8017D7C8 None LENGTH-DRIFT None near 1 lenmiss permuter-length route .run/backlog_drafts/func_8017D7C8.c
177 func_80181540 None None near 1 residual: 1 mismatch .run/backlog_drafts/func_80181540.c
178 func_801809D4 None None near 1 residual: 1 mismatch .run/backlog_drafts/func_801809D4.c
179 func_80181C78 None LENGTH-DRIFT None near 1 lenmiss permuter-length route .run/backlog_drafts/func_80181C78.c
180 func_801802A4 None None near 1 residual: 1 mismatch .run/backlog_drafts/func_801802A4.c
181 func_80186BD4 None None near 1 residual: 1 mismatch .run/backlog_drafts/func_80186BD4.c
182 func_8017D08C None LENGTH-DRIFT None near 1 lenmiss permuter-length route .run/backlog_drafts/func_8017D08C.c
183 func_8017FB98 None None near 1 residual: 1 mismatch .run/backlog_drafts/func_8017FB98.c
184 func_80187840 None None near 1 residual: 1 mismatch .run/backlog_drafts/func_80187840.c
185 func_8018595C None LENGTH-DRIFT None near 1 lenmiss permuter-length route .run/backlog_drafts/func_8018595C.c
186 func_8017E29C None None near 1 residual: 1 mismatch .run/backlog_drafts/func_8017E29C.c
187 func_8017D930 None None near 1 residual: 1 mismatch .run/backlog_drafts/func_8017D930.c
188 func_80181FCC None None near 1 residual: 1 mismatch .run/backlog_drafts/func_80181FCC.c
189 func_80182AD4 None LENGTH-DRIFT None near 1 lenmiss permuter-length route .run/backlog_drafts/func_80182AD4.c
190 func_8018082C None LENGTH-DRIFT None near 1 lenmiss permuter-length route .run/backlog_drafts/func_8018082C.c
191 func_8018B344 None None near 1 residual: 1 mismatch .run/backlog_drafts/func_8018B344.c
192 func_80188858 None None near 1 residual: 1 mismatch .run/backlog_drafts/func_80188858.c
193 func_80182724 None LENGTH-DRIFT None near 1 lenmiss permuter-length route .run/backlog_drafts/func_80182724.c
194 func_801806E0 None LENGTH-DRIFT None near 1 lenmiss permuter-length route .run/backlog_drafts/func_801806E0.c
195 func_80182E9C None None near 1 residual: 1 mismatch .run/backlog_drafts/func_80182E9C.c
196 func_8017F378 None None near 1 residual: 1 mismatch .run/backlog_drafts/func_8017F378.c
197 func_80180754 None LENGTH-DRIFT None near 1 lenmiss permuter-length route .run/backlog_drafts/func_80180754.c
198 func_80181B34 None LENGTH-DRIFT None near 1 lenmiss permuter-length route .run/backlog_drafts/func_80181B34.c
199 func_80184618 None LENGTH-DRIFT None near 1 lenmiss permuter-length route .run/backlog_drafts/func_80184618.c
200 func_80182CEC None None near 1 residual: 1 mismatch .run/backlog_drafts/func_80182CEC.c
201 func_801860F8 None LENGTH-DRIFT None near 1 lenmiss permuter-length route .run/backlog_drafts/func_801860F8.c
202 func_80183BD0 None LENGTH-DRIFT None near 1 lenmiss permuter-length route .run/backlog_drafts/func_80183BD0.c
203 func_801854C8 None LENGTH-DRIFT None near 1 lenmiss permuter-length route .run/backlog_drafts/func_801854C8.c
204 func_8018944C None None near 1 residual: 1 mismatch .run/backlog_drafts/func_8018944C.c
205 func_8018A598 None None near 1 residual: 1 mismatch .run/backlog_drafts/func_8018A598.c
206 func_8017EA40 None None near 1 residual: 1 mismatch .run/backlog_drafts/func_8017EA40.c
207 func_80186A70 None LENGTH-DRIFT None near 1 lenmiss permuter-length route .run/backlog_drafts/func_80186A70.c
208 func_8017EC64 None None near 1 residual: 1 mismatch .run/backlog_drafts/func_8017EC64.c
209 func_80185344 None LENGTH-DRIFT None near 1 lenmiss permuter-length route .run/backlog_drafts/func_80185344.c
210 func_8017EA68 None None near 1 residual: 1 mismatch .run/backlog_drafts/func_8017EA68.c
211 func_80180074 None None near 1 residual: 1 mismatch .run/backlog_drafts/func_80180074.c
212 func_801847E4 None None near 1 residual: 1 mismatch .run/backlog_drafts/func_801847E4.c
213 func_8017E5D4 None LENGTH-DRIFT None near 1 lenmiss permuter-length route .run/backlog_drafts/func_8017E5D4.c
214 func_80182470 None None near 1 residual: 1 mismatch .run/backlog_drafts/func_80182470.c
215 func_8017E3D8 None None near 1 residual: 1 mismatch .run/backlog_drafts/func_8017E3D8.c
216 func_8017F7BC None LENGTH-DRIFT None near 1 lenmiss permuter-length route .run/backlog_drafts/func_8017F7BC.c
217 func_80182230 None LENGTH-DRIFT None near 1 lenmiss permuter-length route .run/backlog_drafts/func_80182230.c
218 func_8017E2C0 None LENGTH-DRIFT None near 1 lenmiss permuter-length route .run/backlog_drafts/func_8017E2C0.c
219 func_80181744 None LENGTH-DRIFT None near 1 lenmiss permuter-length route .run/backlog_drafts/func_80181744.c
220 func_8017F300 None LENGTH-DRIFT None near 1 lenmiss permuter-length route .run/backlog_drafts/func_8017F300.c
221 func_80186D30 None LENGTH-DRIFT None near 1 lenmiss permuter-length route .run/backlog_drafts/func_80186D30.c
222 func_801900B0 None None near 1 residual: 1 mismatch .run/backlog_drafts/func_801900B0.c
223 func_8017F1F8 None LENGTH-DRIFT None near 1 lenmiss permuter-length route .run/backlog_drafts/func_8017F1F8.c
224 func_8017E290 None LENGTH-DRIFT None near 1 lenmiss permuter-length route .run/backlog_drafts/func_8017E290.c
225 func_8017D1E0 None schedule None near 1 wave-B NEAR .run/wave_p31a/ov_SC02_041/func_8017D1E0.c
226 func_8017E35C None LENGTH-DRIFT None near 1 lenmiss permuter-length route .run/backlog_drafts/func_8017E35C.c
227 func_8017F268 None LENGTH-DRIFT None near 1 lenmiss permuter-length route .run/backlog_drafts/func_8017F268.c
228 func_801811B4 None LENGTH-DRIFT None near 1 lenmiss permuter-length route .run/backlog_drafts/func_801811B4.c
229 func_8017F2BC None LENGTH-DRIFT None near 1 lenmiss permuter-length route .run/backlog_drafts/func_8017F2BC.c
230 func_8018151C None LENGTH-DRIFT None near 1 lenmiss permuter-length route .run/backlog_drafts/func_8018151C.c
231 func_8017D974 None LENGTH-DRIFT None near 1 lenmiss permuter-length route .run/backlog_drafts/func_8017D974.c
232 func_8017DE8C None None near 1 residual: 1 mismatch .run/backlog_drafts/func_8017DE8C.c
233 func_800CB054 None None near 1 residual: 1 mismatch .run/backlog_drafts/func_800CB054.c
234 func_800CB758 None None near 1 residual: 1 mismatch .run/backlog_drafts/func_800CB758.c
235 func_800CB270 None None near 1 residual: 1 mismatch .run/backlog_drafts/func_800CB270.c
236 func_800CB4CC None None near 1 residual: 1 mismatch .run/backlog_drafts/func_800CB4CC.c
237 func_8017E1E8 None None near 1 residual: 1 mismatch .run/backlog_drafts/func_8017E1E8.c
238 func_80180864 None None near 1 residual: 1 mismatch .run/backlog_drafts/func_80180864.c
239 func_801816A8 None schedule None near 1 wave-A NEAR .run/wave_p31a/ov_SC04_018/func_801816A8.c
240 func_8017E98C None regalloc-order None near 1 wave-B NEAR .run/wave_p31a/ov_SC03_003/func_8017E98C.c
241 func_80183578 None DELAY-SLOT None near 1 close=1: idx13 target has 'addu $a0,$s0,$zero' in the jal-to-func_801848DC delay slot, draft emits nop. Two-predecessor merge block (sched.md D1/D2/D3) so no in-block filler exists. Agent ruled out (byte-tested): explicit arg to func_801848DC (any prototype style) -> +3 ins; uninitialized-junk arg -> right shape but lands $a1 not $s0; De Morgan rewrite -> WIDTH blowup. §60a precedent: func_80181F78 close=1 DELAY-SLOT banked by grinder in ~6min. PRIME PERMUTER SEED. .run/wave_p31d/ov_SC04_018/func_80183578.c
242 func_8017F6B0 None None near 2 residual: 2 mismatch .run/backlog_drafts/func_8017F6B0.c
243 func_8017DDFC None None near 2 residual: 2 mismatch .run/backlog_drafts/func_8017DDFC.c
244 func_8017F8E4 None LENGTH-DRIFT None near 2 lenmiss permuter-length route .run/backlog_drafts/func_8017F8E4.c
245 func_80182264 None None near 2 residual: 2 mismatch .run/backlog_drafts/func_80182264.c
246 func_80181834 None None near 2 residual: 2 mismatch .run/backlog_drafts/func_80181834.c
247 func_801843CC None None near 2 residual: 2 mismatch .run/backlog_drafts/func_801843CC.c
248 func_8017FC8C None None near 2 residual: 2 mismatch .run/backlog_drafts/func_8017FC8C.c
249 func_80183228 None None near 2 residual: 2 mismatch .run/backlog_drafts/func_80183228.c
250 func_80180458 None LENGTH-DRIFT None near 2 lenmiss permuter-length route .run/backlog_drafts/func_80180458.c
251 func_801879B0 None None near 2 residual: 2 mismatch .run/backlog_drafts/func_801879B0.c
252 func_801828C8 None None near 2 residual: 2 mismatch .run/backlog_drafts/func_801828C8.c
253 func_8017E874 None None near 2 residual: 2 mismatch .run/backlog_drafts/func_8017E874.c
254 func_80185000 None None near 2 residual: 2 mismatch .run/backlog_drafts/func_80185000.c
255 func_80184DB4 None LENGTH-DRIFT None near 2 lenmiss permuter-length route .run/backlog_drafts/func_80184DB4.c
256 func_80180834 None None near 2 residual: 2 mismatch .run/backlog_drafts/func_80180834.c
257 func_8018BA9C None None near 2 residual: 2 mismatch .run/backlog_drafts/func_8018BA9C.c
258 func_80186DAC None None near 2 residual: 2 mismatch .run/backlog_drafts/func_80186DAC.c
259 func_80187454 None LENGTH-DRIFT None near 2 lenmiss permuter-length route .run/backlog_drafts/func_80187454.c
260 func_801830C8 None LENGTH-DRIFT None near 2 lenmiss permuter-length route .run/backlog_drafts/func_801830C8.c
261 func_80183DB8 None LENGTH-DRIFT None near 2 lenmiss permuter-length route .run/backlog_drafts/func_80183DB8.c
262 func_801804C8 None None near 2 residual: 2 mismatch .run/backlog_drafts/func_801804C8.c
263 func_80186C88 None LENGTH-DRIFT None near 2 lenmiss permuter-length route .run/backlog_drafts/func_80186C88.c
264 func_8017FB4C None None near 2 residual: 2 mismatch .run/backlog_drafts/func_8017FB4C.c
265 func_8017EAE0 None None near 2 residual: 2 mismatch .run/backlog_drafts/func_8017EAE0.c
266 func_8017D704 None None near 2 residual: 2 mismatch .run/backlog_drafts/func_8017D704.c
267 func_8017EFFC None None near 2 residual: 2 mismatch .run/backlog_drafts/func_8017EFFC.c
268 func_80181C1C None LENGTH-DRIFT None near 2 lenmiss permuter-length route .run/backlog_drafts/func_80181C1C.c
269 func_80180B0C None None near 2 residual: 2 mismatch .run/backlog_drafts/func_80180B0C.c
270 func_8017E254 None LENGTH-DRIFT None near 2 lenmiss permuter-length route .run/backlog_drafts/func_8017E254.c
271 func_80163408 None LENGTH-DRIFT None near 2 lenmiss permuter-length route .run/backlog_drafts/func_80163408.c
272 func_80185400 None None near 2 residual: 2 mismatch .run/backlog_drafts/func_80185400.c
273 func_80189674 None None near 2 residual: 2 mismatch .run/backlog_drafts/func_80189674.c
274 func_80181E40 None None near 2 residual: 2 mismatch .run/backlog_drafts/func_80181E40.c
275 func_80187868 None None near 2 residual: 2 mismatch .run/backlog_drafts/func_80187868.c
276 func_80180A10 None LENGTH-DRIFT None near 2 lenmiss permuter-length route .run/backlog_drafts/func_80180A10.c
277 func_80184B60 None None near 2 residual: 2 mismatch .run/backlog_drafts/func_80184B60.c
278 func_8017E2FC None None near 2 residual: 2 mismatch .run/backlog_drafts/func_8017E2FC.c
279 func_8017FAD4 None None near 2 residual: 2 mismatch .run/backlog_drafts/func_8017FAD4.c
280 func_8017FBC4 None None near 2 residual: 2 mismatch .run/backlog_drafts/func_8017FBC4.c
281 func_80180B84 None None near 2 residual: 2 mismatch .run/backlog_drafts/func_80180B84.c
282 func_80180BFC None None near 2 residual: 2 mismatch .run/backlog_drafts/func_80180BFC.c
283 func_8017D7B0 None None near 2 residual: 2 mismatch .run/backlog_drafts/func_8017D7B0.c
284 func_8018211C None LENGTH-DRIFT None near 2 lenmiss permuter-length route .run/backlog_drafts/func_8018211C.c
285 func_80181248 None None near 2 residual: 2 mismatch .run/backlog_drafts/func_80181248.c
286 func_8018067C None None near 2 residual: 2 mismatch .run/backlog_drafts/func_8018067C.c
287 func_80183C28 None None near 2 residual: 2 mismatch .run/backlog_drafts/func_80183C28.c
288 func_80184410 None None near 2 residual: 2 mismatch .run/backlog_drafts/func_80184410.c
289 func_8018B988 None LENGTH-DRIFT None near 2 lenmiss permuter-length route .run/backlog_drafts/func_8018B988.c
290 func_8017FF6C None None near 2 residual: 2 mismatch .run/backlog_drafts/func_8017FF6C.c
291 func_80181414 None None near 2 residual: 2 mismatch .run/backlog_drafts/func_80181414.c
292 func_801824AC None None near 2 residual: 2 mismatch .run/backlog_drafts/func_801824AC.c
293 func_80182E18 None None near 2 residual: 2 mismatch .run/backlog_drafts/func_80182E18.c
294 func_80182EB4 None None near 2 residual: 2 mismatch .run/backlog_drafts/func_80182EB4.c
295 func_8018B688 None LENGTH-DRIFT None near 2 lenmiss permuter-length route .run/backlog_drafts/func_8018B688.c
296 func_8017F570 None None near 2 residual: 2 mismatch .run/backlog_drafts/func_8017F570.c
297 func_80183494 None None near 2 residual: 2 mismatch .run/backlog_drafts/func_80183494.c
298 func_8018596C None None near 2 residual: 2 mismatch .run/backlog_drafts/func_8018596C.c
299 func_801801A4 None None near 2 residual: 2 mismatch .run/backlog_drafts/func_801801A4.c
300 func_80183E88 None None near 2 residual: 2 mismatch .run/backlog_drafts/func_80183E88.c
301 func_8017E7B8 None regalloc-order None near 2 wave-B NEAR .run/wave_p31a/ov_SC03_003/func_8017E7B8.c
302 func_80189C6C None LENGTH-DRIFT-hoist None near 2 43 vs 41 ins; residual is 2 insns (sw/lw $s3) from gcc hoisting a single-use magic-constant load to a preheader+callee-saved reg. Agent decoded magic=0x66666667 + mfhi-shift 5 as a plain DIVIDE BY 80 and wrote 's0 = (s2<<12)/80;' letting gcc synthesize its own magic multiply (the first agent had hand-written the 64-bit multiply, costing an unused mflo). Residual root-caused with REAL cc1 -da RTL dumps to loop.c move_movables desirability (threshold 29 * savings * lifetime >= insn_count; measured 24-26 for every faithful C spelling). Forcing insn_count>=30 suppresses the hoist but each variant introduced a worse deviation. Structurally matches the func_80015A74 documented hard tail (survived 6648 permuter candidates). PRIME permuter seed at 2-off. .run/wave_p31n/ov_SC02_000/func_80189C6C.c
303 func_8017D468 None None near 3 residual: 3 mismatch .run/backlog_drafts/func_8017D468.c
304 func_801816FC None None near 3 residual: 3 mismatch .run/backlog_drafts/func_801816FC.c
305 func_8017DE90 None None near 3 residual: 3 mismatch .run/backlog_drafts/func_8017DE90.c
306 func_8018AFDC None None near 3 residual: 3 mismatch .run/backlog_drafts/func_8018AFDC.c
307 func_80180D34 None None near 3 residual: 3 mismatch .run/backlog_drafts/func_80180D34.c
308 func_8018AE6C None None near 3 residual: 3 mismatch .run/backlog_drafts/func_8018AE6C.c
309 func_8018D4B4 None None near 3 residual: 3 mismatch .run/backlog_drafts/func_8018D4B4.c
310 func_801874E8 None None near 3 residual: 3 mismatch .run/backlog_drafts/func_801874E8.c
311 func_80183320 None None near 3 residual: 3 mismatch .run/backlog_drafts/func_80183320.c
312 func_801857D4 None None near 3 residual: 3 mismatch .run/backlog_drafts/func_801857D4.c
313 func_8018B234 None None near 3 residual: 3 mismatch .run/backlog_drafts/func_8018B234.c
314 func_8017F534 None None near 3 residual: 3 mismatch .run/backlog_drafts/func_8017F534.c
315 func_801861DC None None near 3 residual: 3 mismatch .run/backlog_drafts/func_801861DC.c
316 func_801896EC None None near 3 residual: 3 mismatch .run/backlog_drafts/func_801896EC.c
317 func_8018C7C8 None None near 3 residual: 3 mismatch .run/backlog_drafts/func_8018C7C8.c
318 func_80187B80 None None near 3 residual: 3 mismatch .run/backlog_drafts/func_80187B80.c
319 func_8018672C None None near 3 residual: 3 mismatch .run/backlog_drafts/func_8018672C.c
320 func_801894B0 None None near 3 residual: 3 mismatch .run/backlog_drafts/func_801894B0.c
321 func_8018B1E0 None None near 3 residual: 3 mismatch .run/backlog_drafts/func_8018B1E0.c
322 func_80184870 None None near 3 residual: 3 mismatch .run/backlog_drafts/func_80184870.c
323 func_8017E6B0 None None near 3 residual: 3 mismatch .run/backlog_drafts/func_8017E6B0.c
324 func_800CCF58 None None near 3 residual: 3 mismatch .run/backlog_drafts/func_800CCF58.c
325 func_8017DA50 None None near 3 residual: 3 mismatch .run/backlog_drafts/func_8017DA50.c
326 func_8017D77C None None near 3 residual: 3 mismatch .run/backlog_drafts/func_8017D77C.c
327 func_8017DC30 None None near 3 residual: 3 mismatch .run/backlog_drafts/func_8017DC30.c
328 func_8018983C None schedule None near 3 wave-A NEAR .run/wave_p31a/ov_SC02_011/func_8018983C.c
329 func_8018406C None regalloc-order None near 3 wave-A NEAR .run/wave_p31a/ov_SC03_089/func_8018406C.c
330 func_801EFEA4 None schedule None near 3 wave-A NEAR .run/wave_p31a/md_SC03_075/func_801EFEA4.c
331 func_8018137C None schedule None near 3 wave-B NEAR .run/wave_p31a/ov_SC03_002/func_8018137C.c
332 func_80185840 None regalloc-perm-clamp None near 3 52/52 ins, 9->3 mismatched. Residual = ONE register identity (clamp result in $a0, target wants $v0). THREE reusable levers found: (1) the §17 zero-reg copy done right — 'register u32 zr asm("$0"); c = val + zr;' reproduces the target's non-coalescing 'addu $v1,$v0,$zero' live-range copy, which §52a had called the non-coalescing-delay-slot-copy WALL; (2) 'r = 0x80;' BEFORE a single-armed if (not if/else) is what gets the li into the branch delay slot — reorg's fill_simple_delay_slots BACKWARD scan steals it, whereas any two-arm spelling needs fill_eager_delay_slots' target-thread steal which never fires (53 ins + j/nop); (3) a zero-byte asm fence between the sh and the += stops sched1 hoisting the lui above the store. Permuter seed. .run/wave_p31n/ov_SC02_000/func_80185840.c
333 func_8017FF90 None None near 4 residual: 4 mismatch .run/backlog_drafts/func_8017FF90.c
334 func_8017FAE0 None None near 4 residual: 4 mismatch .run/backlog_drafts/func_8017FAE0.c
335 func_8017E918 None None near 4 residual: 4 mismatch .run/backlog_drafts/func_8017E918.c
336 func_80180ED4 None None near 4 residual: 4 mismatch .run/backlog_drafts/func_80180ED4.c
337 func_80184880 None None near 4 residual: 4 mismatch .run/backlog_drafts/func_80184880.c
338 func_8018455C None None near 4 residual: 4 mismatch .run/backlog_drafts/func_8018455C.c
339 func_801823F0 None None near 4 residual: 4 mismatch .run/backlog_drafts/func_801823F0.c
340 func_80188510 None None near 4 residual: 4 mismatch .run/backlog_drafts/func_80188510.c
341 func_80182CD4 None None near 4 residual: 4 mismatch .run/backlog_drafts/func_80182CD4.c
342 func_8018119C None None near 4 residual: 4 mismatch .run/backlog_drafts/func_8018119C.c
343 func_80184D0C None None near 4 residual: 4 mismatch .run/backlog_drafts/func_80184D0C.c
344 func_80182380 None None near 4 residual: 4 mismatch .run/backlog_drafts/func_80182380.c
345 func_80190334 None None near 4 residual: 4 mismatch .run/backlog_drafts/func_80190334.c
346 func_80183A7C None None near 4 residual: 4 mismatch .run/backlog_drafts/func_80183A7C.c
347 func_8017E024 None None near 4 residual: 4 mismatch .run/backlog_drafts/func_8017E024.c
348 func_80182F5C None None near 4 residual: 4 mismatch .run/backlog_drafts/func_80182F5C.c
349 func_8017E7C8 None None near 4 residual: 4 mismatch .run/backlog_drafts/func_8017E7C8.c
350 func_8017E70C None None near 4 residual: 4 mismatch .run/backlog_drafts/func_8017E70C.c
351 func_801803F0 None None near 5 residual: 5 mismatch .run/backlog_drafts/func_801803F0.c
352 func_8017F7D8 None None near 5 residual: 5 mismatch .run/backlog_drafts/func_8017F7D8.c
353 func_80181B8C None None near 5 residual: 5 mismatch .run/backlog_drafts/func_80181B8C.c
354 func_80180564 None None near 5 residual: 5 mismatch .run/backlog_drafts/func_80180564.c
355 func_801809F4 None None near 5 residual: 5 mismatch .run/backlog_drafts/func_801809F4.c
356 func_8017F250 None None near 5 residual: 5 mismatch .run/backlog_drafts/func_8017F250.c
357 func_8017F66C None None near 5 residual: 5 mismatch .run/backlog_drafts/func_8017F66C.c
358 func_80180100 None None near 5 residual: 5 mismatch .run/backlog_drafts/func_80180100.c
359 func_80181EF0 None None near 5 residual: 5 mismatch .run/backlog_drafts/func_80181EF0.c
360 func_8018312C None None near 5 residual: 5 mismatch .run/backlog_drafts/func_8018312C.c
361 func_8017F11C None None near 5 residual: 5 mismatch .run/backlog_drafts/func_8017F11C.c
362 func_80182938 None None near 5 residual: 5 mismatch .run/backlog_drafts/func_80182938.c
363 func_8018517C None None near 5 residual: 5 mismatch .run/backlog_drafts/func_8018517C.c
364 func_8017DA90 None None near 5 residual: 5 mismatch .run/backlog_drafts/func_8017DA90.c
365 func_80181BB4 None None near 5 residual: 5 mismatch .run/backlog_drafts/func_80181BB4.c
366 func_80185338 None None near 5 residual: 5 mismatch .run/backlog_drafts/func_80185338.c
367 func_80185E54 None None near 5 residual: 5 mismatch .run/backlog_drafts/func_80185E54.c
368 func_80183074 None SCHEDULE-PROLOGUE-RA-SAVE None near 5 close=5, 32/32 ins. Agent drove 14->5 via a JOINT arg-pin asm (one atomic RTL def pinning both call args to $4/$5) + unifying 4 compiler temps into one $2-pinned pseudo. Residual is ONE issue: the 'sw $ra,0x14($sp)' prologue save — mine at position 5, target defers to position 9. Agent ran a full 24-permutation statement-order sweep (original order already best; all others 6-24) and tried memory-clobber barriers + dependency chaining; none moved the $ra save. Cookbook ~L2253 prologue-save-SCHEDULING wall (sched2 post-reload hard-reg anti/output-web ties). PERMUTER FUEL for the prologue-save sub-class. .run/wave_p31h/ov_SC02_005/func_80183074.c
369 func_80180AE8 None None near 6 residual: 6 mismatch .run/backlog_drafts/func_80180AE8.c
370 func_80184A58 None None near 6 residual: 6 mismatch .run/backlog_drafts/func_80184A58.c
371 func_801855DC None None near 6 residual: 6 mismatch .run/backlog_drafts/func_801855DC.c
372 func_8017FCD4 None None near 6 residual: 6 mismatch .run/backlog_drafts/func_8017FCD4.c
373 func_8017E06C None None near 6 residual: 6 mismatch .run/backlog_drafts/func_8017E06C.c
374 func_80187AD4 None None near 6 residual: 6 mismatch .run/backlog_drafts/func_80187AD4.c
375 func_80185B20 None None near 6 residual: 6 mismatch .run/backlog_drafts/func_80185B20.c
376 func_801802CC None None near 6 residual: 6 mismatch .run/backlog_drafts/func_801802CC.c
377 func_8017E2C4 None None near 6 residual: 6 mismatch .run/backlog_drafts/func_8017E2C4.c
378 func_80188F80 None None near 6 residual: 6 mismatch .run/backlog_drafts/func_80188F80.c
379 func_80181FF4 None None near 6 residual: 6 mismatch .run/backlog_drafts/func_80181FF4.c
380 func_80189240 None None near 6 residual: 6 mismatch .run/backlog_drafts/func_80189240.c
381 func_8018413C None None near 6 residual: 6 mismatch .run/backlog_drafts/func_8018413C.c
382 func_801819A0 None None near 6 residual: 6 mismatch .run/backlog_drafts/func_801819A0.c
383 func_801855F0 None None near 6 residual: 6 mismatch .run/backlog_drafts/func_801855F0.c
384 func_80186A28 None None near 6 residual: 6 mismatch .run/backlog_drafts/func_80186A28.c
385 func_80186A88 None None near 6 residual: 6 mismatch .run/backlog_drafts/func_80186A88.c
386 func_80180F4C None None near 6 residual: 6 mismatch .run/backlog_drafts/func_80180F4C.c
387 func_8017DA00 None cse None near 6 warmstart from ov_SC03_107:func_80160B34 .run/warmstart/ov_SC06_008/func_8017DA00.c
388 func_80182EB0 None schedule-intrinsic-S3 None near 6 close=6, 50/50 ins (was 25 off). Agent found the first pass's $2 register pin was a CORRECTNESS BUG not just a scheduling choice: v0=-1 written before a call and read after it, and the hard-reg pin made gcc treat the pre-call store as dead across the call, DROPPING addiu v0,zero,-1 (49 vs 50 ins). Fixed by dropping the pins and storing the constant directly before the call. Residual: target schedules the func_8012AD44 arg setup BEFORE the D_80195B2C/0x40000000 address chain; ours always after (sched.md S3 priority-dominated chain ordering = intrinsic). .run/wave_p31h/ov_SC02_005/func_80182EB0.c
389 func_801815D8 None None near 7 residual: 7 mismatch .run/backlog_drafts/func_801815D8.c
390 func_80185C6C None None near 7 residual: 7 mismatch .run/backlog_drafts/func_80185C6C.c
391 func_8017C104 None None near 7 residual: 7 mismatch .run/backlog_drafts/func_8017C104.c
392 func_8018C310 None None near 7 residual: 7 mismatch .run/backlog_drafts/func_8018C310.c
393 func_80180410 None None near 7 residual: 7 mismatch .run/backlog_drafts/func_80180410.c
394 func_80186720 None None near 7 residual: 7 mismatch .run/backlog_drafts/func_80186720.c
395 func_8017F710 None None near 7 residual: 7 mismatch .run/backlog_drafts/func_8017F710.c
396 func_80188C60 None schedule None near 7 wave-B NEAR .run/wave_p31a/ov_SC03_014/func_80188C60.c
397 func_80189858 None None near 8 residual: 8 mismatch .run/backlog_drafts/func_80189858.c
398 func_8017FFF0 None None near 8 residual: 8 mismatch .run/backlog_drafts/func_8017FFF0.c
399 func_8017E908 None None near 8 residual: 8 mismatch .run/backlog_drafts/func_8017E908.c
400 func_801832B0 None None near 8 residual: 8 mismatch .run/backlog_drafts/func_801832B0.c
401 func_801813B8 None None near 8 residual: 8 mismatch .run/backlog_drafts/func_801813B8.c
402 func_80184734 None None near 8 residual: 8 mismatch .run/backlog_drafts/func_80184734.c
403 func_801825C8 None None near 8 residual: 8 mismatch .run/backlog_drafts/func_801825C8.c
404 func_80183430 None None near 8 residual: 8 mismatch .run/backlog_drafts/func_80183430.c
405 func_80188508 None None near 8 residual: 8 mismatch .run/backlog_drafts/func_80188508.c
406 func_8017F474 None None near 8 residual: 8 mismatch .run/backlog_drafts/func_8017F474.c
407 func_8017E804 None None near 8 residual: 8 mismatch .run/backlog_drafts/func_8017E804.c
408 func_80181C84 None None near 8 residual: 8 mismatch .run/backlog_drafts/func_80181C84.c
409 func_80185EB4 None None near 8 residual: 8 mismatch .run/backlog_drafts/func_80185EB4.c
410 func_80188690 None None near 8 residual: 8 mismatch .run/backlog_drafts/func_80188690.c
411 func_8017F228 None None near 8 residual: 8 mismatch .run/backlog_drafts/func_8017F228.c
412 func_801801F4 None None near 8 residual: 8 mismatch .run/backlog_drafts/func_801801F4.c
413 func_8017F358 None None near 9 residual: 9 mismatch .run/backlog_drafts/func_8017F358.c
414 func_80180E9C None None near 9 residual: 9 mismatch .run/backlog_drafts/func_80180E9C.c
415 func_80180854 None None near 9 residual: 9 mismatch .run/backlog_drafts/func_80180854.c
416 func_80180E54 None None near 9 residual: 9 mismatch .run/backlog_drafts/func_80180E54.c
417 func_8017F7F4 None None near 9 residual: 9 mismatch .run/backlog_drafts/func_8017F7F4.c
418 func_801827FC None None near 9 residual: 9 mismatch .run/backlog_drafts/func_801827FC.c
419 func_8017FE88 None None near 9 residual: 9 mismatch .run/backlog_drafts/func_8017FE88.c
420 func_80180EC0 None None near 9 residual: 9 mismatch .run/backlog_drafts/func_80180EC0.c
421 func_8018897C None None near 9 residual: 9 mismatch .run/backlog_drafts/func_8018897C.c
422 func_8018AA88 None None near 9 residual: 9 mismatch .run/backlog_drafts/func_8018AA88.c
423 func_8018868C None None near 9 residual: 9 mismatch .run/backlog_drafts/func_8018868C.c
424 func_80187114 None None near 9 residual: 9 mismatch .run/backlog_drafts/func_80187114.c
425 func_80188BF8 None None near 9 residual: 9 mismatch .run/backlog_drafts/func_80188BF8.c
426 func_801860F4 None None near 9 residual: 9 mismatch .run/backlog_drafts/func_801860F4.c
427 func_80183628 None None near 9 residual: 9 mismatch .run/backlog_drafts/func_80183628.c
428 func_8018964C None None near 9 residual: 9 mismatch .run/backlog_drafts/func_8018964C.c
429 func_80184664 None None near 9 residual: 9 mismatch .run/backlog_drafts/func_80184664.c
430 func_80185528 None None near 9 residual: 9 mismatch .run/backlog_drafts/func_80185528.c
431 func_8017D4F0 None None near 9 residual: 9 mismatch .run/backlog_drafts/func_8017D4F0.c
432 func_801825E8 None None near 9 residual: 9 mismatch .run/backlog_drafts/func_801825E8.c
433 func_80183C1C None None near 9 residual: 9 mismatch .run/backlog_drafts/func_80183C1C.c
434 func_80188A30 None schedule-regalloc None near 9 9/37 mismatched: gcc-2.7.2 reorders the beqz check and its delay-slot nop in a way no C-level restructuring reached. Core logic verified correct (two 8-byte stack structs, call func_8012DEB8, conditional global/field updates on the return). Permuter/grinder fuel. .run/wave_p31m/ov_SC04_011/func_80188A30.c
435 func_8017FCC0 None None near 10 residual: 10 mismatch .run/backlog_drafts/func_8017FCC0.c
436 func_80180E34 None None near 10 residual: 10 mismatch .run/backlog_drafts/func_80180E34.c
437 func_80180014 None None near 10 residual: 10 mismatch .run/backlog_drafts/func_80180014.c
438 func_8018373C None None near 10 residual: 10 mismatch .run/backlog_drafts/func_8018373C.c
439 func_80188E8C None None near 10 residual: 10 mismatch .run/backlog_drafts/func_80188E8C.c
440 func_801870B4 None None near 10 residual: 10 mismatch .run/backlog_drafts/func_801870B4.c
441 func_80185E3C None None near 10 residual: 10 mismatch .run/backlog_drafts/func_80185E3C.c
442 func_801823D4 None None near 10 residual: 10 mismatch .run/backlog_drafts/func_801823D4.c
443 func_80180AF4 None None near 10 residual: 10 mismatch .run/backlog_drafts/func_80180AF4.c
444 func_8017F804 None None near 10 residual: 10 mismatch .run/backlog_drafts/func_8017F804.c
445 func_80183F7C None None near 10 residual: 10 mismatch .run/backlog_drafts/func_80183F7C.c
446 func_801800DC None None near 10 residual: 10 mismatch .run/backlog_drafts/func_801800DC.c
447 func_80182190 None None near 10 residual: 10 mismatch .run/backlog_drafts/func_80182190.c
448 func_8018A594 None None near 10 residual: 10 mismatch .run/backlog_drafts/func_8018A594.c
449 func_80184794 None None near 10 residual: 10 mismatch .run/backlog_drafts/func_80184794.c
450 func_80186D64 None None near 10 residual: 10 mismatch .run/backlog_drafts/func_80186D64.c
451 func_8013C964 None None near 10 residual: 10 mismatch .run/backlog_drafts/func_8013C964.c
452 func_8017F7E8 1 WAVE 177 near 11 WAVE: 11 mismatch .run/backlog_drafts/func_8017F7E8.c
453 func_801824D0 1 WAVE 181 near 11 WAVE: 11 mismatch .run/backlog_drafts/func_801824D0.c
454 func_80182F4C None None near 11 residual: 11 mismatch .run/backlog_drafts/func_80182F4C.c
455 func_801835C8 None None near 11 residual: 11 mismatch .run/backlog_drafts/func_801835C8.c
456 func_8017D6C4 None None near 11 residual: 11 mismatch .run/backlog_drafts/func_8017D6C4.c
457 func_80181960 None None near 11 residual: 11 mismatch .run/backlog_drafts/func_80181960.c
458 func_8017F67C None None near 11 residual: 11 mismatch .run/backlog_drafts/func_8017F67C.c
459 func_80180154 None None near 11 residual: 11 mismatch .run/backlog_drafts/func_80180154.c
460 func_80180EA8 None None near 11 residual: 11 mismatch .run/backlog_drafts/func_80180EA8.c
461 func_8018F91C None None near 11 residual: 11 mismatch .run/backlog_drafts/func_8018F91C.c
462 func_801835F4 None None near 11 residual: 11 mismatch .run/backlog_drafts/func_801835F4.c
463 func_801848B4 None None near 11 residual: 11 mismatch .run/backlog_drafts/func_801848B4.c
464 func_80182118 None None near 11 residual: 11 mismatch .run/backlog_drafts/func_80182118.c
465 func_8017EECC None None near 11 residual: 11 mismatch .run/backlog_drafts/func_8017EECC.c
466 func_80182F78 None None near 11 residual: 11 mismatch .run/backlog_drafts/func_80182F78.c
467 func_8017F154 None None near 11 residual: 11 mismatch .run/backlog_drafts/func_8017F154.c
468 func_80184358 None None near 11 residual: 11 mismatch .run/backlog_drafts/func_80184358.c
469 func_8017DE70 None None near 11 residual: 11 mismatch .run/backlog_drafts/func_8017DE70.c
470 func_8018D088 None None near 11 residual: 11 mismatch .run/backlog_drafts/func_8018D088.c
471 func_80184F10 None None near 11 residual: 11 mismatch .run/backlog_drafts/func_80184F10.c
472 func_80182E4C None None near 11 residual: 11 mismatch .run/backlog_drafts/func_80182E4C.c
473 func_80182B34 None None near 11 residual: 11 mismatch .run/backlog_drafts/func_80182B34.c
474 func_8017DE18 None None near 11 residual: 11 mismatch .run/backlog_drafts/func_8017DE18.c
475 func_8017F4D8 None None near 11 residual: 11 mismatch .run/backlog_drafts/func_8017F4D8.c
476 func_80189CF0 None None near 11 residual: 11 mismatch .run/backlog_drafts/func_80189CF0.c
477 func_80183794 None None near 11 residual: 11 mismatch .run/backlog_drafts/func_80183794.c
478 func_80180290 None None near 11 residual: 11 mismatch .run/backlog_drafts/func_80180290.c
479 func_8018C730 None None near 11 residual: 11 mismatch .run/backlog_drafts/func_8018C730.c
480 func_8013C938 None None near 11 residual: 11 mismatch .run/backlog_drafts/func_8013C938.c
481 func_80182D60 None None near 11 residual: 11 mismatch .run/backlog_drafts/func_80182D60.c
482 func_8017EAFC None None near 11 residual: 11 mismatch .run/backlog_drafts/func_8017EAFC.c
483 func_8018C974 None None near 11 residual: 11 mismatch .run/backlog_drafts/func_8018C974.c
484 func_80185F68 None None near 11 residual: 11 mismatch .run/backlog_drafts/func_80185F68.c
485 func_8018150C None None near 12 residual: 12 mismatch .run/backlog_drafts/func_8018150C.c
486 func_801803A4 None None near 12 residual: 12 mismatch .run/backlog_drafts/func_801803A4.c
487 func_8017D7F8 None None near 12 residual: 12 mismatch .run/backlog_drafts/func_8017D7F8.c
488 func_8017DFF8 None None near 12 residual: 12 mismatch .run/backlog_drafts/func_8017DFF8.c
489 func_8017DBD8 None None near 12 residual: 12 mismatch .run/backlog_drafts/func_8017DBD8.c
490 func_8017F574 None None near 12 residual: 12 mismatch .run/backlog_drafts/func_8017F574.c
491 func_80183AC8 None None near 12 residual: 12 mismatch .run/backlog_drafts/func_80183AC8.c
492 func_80181C08 None None near 12 residual: 12 mismatch .run/backlog_drafts/func_80181C08.c
493 func_801822C8 None None near 12 residual: 12 mismatch .run/backlog_drafts/func_801822C8.c
494 func_80183BEC None None near 12 residual: 12 mismatch .run/backlog_drafts/func_80183BEC.c
495 func_80184698 None None near 12 residual: 12 mismatch .run/backlog_drafts/func_80184698.c
496 func_80184718 None None near 12 residual: 12 mismatch .run/backlog_drafts/func_80184718.c
497 func_8017F4BC None None near 12 residual: 12 mismatch .run/backlog_drafts/func_8017F4BC.c
498 func_801810A4 None None near 12 residual: 12 mismatch .run/backlog_drafts/func_801810A4.c
499 func_801810D8 None None near 12 residual: 12 mismatch .run/backlog_drafts/func_801810D8.c
500 func_80180554 None None near 12 residual: 12 mismatch .run/backlog_drafts/func_80180554.c
501 func_80181E5C None None near 12 residual: 12 mismatch .run/backlog_drafts/func_80181E5C.c
502 func_8018ABE0 None None near 12 residual: 12 mismatch .run/backlog_drafts/func_8018ABE0.c
503 func_80189A60 None None near 12 residual: 12 mismatch .run/backlog_drafts/func_80189A60.c
504 func_801827C0 None None near 12 residual: 12 mismatch .run/backlog_drafts/func_801827C0.c
505 func_80186A58 None None near 12 residual: 12 mismatch .run/backlog_drafts/func_80186A58.c
506 func_8017F184 None None near 12 residual: 12 mismatch .run/backlog_drafts/func_8017F184.c
507 func_800D1984 None None near 12 residual: 12 mismatch .run/backlog_drafts/func_800D1984.c
508 func_8013B568 None None near 12 residual: 12 mismatch .run/backlog_drafts/func_8013B568.c
509 func_80185F58 None None near 13 residual: 13 mismatch .run/backlog_drafts/func_80185F58.c
510 func_8018A3C8 None None near 13 residual: 13 mismatch .run/backlog_drafts/func_8018A3C8.c
511 func_80180528 None None near 13 residual: 13 mismatch .run/backlog_drafts/func_80180528.c
512 func_801818EC None None near 13 residual: 13 mismatch .run/backlog_drafts/func_801818EC.c
513 func_8017DA3C None None near 13 residual: 13 mismatch .run/backlog_drafts/func_8017DA3C.c
514 func_8017EDA8 None None near 13 residual: 13 mismatch .run/backlog_drafts/func_8017EDA8.c
515 func_801816CC None None near 13 residual: 13 mismatch .run/backlog_drafts/func_801816CC.c
516 func_8017D914 None None near 13 residual: 13 mismatch .run/backlog_drafts/func_8017D914.c
517 func_8017FD58 None None near 13 residual: 13 mismatch .run/backlog_drafts/func_8017FD58.c
518 func_8017F830 None None near 13 residual: 13 mismatch .run/backlog_drafts/func_8017F830.c
519 func_8018276C None None near 13 residual: 13 mismatch .run/backlog_drafts/func_8018276C.c
520 func_80183AF8 None None near 13 residual: 13 mismatch .run/backlog_drafts/func_80183AF8.c
521 func_80180C34 None None near 13 residual: 13 mismatch .run/backlog_drafts/func_80180C34.c
522 func_8017C8E4 None None near 13 residual: 13 mismatch .run/backlog_drafts/func_8017C8E4.c
523 func_8017F0D8 None None near 13 residual: 13 mismatch .run/backlog_drafts/func_8017F0D8.c
524 func_8017E358 None None near 13 residual: 13 mismatch .run/backlog_drafts/func_8017E358.c
525 func_8017CDBC None None near 13 residual: 13 mismatch .run/backlog_drafts/func_8017CDBC.c
526 func_80181D04 None schedule None near 13 wave-A NEAR .run/wave_p31a/ov_SC03_093/func_80181D04.c
527 func_8017D698 None None near 13 residual: 13 mismatch .run/backlog_drafts/func_8017D698.c
528 func_80180D10 None None near 14 residual: 14 mismatch .run/backlog_drafts/func_80180D10.c
529 func_8018316C None None near 14 residual: 14 mismatch .run/backlog_drafts/func_8018316C.c
530 func_8017E808 None None near 14 residual: 14 mismatch .run/backlog_drafts/func_8017E808.c
531 func_80180654 None None near 14 residual: 14 mismatch .run/backlog_drafts/func_80180654.c
532 func_80186DE8 None None near 14 residual: 14 mismatch .run/backlog_drafts/func_80186DE8.c
533 func_801838EC None None near 14 residual: 14 mismatch .run/backlog_drafts/func_801838EC.c
534 func_801892C0 None None near 14 residual: 14 mismatch .run/backlog_drafts/func_801892C0.c
535 func_801859E4 None None near 14 residual: 14 mismatch .run/backlog_drafts/func_801859E4.c
536 func_80189504 None None near 14 residual: 14 mismatch .run/backlog_drafts/func_80189504.c
537 func_8017C918 None None near 14 residual: 14 mismatch .run/backlog_drafts/func_8017C918.c
538 func_801813F0 None None near 14 residual: 14 mismatch .run/backlog_drafts/func_801813F0.c
539 func_80181F6C None None near 14 residual: 14 mismatch .run/backlog_drafts/func_80181F6C.c
540 func_8017EA04 None None near 14 residual: 14 mismatch .run/backlog_drafts/func_8017EA04.c
541 func_8017EBA8 None None near 14 residual: 14 mismatch .run/backlog_drafts/func_8017EBA8.c
542 func_80185404 None None near 14 residual: 14 mismatch .run/backlog_drafts/func_80185404.c
543 func_8017D7C4 None None near 14 residual: 14 mismatch .run/backlog_drafts/func_8017D7C4.c
544 func_80180950 None None near 14 residual: 14 mismatch .run/backlog_drafts/func_80180950.c
545 func_8013BD34 None None near 14 residual: 14 mismatch .run/backlog_drafts/func_8013BD34.c
546 func_801E4D14 None LENGTH-DRIFT None near 14 wave-B NEAR .run/wave_p31a/md_SC02_009/func_801E4D14.c
547 func_80181784 None None near 15 residual: 15 mismatch .run/backlog_drafts/func_80181784.c
548 func_801803F4 None None near 15 residual: 15 mismatch .run/backlog_drafts/func_801803F4.c
549 func_8017E818 None None near 15 residual: 15 mismatch .run/backlog_drafts/func_8017E818.c
550 func_80181B0C None None near 15 residual: 15 mismatch .run/backlog_drafts/func_80181B0C.c
551 func_8017F138 None None near 15 residual: 15 mismatch .run/backlog_drafts/func_8017F138.c
552 func_80181A94 None None near 15 residual: 15 mismatch .run/backlog_drafts/func_80181A94.c
553 func_8017D1B4 None None near 15 residual: 15 mismatch .run/backlog_drafts/func_8017D1B4.c
554 func_8017D220 None None near 15 residual: 15 mismatch .run/backlog_drafts/func_8017D220.c
555 func_80181028 None None near 15 residual: 15 mismatch .run/backlog_drafts/func_80181028.c
556 func_8018533C None None near 15 residual: 15 mismatch .run/backlog_drafts/func_8018533C.c
557 func_8017F120 None None near 15 residual: 15 mismatch .run/backlog_drafts/func_8017F120.c
558 func_80185A68 None None near 15 residual: 15 mismatch .run/backlog_drafts/func_80185A68.c
559 func_8017D49C None None near 15 residual: 15 mismatch .run/backlog_drafts/func_8017D49C.c
560 func_8017F5E0 None None near 15 residual: 15 mismatch .run/backlog_drafts/func_8017F5E0.c
561 func_8017DFCC None None near 15 residual: 15 mismatch .run/backlog_drafts/func_8017DFCC.c
562 func_8017E9F4 None None near 15 residual: 15 mismatch .run/backlog_drafts/func_8017E9F4.c
563 func_8017F3A8 None None near 15 residual: 15 mismatch .run/backlog_drafts/func_8017F3A8.c
564 func_8017E304 None None near 15 residual: 15 mismatch .run/backlog_drafts/func_8017E304.c
565 func_8017E0F0 None None near 16 residual: 16 mismatch .run/backlog_drafts/func_8017E0F0.c
566 func_80182D78 None None near 16 residual: 16 mismatch .run/backlog_drafts/func_80182D78.c
567 func_8017F920 None None near 16 residual: 16 mismatch .run/backlog_drafts/func_8017F920.c
568 func_80187A8C None None near 16 residual: 16 mismatch .run/backlog_drafts/func_80187A8C.c
569 func_8017EC84 None None near 16 residual: 16 mismatch .run/backlog_drafts/func_8017EC84.c
570 func_8017E9CC None None near 16 residual: 16 mismatch .run/backlog_drafts/func_8017E9CC.c
571 func_80186984 None None near 16 residual: 16 mismatch .run/backlog_drafts/func_80186984.c
572 func_8017F414 None None near 16 residual: 16 mismatch .run/backlog_drafts/func_8017F414.c
573 func_8017E090 None None near 16 residual: 16 mismatch .run/backlog_drafts/func_8017E090.c
574 func_801853F8 None None near 16 residual: 16 mismatch .run/backlog_drafts/func_801853F8.c
575 func_8017F20C None None near 16 residual: 16 mismatch .run/backlog_drafts/func_8017F20C.c
576 func_80182654 None None near 16 residual: 16 mismatch .run/backlog_drafts/func_80182654.c
577 func_8017CDE4 None None near 16 residual: 16 mismatch .run/backlog_drafts/func_8017CDE4.c
578 func_8017DFAC None None near 16 residual: 16 mismatch .run/backlog_drafts/func_8017DFAC.c
579 func_8017EF1C None None near 16 residual: 16 mismatch .run/backlog_drafts/func_8017EF1C.c
580 func_8018FE0C None None near 16 residual: 16 mismatch .run/backlog_drafts/func_8018FE0C.c
581 func_80185B4C None None near 16 residual: 16 mismatch .run/backlog_drafts/func_80185B4C.c
582 func_8018FB5C None None near 16 residual: 16 mismatch .run/backlog_drafts/func_8018FB5C.c
583 func_8017EEF4 None None near 17 residual: 17 mismatch .run/backlog_drafts/func_8017EEF4.c
584 func_8017E950 None None near 17 residual: 17 mismatch .run/backlog_drafts/func_8017E950.c
585 func_8017CDD8 None None near 17 residual: 17 mismatch .run/backlog_drafts/func_8017CDD8.c
586 func_80180890 None None near 17 residual: 17 mismatch .run/backlog_drafts/func_80180890.c
587 func_80180D74 None None near 17 residual: 17 mismatch .run/backlog_drafts/func_80180D74.c
588 func_8017F568 None None near 17 residual: 17 mismatch .run/backlog_drafts/func_8017F568.c
589 func_8017E850 None None near 17 residual: 17 mismatch .run/backlog_drafts/func_8017E850.c
590 func_80180D14 None None near 17 residual: 17 mismatch .run/backlog_drafts/func_80180D14.c
591 func_80183C58 None None near 17 residual: 17 mismatch .run/backlog_drafts/func_80183C58.c
592 func_8013B7F4 None None near 17 residual: 17 mismatch .run/backlog_drafts/func_8013B7F4.c
593 func_8017DE58 None None near 17 residual: 17 mismatch .run/backlog_drafts/func_8017DE58.c
594 func_8018208C None None near 18 residual: 18 mismatch .run/backlog_drafts/func_8018208C.c
595 func_801877DC None None near 18 residual: 18 mismatch .run/backlog_drafts/func_801877DC.c
596 func_80189630 None None near 18 residual: 18 mismatch .run/backlog_drafts/func_80189630.c
597 func_80184630 None None near 18 residual: 18 mismatch .run/backlog_drafts/func_80184630.c
598 func_8017DCF4 None None near 18 residual: 18 mismatch .run/backlog_drafts/func_8017DCF4.c
599 func_8017D988 None None near 18 residual: 18 mismatch .run/backlog_drafts/func_8017D988.c
600 func_80182E38 None None near 18 residual: 18 mismatch .run/backlog_drafts/func_80182E38.c
601 func_80180B54 None None near 18 residual: 18 mismatch .run/backlog_drafts/func_80180B54.c
602 func_8017D600 None None near 18 residual: 18 mismatch .run/backlog_drafts/func_8017D600.c
603 func_8017F6C4 None None near 18 residual: 18 mismatch .run/backlog_drafts/func_8017F6C4.c
604 func_8013B7AC None None near 18 residual: 18 mismatch .run/backlog_drafts/func_8013B7AC.c
605 func_8017FFCC None None near 19 residual: 19 mismatch .run/backlog_drafts/func_8017FFCC.c
606 func_801811F4 None None near 19 residual: 19 mismatch .run/backlog_drafts/func_801811F4.c
607 func_80180DB8 None None near 19 residual: 19 mismatch .run/backlog_drafts/func_80180DB8.c
608 func_8017D184 None None near 19 residual: 19 mismatch .run/backlog_drafts/func_8017D184.c
609 func_8017F160 None None near 19 residual: 19 mismatch .run/backlog_drafts/func_8017F160.c
610 func_8017F4D0 None None near 19 residual: 19 mismatch .run/backlog_drafts/func_8017F4D0.c
611 func_8018033C None None near 19 residual: 19 mismatch .run/backlog_drafts/func_8018033C.c
612 func_80181138 None None near 19 residual: 19 mismatch .run/backlog_drafts/func_80181138.c
613 func_8017E048 None None near 19 residual: 19 mismatch .run/backlog_drafts/func_8017E048.c
614 func_8017F3BC None None near 19 residual: 19 mismatch .run/backlog_drafts/func_8017F3BC.c
615 func_801845B4 None None near 19 residual: 19 mismatch .run/backlog_drafts/func_801845B4.c
616 func_8017FF30 None None near 19 residual: 19 mismatch .run/backlog_drafts/func_8017FF30.c
617 func_80185288 None None near 19 residual: 19 mismatch .run/backlog_drafts/func_80185288.c
618 func_8017E890 None None near 20 residual: 20 mismatch .run/backlog_drafts/func_8017E890.c
619 func_8018555C None None near 20 residual: 20 mismatch .run/backlog_drafts/func_8018555C.c
620 func_801826EC None None near 20 residual: 20 mismatch .run/backlog_drafts/func_801826EC.c
621 func_8017DB00 None None near 20 residual: 20 mismatch .run/backlog_drafts/func_8017DB00.c
622 func_80181054 None None near 20 residual: 20 mismatch .run/backlog_drafts/func_80181054.c
623 func_8017FA00 None None near 20 residual: 20 mismatch .run/backlog_drafts/func_8017FA00.c
624 func_8018B6F4 None None near 20 residual: 20 mismatch .run/backlog_drafts/func_8018B6F4.c
625 func_8017EEC8 None None near 20 residual: 20 mismatch .run/backlog_drafts/func_8017EEC8.c
626 func_8017C6B8 None None near 21 residual: 21 mismatch .run/backlog_drafts/func_8017C6B8.c
627 func_8017DB44 None None near 21 residual: 21 mismatch .run/backlog_drafts/func_8017DB44.c
628 func_80187050 None None near 21 residual: 21 mismatch .run/backlog_drafts/func_80187050.c
629 func_8017DD18 None None near 21 residual: 21 mismatch .run/backlog_drafts/func_8017DD18.c
630 func_8017D308 None None near 21 residual: 21 mismatch .run/backlog_drafts/func_8017D308.c
631 func_8017D8B0 None None near 21 residual: 21 mismatch .run/backlog_drafts/func_8017D8B0.c
632 func_8017F080 None None near 21 residual: 21 mismatch .run/backlog_drafts/func_8017F080.c
633 func_80180548 None None near 21 residual: 21 mismatch .run/backlog_drafts/func_80180548.c
634 func_8017DE78 None None near 21 residual: 21 mismatch .run/backlog_drafts/func_8017DE78.c
635 func_80183178 None None near 21 residual: 21 mismatch .run/backlog_drafts/func_80183178.c
636 func_801831D0 None None near 21 residual: 21 mismatch .run/backlog_drafts/func_801831D0.c
637 func_80185A18 None None near 22 residual: 22 mismatch .run/backlog_drafts/func_80185A18.c
638 func_8017FF2C None None near 22 residual: 22 mismatch .run/backlog_drafts/func_8017FF2C.c
639 func_801803E0 None None near 22 residual: 22 mismatch .run/backlog_drafts/func_801803E0.c
640 func_8017D828 None None near 22 residual: 22 mismatch .run/backlog_drafts/func_8017D828.c
641 func_8017DC08 None None near 22 residual: 22 mismatch .run/backlog_drafts/func_8017DC08.c
642 func_80187C64 None None near 22 residual: 22 mismatch .run/backlog_drafts/func_80187C64.c
643 func_8017FA90 None None near 22 residual: 22 mismatch .run/backlog_drafts/func_8017FA90.c
644 func_8017F320 None None near 22 residual: 22 mismatch .run/backlog_drafts/func_8017F320.c
645 func_80181478 None None near 22 residual: 22 mismatch .run/backlog_drafts/func_80181478.c
646 func_801868E0 None None near 22 residual: 22 mismatch .run/backlog_drafts/func_801868E0.c
647 func_8018AB74 None None near 22 residual: 22 mismatch .run/backlog_drafts/func_8018AB74.c
648 func_8018A640 None None near 22 residual: 22 mismatch .run/backlog_drafts/func_8018A640.c
649 func_8013BCDC None None near 22 residual: 22 mismatch .run/backlog_drafts/func_8013BCDC.c
650 func_801803D0 None None near 22 residual: 22 mismatch .run/backlog_drafts/func_801803D0.c
651 func_8017DC54 None None near 23 residual: 23 mismatch .run/backlog_drafts/func_8017DC54.c
652 func_8017F480 None None near 23 residual: 23 mismatch .run/backlog_drafts/func_8017F480.c
653 func_8017EF7C None None near 23 residual: 23 mismatch .run/backlog_drafts/func_8017EF7C.c
654 func_80182FF0 None None near 23 residual: 23 mismatch .run/backlog_drafts/func_80182FF0.c
655 func_80182EE8 None None near 23 residual: 23 mismatch .run/backlog_drafts/func_80182EE8.c
656 func_8017E240 None None near 23 residual: 23 mismatch .run/backlog_drafts/func_8017E240.c
657 func_8017CE94 None None near 23 residual: 23 mismatch .run/backlog_drafts/func_8017CE94.c
658 func_8017FAC8 None None near 23 residual: 23 mismatch .run/backlog_drafts/func_8017FAC8.c
659 func_8018381C None None near 23 residual: 23 mismatch .run/backlog_drafts/func_8018381C.c
660 func_8017F500 None None near 24 residual: 24 mismatch .run/backlog_drafts/func_8017F500.c
661 func_8017DDBC None None near 24 residual: 24 mismatch .run/backlog_drafts/func_8017DDBC.c
662 func_8017F1BC None None near 24 residual: 24 mismatch .run/backlog_drafts/func_8017F1BC.c
663 func_8017EFB0 None None near 24 residual: 24 mismatch .run/backlog_drafts/func_8017EFB0.c
664 func_80182708 None None near 24 residual: 24 mismatch .run/backlog_drafts/func_80182708.c
665 func_8017EBEC None None near 24 residual: 24 mismatch .run/backlog_drafts/func_8017EBEC.c
666 func_80184DE8 None None near 24 residual: 24 mismatch .run/backlog_drafts/func_80184DE8.c
667 func_8018333C None None near 24 residual: 24 mismatch .run/backlog_drafts/func_8018333C.c
668 func_8018056C None None near 24 residual: 24 mismatch .run/backlog_drafts/func_8018056C.c
669 func_801856F0 None None near 24 residual: 24 mismatch .run/backlog_drafts/func_801856F0.c
670 func_8018DFDC None None near 25 residual: 25 mismatch .run/backlog_drafts/func_8018DFDC.c
671 func_801827A8 None None near 25 residual: 25 mismatch .run/backlog_drafts/func_801827A8.c
672 func_8017CFC4 None None near 25 residual: 25 mismatch .run/backlog_drafts/func_8017CFC4.c
673 func_8017D7A4 None None near 25 residual: 25 mismatch .run/backlog_drafts/func_8017D7A4.c
674 func_80182514 None None near 25 residual: 25 mismatch .run/backlog_drafts/func_80182514.c
675 func_8018545C None None near 25 residual: 25 mismatch .run/backlog_drafts/func_8018545C.c
676 func_80181134 None None near 25 residual: 25 mismatch .run/backlog_drafts/func_80181134.c
677 func_8017FE10 None None near 25 residual: 25 mismatch .run/backlog_drafts/func_8017FE10.c
678 func_80182E34 None None near 25 residual: 25 mismatch .run/backlog_drafts/func_80182E34.c
679 func_8017D864 None None near 25 residual: 25 mismatch .run/backlog_drafts/func_8017D864.c
680 func_8017DB70 None None near 25 residual: 25 mismatch .run/backlog_drafts/func_8017DB70.c
681 func_8017FB68 None None near 26 residual: 26 mismatch .run/backlog_drafts/func_8017FB68.c
682 func_8018ACB4 None None near 26 residual: 26 mismatch .run/backlog_drafts/func_8018ACB4.c
683 func_8017EBF4 None None near 26 residual: 26 mismatch .run/backlog_drafts/func_8017EBF4.c
684 func_801830EC None None near 26 residual: 26 mismatch .run/backlog_drafts/func_801830EC.c
685 func_801804F4 None None near 26 residual: 26 mismatch .run/backlog_drafts/func_801804F4.c
686 func_8017E6C0 None None near 26 residual: 26 mismatch .run/backlog_drafts/func_8017E6C0.c
687 func_8017F024 None None near 26 residual: 26 mismatch .run/backlog_drafts/func_8017F024.c
688 func_80181254 None None near 26 residual: 26 mismatch .run/backlog_drafts/func_80181254.c
689 func_80184A1C None None near 27 residual: 27 mismatch .run/backlog_drafts/func_80184A1C.c
690 func_80184430 None None near 27 residual: 27 mismatch .run/backlog_drafts/func_80184430.c
691 func_80185934 None None near 27 residual: 27 mismatch .run/backlog_drafts/func_80185934.c
692 func_80180D28 None None near 27 residual: 27 mismatch .run/backlog_drafts/func_80180D28.c
693 func_8017E1F4 None None near 27 residual: 27 mismatch .run/backlog_drafts/func_8017E1F4.c
694 func_80183830 None None near 27 residual: 27 mismatch .run/backlog_drafts/func_80183830.c
695 func_8017DAD0 None None near 28 residual: 28 mismatch .run/backlog_drafts/func_8017DAD0.c
696 func_80183C4C None None near 28 residual: 28 mismatch .run/backlog_drafts/func_80183C4C.c
697 func_80181300 None None near 28 residual: 28 mismatch .run/backlog_drafts/func_80181300.c
698 func_8017E218 None None near 28 residual: 28 mismatch .run/backlog_drafts/func_8017E218.c
699 func_8017F8AC None None near 28 residual: 28 mismatch .run/backlog_drafts/func_8017F8AC.c
700 func_80180E98 None None near 28 residual: 28 mismatch .run/backlog_drafts/func_80180E98.c
701 func_80188650 None None near 28 residual: 28 mismatch .run/backlog_drafts/func_80188650.c
702 func_80183A18 None None near 28 residual: 28 mismatch .run/backlog_drafts/func_80183A18.c
703 func_80183A24 None None near 28 residual: 28 mismatch .run/backlog_drafts/func_80183A24.c
704 func_8018BCC4 None regalloc-order None near 28 wave-B NEAR .run/wave_p31a/ov_SC02_011/func_8018BCC4.c
705 func_8017EC6C None unverified None near 28 wave-B NEAR .run/wave_p31a/ov_SC02_027/func_8017EC6C.c
706 func_80180CA0 None None near 29 residual: 29 mismatch .run/backlog_drafts/func_80180CA0.c
707 func_8017ED0C None None near 29 residual: 29 mismatch .run/backlog_drafts/func_8017ED0C.c
708 func_801840C0 None None near 29 residual: 29 mismatch .run/backlog_drafts/func_801840C0.c
709 func_8017F344 None None near 29 residual: 29 mismatch .run/backlog_drafts/func_8017F344.c
710 func_80180214 None None near 29 residual: 29 mismatch .run/backlog_drafts/func_80180214.c
711 func_801803DC None None near 29 residual: 29 mismatch .run/backlog_drafts/func_801803DC.c
712 func_80181304 None None near 29 residual: 29 mismatch .run/backlog_drafts/func_80181304.c
713 func_8018B9DC None None near 29 residual: 29 mismatch .run/backlog_drafts/func_8018B9DC.c
714 func_80180840 None None near 29 residual: 29 mismatch .run/backlog_drafts/func_80180840.c
715 func_80182E08 None None near 30 residual: 30 mismatch .run/backlog_drafts/func_80182E08.c
716 func_8017F750 None None near 30 residual: 30 mismatch .run/backlog_drafts/func_8017F750.c
717 func_8018133C None None near 30 residual: 30 mismatch .run/backlog_drafts/func_8018133C.c
718 func_8017D894 None None near 30 residual: 30 mismatch .run/backlog_drafts/func_8017D894.c
719 func_8017DCB0 None LENGTH-DRIFT None near 30 wave-A NEAR .run/wave_p31a/ov_MAIN_012/func_8017DCB0.c
720 func_80182268 None None near 31 residual: 31 mismatch .run/backlog_drafts/func_80182268.c
721 func_8018337C None None near 31 residual: 31 mismatch .run/backlog_drafts/func_8018337C.c
722 func_801800F4 None None near 31 residual: 31 mismatch .run/backlog_drafts/func_801800F4.c
723 func_80181990 None None near 31 residual: 31 mismatch .run/backlog_drafts/func_80181990.c
724 func_8017D8C8 None None near 31 residual: 31 mismatch .run/backlog_drafts/func_8017D8C8.c
725 func_80184AA8 None None near 31 residual: 31 mismatch .run/backlog_drafts/func_80184AA8.c
726 func_8017E9EC None None near 31 residual: 31 mismatch .run/backlog_drafts/func_8017E9EC.c
727 func_80182D18 None None near 31 residual: 31 mismatch .run/backlog_drafts/func_80182D18.c
728 func_8017D524 None None near 31 residual: 31 mismatch .run/backlog_drafts/func_8017D524.c
729 func_8017D784 None None near 31 residual: 31 mismatch .run/backlog_drafts/func_8017D784.c
730 func_8017EEFC None None near 32 residual: 32 mismatch .run/backlog_drafts/func_8017EEFC.c
731 func_8017FC50 None None near 32 residual: 32 mismatch .run/backlog_drafts/func_8017FC50.c
732 func_8017D554 None None near 32 residual: 32 mismatch .run/backlog_drafts/func_8017D554.c
733 func_80183018 None None near 32 residual: 32 mismatch .run/backlog_drafts/func_80183018.c
734 func_8017F370 None None near 32 residual: 32 mismatch .run/backlog_drafts/func_8017F370.c
735 func_8017DBC0 None None near 32 residual: 32 mismatch .run/backlog_drafts/func_8017DBC0.c
736 func_80182000 None None near 32 residual: 32 mismatch .run/backlog_drafts/func_80182000.c
737 func_8017FEC8 None None near 32 residual: 32 mismatch .run/backlog_drafts/func_8017FEC8.c
738 func_8017D874 None None near 32 residual: 32 mismatch .run/backlog_drafts/func_8017D874.c
739 func_8017FACC None None near 32 residual: 32 mismatch .run/backlog_drafts/func_8017FACC.c
740 func_8017F7F8 None None near 32 residual: 32 mismatch .run/backlog_drafts/func_8017F7F8.c
741 func_8017FB78 None None near 33 residual: 33 mismatch .run/backlog_drafts/func_8017FB78.c
742 func_80181A40 None None near 33 residual: 33 mismatch .run/backlog_drafts/func_80181A40.c
743 func_801800D4 None None near 33 residual: 33 mismatch .run/backlog_drafts/func_801800D4.c
744 func_80182E1C None None near 33 residual: 33 mismatch .run/backlog_drafts/func_80182E1C.c
745 func_8017EEB0 None None near 33 residual: 33 mismatch .run/backlog_drafts/func_8017EEB0.c
746 func_8017E740 None None near 34 residual: 34 mismatch .run/backlog_drafts/func_8017E740.c
747 func_8017D804 None None near 35 residual: 35 mismatch .run/backlog_drafts/func_8017D804.c
748 func_8017DA0C None None near 35 residual: 35 mismatch .run/backlog_drafts/func_8017DA0C.c
749 func_80180030 None None near 35 residual: 35 mismatch .run/backlog_drafts/func_80180030.c
750 func_8017E32C None None near 35 residual: 35 mismatch .run/backlog_drafts/func_8017E32C.c
751 func_80181090 None None near 36 residual: 36 mismatch .run/backlog_drafts/func_80181090.c
752 func_8017EC78 None None near 36 residual: 36 mismatch .run/backlog_drafts/func_8017EC78.c
753 func_8017E79C None None near 36 residual: 36 mismatch .run/backlog_drafts/func_8017E79C.c
754 func_80182A08 None None near 36 residual: 36 mismatch .run/backlog_drafts/func_80182A08.c
755 func_8017F0E8 None None near 36 residual: 36 mismatch .run/backlog_drafts/func_8017F0E8.c
756 func_8017D294 None None near 36 residual: 36 mismatch .run/backlog_drafts/func_8017D294.c
757 func_80182304 None None near 36 residual: 36 mismatch .run/backlog_drafts/func_80182304.c
758 func_8017FE28 None None near 36 residual: 36 mismatch .run/backlog_drafts/func_8017FE28.c
759 func_80180F08 None None near 37 residual: 37 mismatch .run/backlog_drafts/func_80180F08.c
760 func_8017EB5C None None near 37 residual: 37 mismatch .run/backlog_drafts/func_8017EB5C.c
761 func_8017D29C None None near 37 residual: 37 mismatch .run/backlog_drafts/func_8017D29C.c
762 func_8017E230 None None near 37 residual: 37 mismatch .run/backlog_drafts/func_8017E230.c
763 func_8017E6FC None None near 38 residual: 38 mismatch .run/backlog_drafts/func_8017E6FC.c
764 func_8017FE08 None None near 38 residual: 38 mismatch .run/backlog_drafts/func_8017FE08.c
765 func_8017D80C None None near 38 residual: 38 mismatch .run/backlog_drafts/func_8017D80C.c
766 func_80186FA8 None None near 38 residual: 38 mismatch .run/backlog_drafts/func_80186FA8.c
767 func_80180A38 None None near 38 residual: 38 mismatch .run/backlog_drafts/func_80180A38.c
768 func_8017D740 None None near 38 residual: 38 mismatch .run/backlog_drafts/func_8017D740.c
769 func_8017DD44 None None near 38 residual: 38 mismatch .run/backlog_drafts/func_8017DD44.c
770 func_8017E840 None None near 39 residual: 39 mismatch .run/backlog_drafts/func_8017E840.c
771 func_8017E014 None None near 39 residual: 39 mismatch .run/backlog_drafts/func_8017E014.c
772 func_8017EC70 None None near 39 residual: 39 mismatch .run/backlog_drafts/func_8017EC70.c
773 func_80180C2C None None near 39 residual: 39 mismatch .run/backlog_drafts/func_80180C2C.c
774 func_8017F724 None None near 39 residual: 39 mismatch .run/backlog_drafts/func_8017F724.c
775 func_8018ACD4 None None near 39 residual: 39 mismatch .run/backlog_drafts/func_8018ACD4.c
776 func_8018308C 1 STRUCT 166 near 40 STRUCT: 40 mismatch .run/backlog_drafts/func_8018308C.c
777 func_8017ED80 None None near 40 residual: 40 mismatch .run/backlog_drafts/func_8017ED80.c
778 func_80180850 None None near 40 residual: 40 mismatch .run/backlog_drafts/func_80180850.c
779 func_80181438 None None near 40 residual: 40 mismatch .run/backlog_drafts/func_80181438.c
780 func_8017D0BC None None near 41 residual: 41 mismatch .run/backlog_drafts/func_8017D0BC.c
781 func_8017E94C None None near 41 residual: 41 mismatch .run/backlog_drafts/func_8017E94C.c
782 func_8017E170 None None near 41 residual: 41 mismatch .run/backlog_drafts/func_8017E170.c
783 func_8018043C None None near 41 residual: 41 mismatch .run/backlog_drafts/func_8018043C.c
784 func_80183364 None None near 41 residual: 41 mismatch .run/backlog_drafts/func_80183364.c
785 func_801824F0 None None near 41 residual: 41 mismatch .run/backlog_drafts/func_801824F0.c
786 func_8017F4A0 None None near 41 residual: 41 mismatch .run/backlog_drafts/func_8017F4A0.c
787 func_80183F4C None None near 41 residual: 41 mismatch .run/backlog_drafts/func_80183F4C.c
788 func_80186044 None None near 41 residual: 41 mismatch .run/backlog_drafts/func_80186044.c
789 func_80180010 None None near 42 residual: 42 mismatch .run/backlog_drafts/func_80180010.c
790 func_8017E824 None None near 42 residual: 42 mismatch .run/backlog_drafts/func_8017E824.c
791 func_80183598 None None near 42 residual: 42 mismatch .run/backlog_drafts/func_80183598.c
792 func_8017ECF4 None None near 43 residual: 43 mismatch .run/backlog_drafts/func_8017ECF4.c
793 func_8018118C None None near 43 residual: 43 mismatch .run/backlog_drafts/func_8018118C.c
794 func_8017D96C None None near 43 residual: 43 mismatch .run/backlog_drafts/func_8017D96C.c
795 func_801812FC None None near 43 residual: 43 mismatch .run/backlog_drafts/func_801812FC.c
796 func_80186B08 None None near 43 residual: 43 mismatch .run/backlog_drafts/func_80186B08.c
797 func_8013C360 None None near 44 residual: 44 mismatch .run/backlog_drafts/func_8013C360.c
798 func_8017E7D0 None None near 45 residual: 45 mismatch .run/backlog_drafts/func_8017E7D0.c
799 func_8017E380 None None near 45 residual: 45 mismatch .run/backlog_drafts/func_8017E380.c
800 func_80180A88 None None near 45 residual: 45 mismatch .run/backlog_drafts/func_80180A88.c
801 func_80189DB4 None None near 45 residual: 45 mismatch .run/backlog_drafts/func_80189DB4.c
802 func_8018001C None None near 46 residual: 46 mismatch .run/backlog_drafts/func_8018001C.c
803 func_8017F2A0 None None near 46 residual: 46 mismatch .run/backlog_drafts/func_8017F2A0.c
804 func_80188BEC None None near 47 residual: 47 mismatch .run/backlog_drafts/func_80188BEC.c
805 func_801804DC None None near 47 residual: 47 mismatch .run/backlog_drafts/func_801804DC.c
806 func_801808D8 None None near 47 residual: 47 mismatch .run/backlog_drafts/func_801808D8.c
807 func_8017E8D0 None None near 47 residual: 47 mismatch .run/backlog_drafts/func_8017E8D0.c
808 func_801805DC None None near 47 residual: 47 mismatch .run/backlog_drafts/func_801805DC.c
809 func_8017F84C None None near 48 residual: 48 mismatch .run/backlog_drafts/func_8017F84C.c
810 func_8017FCF0 None None near 48 residual: 48 mismatch .run/backlog_drafts/func_8017FCF0.c
811 func_8017D6F0 None None near 49 residual: 49 mismatch .run/backlog_drafts/func_8017D6F0.c
812 func_8017DF40 None None near 49 residual: 49 mismatch .run/backlog_drafts/func_8017DF40.c
813 func_801845EC None None near 50 residual: 50 mismatch .run/backlog_drafts/func_801845EC.c
814 func_8017F4C4 None None near 50 residual: 50 mismatch .run/backlog_drafts/func_8017F4C4.c
815 func_8017DE74 None None near 50 residual: 50 mismatch .run/backlog_drafts/func_8017DE74.c
816 func_80183D48 None None near 50 residual: 50 mismatch .run/backlog_drafts/func_80183D48.c
817 func_80181124 None None near 52 residual: 52 mismatch .run/backlog_drafts/func_80181124.c
818 func_8017FB48 None None near 52 residual: 52 mismatch .run/backlog_drafts/func_8017FB48.c
819 func_8017DB6C None None near 53 residual: 53 mismatch .run/backlog_drafts/func_8017DB6C.c
820 func_8018048C None None near 53 residual: 53 mismatch .run/backlog_drafts/func_8018048C.c
821 func_8018465C None None near 54 residual: 54 mismatch .run/backlog_drafts/func_8018465C.c
822 func_80180B7C None None near 54 residual: 54 mismatch .run/backlog_drafts/func_80180B7C.c
823 func_8017FE54 None None near 55 residual: 55 mismatch .run/backlog_drafts/func_8017FE54.c
824 func_80182030 None None near 55 residual: 55 mismatch .run/backlog_drafts/func_80182030.c
825 func_80180204 None None near 55 residual: 55 mismatch .run/backlog_drafts/func_80180204.c
826 func_80184BD8 None None near 55 residual: 55 mismatch .run/backlog_drafts/func_80184BD8.c
827 func_80181DEC None None near 57 residual: 57 mismatch .run/backlog_drafts/func_80181DEC.c
828 func_8017E524 None None near 57 residual: 57 mismatch .run/backlog_drafts/func_8017E524.c
829 func_80184920 None None near 58 residual: 58 mismatch .run/backlog_drafts/func_80184920.c
830 func_80182EA0 None None near 58 residual: 58 mismatch .run/backlog_drafts/func_80182EA0.c
831 func_8017F1C4 None None near 58 residual: 58 mismatch .run/backlog_drafts/func_8017F1C4.c
832 func_80181A5C None None near 58 residual: 58 mismatch .run/backlog_drafts/func_80181A5C.c
833 func_8017D544 None None near 58 residual: 58 mismatch .run/backlog_drafts/func_8017D544.c
834 func_8017EA2C None None near 58 residual: 58 mismatch .run/backlog_drafts/func_8017EA2C.c
835 func_80180B50 None None near 59 residual: 59 mismatch .run/backlog_drafts/func_80180B50.c
836 func_8017EC48 None None near 61 residual: 61 mismatch .run/backlog_drafts/func_8017EC48.c
837 func_8017EEE0 None None near 62 residual: 62 mismatch .run/backlog_drafts/func_8017EEE0.c
838 func_80188204 None None near 62 residual: 62 mismatch .run/backlog_drafts/func_80188204.c
839 func_8017F25C None None near 62 residual: 62 mismatch .run/backlog_drafts/func_8017F25C.c
840 func_8017EB74 None None near 63 residual: 63 mismatch .run/backlog_drafts/func_8017EB74.c
841 func_8017E798 None None near 64 residual: 64 mismatch .run/backlog_drafts/func_8017E798.c
842 func_8017D610 None None near 64 residual: 64 mismatch .run/backlog_drafts/func_8017D610.c
843 func_8017F1A0 None None near 64 residual: 64 mismatch .run/backlog_drafts/func_8017F1A0.c
844 func_8017D928 None None near 64 residual: 64 mismatch .run/backlog_drafts/func_8017D928.c
845 func_801865EC 1 WAVE 125 near 65 WAVE: 65 mismatch .run/backlog_drafts/func_801865EC.c
846 func_8018656C None None near 65 residual: 65 mismatch .run/backlog_drafts/func_8018656C.c
847 func_80185B5C None None near 67 residual: 67 mismatch .run/backlog_drafts/func_80185B5C.c
848 func_8017E910 None None near 68 residual: 68 mismatch .run/backlog_drafts/func_8017E910.c
849 func_80182378 None None near 69 residual: 69 mismatch .run/backlog_drafts/func_80182378.c
850 func_80184238 None None near 72 residual: 72 mismatch .run/backlog_drafts/func_80184238.c
851 func_801866B0 None None near 72 residual: 72 mismatch .run/backlog_drafts/func_801866B0.c
852 func_8017D9E4 None None near 73 residual: 73 mismatch .run/backlog_drafts/func_8017D9E4.c
853 func_80181344 None None near 73 residual: 73 mismatch .run/backlog_drafts/func_80181344.c
854 func_801874E4 None None near 73 residual: 73 mismatch .run/backlog_drafts/func_801874E4.c
855 func_8018E0AC None None near 73 residual: 73 mismatch .run/backlog_drafts/func_8018E0AC.c
856 func_80182B90 None None near 74 residual: 74 mismatch .run/backlog_drafts/func_80182B90.c
857 func_8018165C None None near 74 residual: 74 mismatch .run/backlog_drafts/func_8018165C.c
858 func_8017F468 None None near 74 residual: 74 mismatch .run/backlog_drafts/func_8017F468.c
859 func_801457A4 None None near 74 residual: 74 mismatch .run/backlog_drafts/func_801457A4.c
860 func_8017DAB4 None None near 75 residual: 75 mismatch .run/backlog_drafts/func_8017DAB4.c
861 func_80181500 None None near 75 residual: 75 mismatch .run/backlog_drafts/func_80181500.c
862 func_801814A8 None None near 76 residual: 76 mismatch .run/backlog_drafts/func_801814A8.c
863 func_8017E81C None None near 76 residual: 76 mismatch .run/backlog_drafts/func_8017E81C.c
864 func_80184DDC None None near 77 residual: 77 mismatch .run/backlog_drafts/func_80184DDC.c
865 func_8017E2F4 None None near 77 residual: 77 mismatch .run/backlog_drafts/func_8017E2F4.c
866 func_8017EDBC None None near 78 residual: 78 mismatch .run/backlog_drafts/func_8017EDBC.c
867 func_801815AC None None near 79 residual: 79 mismatch .run/backlog_drafts/func_801815AC.c
868 func_8017D54C None None near 79 residual: 79 mismatch .run/backlog_drafts/func_8017D54C.c
869 func_80181260 None None near 79 residual: 79 mismatch .run/backlog_drafts/func_80181260.c
870 func_801805D0 None None near 79 residual: 79 mismatch .run/backlog_drafts/func_801805D0.c
871 func_80180C0C None None near 80 residual: 80 mismatch .run/backlog_drafts/func_80180C0C.c
872 func_8017F290 1 regalloc-order 86 near 81 none — MATCH. Two levers: (1) hold &D_801270CC in a int *state local so its .run/backlog_drafts/func_8017F290.c
873 func_80181068 None None near 81 residual: 81 mismatch .run/backlog_drafts/func_80181068.c
874 func_801833D4 None None near 81 residual: 81 mismatch .run/backlog_drafts/func_801833D4.c
875 func_8017EB88 None None near 82 residual: 82 mismatch .run/backlog_drafts/func_8017EB88.c
876 func_8017F840 None None near 82 residual: 82 mismatch .run/backlog_drafts/func_8017F840.c
877 func_8017DA9C None None near 83 residual: 83 mismatch .run/backlog_drafts/func_8017DA9C.c
878 func_801829F0 None None near 83 residual: 83 mismatch .run/backlog_drafts/func_801829F0.c
879 func_8017FBA4 None None near 83 residual: 83 mismatch .run/backlog_drafts/func_8017FBA4.c
880 func_801848AC None None near 84 residual: 84 mismatch .run/backlog_drafts/func_801848AC.c
881 func_801847FC None None near 86 residual: 86 mismatch .run/backlog_drafts/func_801847FC.c
882 func_8018006C None None near 86 residual: 86 mismatch .run/backlog_drafts/func_8018006C.c
883 func_80181F08 1 STRUCT 117 near 90 STRUCT: 90 mismatch .run/backlog_drafts/func_80181F08.c
884 func_801821D4 None None near 90 residual: 90 mismatch .run/backlog_drafts/func_801821D4.c
885 func_8017F0A8 None None near 90 residual: 90 mismatch .run/backlog_drafts/func_8017F0A8.c
886 func_8017EDC0 None None near 91 residual: 91 mismatch .run/backlog_drafts/func_8017EDC0.c
887 func_801807DC None None near 92 residual: 92 mismatch .run/backlog_drafts/func_801807DC.c
888 func_80180170 None None near 92 residual: 92 mismatch .run/backlog_drafts/func_80180170.c
889 func_8017D98C 1 plumbing 31 near 93 none — MATCH (expected): straight global stores + tail call; const 0x140 reused for two halves .run/backlog_drafts/func_8017D98C.c
890 func_8017D940 None None near 94 residual: 94 mismatch .run/backlog_drafts/func_8017D940.c
891 func_8017DAB8 None None near 97 residual: 97 mismatch .run/backlog_drafts/func_8017DAB8.c
892 func_80180040 None None near 97 residual: 97 mismatch .run/backlog_drafts/func_80180040.c
893 func_8017FBE0 None None near 97 residual: 97 mismatch .run/backlog_drafts/func_8017FBE0.c
894 func_8017DAEC 1 WAVE 113 near 98 WAVE: 98 mismatch .run/backlog_drafts/func_8017DAEC.c
895 func_80182728 None None near 98 residual: 98 mismatch .run/backlog_drafts/func_80182728.c
896 func_8017D808 None None near 102 residual: 102 mismatch .run/backlog_drafts/func_8017D808.c
897 func_80182D10 None None near 102 residual: 102 mismatch .run/backlog_drafts/func_80182D10.c
898 func_8017DC40 None None near 104 residual: 104 mismatch .run/backlog_drafts/func_8017DC40.c
899 func_80182BC8 None None near 107 residual: 107 mismatch .run/backlog_drafts/func_80182BC8.c
900 func_8017F69C None None near 107 residual: 107 mismatch .run/backlog_drafts/func_8017F69C.c
901 func_8017F3E4 None None near 110 residual: 110 mismatch .run/backlog_drafts/func_8017F3E4.c
902 func_80181948 1 STRUCT 132 near 111 STRUCT: 111 mismatch .run/backlog_drafts/func_80181948.c
903 func_8017DAF4 None None near 111 residual: 111 mismatch .run/backlog_drafts/func_8017DAF4.c
904 func_8017FE9C None None near 111 residual: 111 mismatch .run/backlog_drafts/func_8017FE9C.c
905 func_8017F768 None None near 112 residual: 112 mismatch .run/backlog_drafts/func_8017F768.c
906 func_8017F3B8 None None near 112 residual: 112 mismatch .run/backlog_drafts/func_8017F3B8.c
907 func_8017D508 None None near 113 residual: 113 mismatch .run/backlog_drafts/func_8017D508.c
908 func_80180C90 1 STRUCT 160 near 116 STRUCT: 116 mismatch .run/backlog_drafts/func_80180C90.c
909 func_8017E8F8 None None near 120 residual: 120 mismatch .run/backlog_drafts/func_8017E8F8.c
910 func_8017F074 None None near 121 residual: 121 mismatch .run/backlog_drafts/func_8017F074.c
911 func_8017D890 None None near 124 residual: 124 mismatch .run/backlog_drafts/func_8017D890.c
912 func_8017DECC None None near 125 residual: 125 mismatch .run/backlog_drafts/func_8017DECC.c
913 func_80185020 None None near 125 residual: 125 mismatch .run/backlog_drafts/func_80185020.c
914 func_801892CC None None near 127 residual: 127 mismatch .run/backlog_drafts/func_801892CC.c
915 func_8017EB00 None None near 127 residual: 127 mismatch .run/backlog_drafts/func_8017EB00.c
916 func_80185E68 1 STRUCT 132 near 131 STRUCT: 131 mismatch .run/backlog_drafts/func_80185E68.c
917 func_80186530 None None near 139 residual: 139 mismatch .run/backlog_drafts/func_80186530.c
918 func_80186078 1 WAVE 174 near 141 WAVE: 141 mismatch .run/backlog_drafts/func_80186078.c
919 func_80184F08 None regalloc-order None near 141 none — MATCH (145/145 ins, match_one confirmed) .run/backlog_drafts/func_80184F08.c
920 func_8017DB0C None None near 142 residual: 142 mismatch .run/backlog_drafts/func_8017DB0C.c
921 func_80181984 None None near 153 residual: 153 mismatch .run/backlog_drafts/func_80181984.c
922 func_8017E6EC None None near 172 residual: 172 mismatch .run/backlog_drafts/func_8017E6EC.c
923 func_80181BE4 1 STRUCT 201 near 173 STRUCT: 173 mismatch .run/backlog_drafts/func_80181BE4.c
924 func_80184210 None None near 176 residual: 176 mismatch .run/backlog_drafts/func_80184210.c
925 func_80180568 None None near 185 residual: 185 mismatch .run/backlog_drafts/func_80180568.c
926 func_801809C4 None None near 190 residual: 190 mismatch .run/backlog_drafts/func_801809C4.c
927 func_80183D84 None None near 192 residual: 192 mismatch .run/backlog_drafts/func_80183D84.c
928 func_801823B8 None None near 204 residual: 204 mismatch .run/backlog_drafts/func_801823B8.c
929 func_801826C4 None None near 207 residual: 207 mismatch .run/backlog_drafts/func_801826C4.c
930 func_8017FD14 1 STRUCT 249 near 240 STRUCT: 240 mismatch .run/backlog_drafts/func_8017FD14.c
931 func_8017E7D4 None None near 241 residual: 241 mismatch .run/backlog_drafts/func_8017E7D4.c
932 func_80181164 None None near 241 residual: 241 mismatch .run/backlog_drafts/func_80181164.c
933 func_801830B4 None None near 241 residual: 241 mismatch .run/backlog_drafts/func_801830B4.c
934 func_80183BF8 None None near 258 residual: 258 mismatch .run/backlog_drafts/func_80183BF8.c
935 func_8017EB30 None None near 278 residual: 278 mismatch .run/backlog_drafts/func_8017EB30.c
936 func_801804A0 None None near 280 residual: 280 mismatch .run/backlog_drafts/func_801804A0.c
937 func_80181670 None None near 311 residual: 311 mismatch .run/backlog_drafts/func_80181670.c
938 func_80189540 None None near 463 residual: 463 mismatch .run/backlog_drafts/func_80189540.c
939 func_80144B9C None None near 728 residual: 728 mismatch .run/backlog_drafts/func_80144B9C.c
940 func_80185BA4 1 WAVE 177 failed won't compile standalone (loose-typing / missing decl)
941 func_8017D8DC None None failed won't compile standalone (loose-typing / missing decl) .run/backlog_drafts/func_8017D8DC.c
942 func_8017FFEC None None failed won't compile standalone (loose-typing / missing decl) .run/backlog_drafts/func_8017FFEC.c
943 func_8017DC18 None None failed won't compile standalone (loose-typing / missing decl) .run/backlog_drafts/func_8017DC18.c
944 func_801853CC None None failed won't compile standalone (loose-typing / missing decl) .run/backlog_drafts/func_801853CC.c
945 func_80181894 None None failed won't compile standalone (loose-typing / missing decl) .run/backlog_drafts/func_80181894.c
946 func_8018BFBC None None failed won't compile standalone (loose-typing / missing decl) .run/backlog_drafts/func_8018BFBC.c
947 func_801807F4 None None failed won't compile standalone (loose-typing / missing decl) .run/backlog_drafts/func_801807F4.c
948 func_8017FFC8 None None failed won't compile standalone (loose-typing / missing decl) .run/backlog_drafts/func_8017FFC8.c
949 func_8017E99C None None failed won't compile standalone (loose-typing / missing decl) .run/backlog_drafts/func_8017E99C.c
950 func_80180294 None None failed won't compile standalone (loose-typing / missing decl) .run/backlog_drafts/func_80180294.c
951 func_8017E76C None None failed won't compile standalone (loose-typing / missing decl) .run/backlog_drafts/func_8017E76C.c
952 func_8017F29C None None failed won't compile standalone (loose-typing / missing decl) .run/backlog_drafts/func_8017F29C.c
953 func_8017F00C None None failed won't compile standalone (loose-typing / missing decl) .run/backlog_drafts/func_8017F00C.c
954 func_801802B0 None None failed won't compile standalone (loose-typing / missing decl) .run/backlog_drafts/func_801802B0.c
955 func_8017DA1C None None failed won't compile standalone (loose-typing / missing decl) .run/backlog_drafts/func_8017DA1C.c
956 func_8017FFC4 None None failed won't compile standalone (loose-typing / missing decl) .run/backlog_drafts/func_8017FFC4.c
957 func_8017E2F0 None None failed won't compile standalone (loose-typing / missing decl) .run/backlog_drafts/func_8017E2F0.c
958 func_801841E4 None None failed won't compile standalone (loose-typing / missing decl) .run/backlog_drafts/func_801841E4.c
959 func_80181738 None None failed won't compile standalone (loose-typing / missing decl) .run/backlog_drafts/func_80181738.c
960 func_801873D8 None None failed won't compile standalone (loose-typing / missing decl) .run/backlog_drafts/func_801873D8.c
961 func_80185628 None None failed won't compile standalone (loose-typing / missing decl) .run/backlog_drafts/func_80185628.c
962 func_80181A78 None None failed won't compile standalone (loose-typing / missing decl) .run/backlog_drafts/func_80181A78.c
963 func_8017EA1C None None failed won't compile standalone (loose-typing / missing decl) .run/backlog_drafts/func_8017EA1C.c
964 func_8017F098 None None failed won't compile standalone (loose-typing / missing decl) .run/backlog_drafts/func_8017F098.c
965 func_801822CC None None failed won't compile standalone (loose-typing / missing decl) .run/backlog_drafts/func_801822CC.c
966 func_8017E3F4 None None failed won't compile standalone (loose-typing / missing decl) .run/backlog_drafts/func_8017E3F4.c
967 func_800D1658 None None failed won't compile standalone (loose-typing / missing decl) .run/backlog_drafts/func_800D1658.c
968 func_800D24A0 None None failed won't compile standalone (loose-typing / missing decl) .run/backlog_drafts/func_800D24A0.c
969 func_8013DD68 None None failed won't compile standalone (loose-typing / missing decl) .run/backlog_drafts/func_8013DD68.c
970 func_8012D664 None schedule None failed none — MATCH .run/backlog_drafts/func_8012D664.c
971 func_80136C90 None struct None failed none — MATCH (28 ins). 10-byte 1-aligned struct copy (S10{char s[10]}) from global D_801A5A7C into a stack buffer, then ((void(*)(int, void *, int, int, int, int))func_8001534C)(0,&buf,0x78,0x10,0,0). gcc emits the block move as 2 unaligned words (lwl/lwr+swl/swr) + 2 bytes (lb/sb). .run/backlog_drafts/func_80136C90.c
972 func_80145CEC None struct None failed 2 residuals — (1) target RELOADS global ptr ((s32 )&D_80126B78) before each of its 5 field accesses (f28/f18/f1a/f1c/f2c); gcc-2.7.2 CSEs the single pointer load in every clean-C form I tried (int-cast, (s8)/(s32) M2C_FIELD, struct*), keeping ONE load. volatile forces reloads but hoists them + leaves delay-slot nops the target fills (target is NOT volatile). (2) frame 0x20 not 0x18: target reserves an unused 8-byte stack local @0x10 (address-taken local — reproduced, but every code-free escape optimizes away and a visible escape corrupts the ((int (*)(void))func_80145EE8)(0) arg). Structure/order/values/callees all match; only the alias-driven reload chain + the phantom frame local remain. Family exemplar (~130 overlays). .run/backlog_drafts/func_80145CEC.c
973 func_80181A70 None None failed won't compile standalone (loose-typing / missing decl) .run/backlog_drafts/func_80181A70.c
974 func_8017E7B4 None None failed won't compile standalone (loose-typing / missing decl) .run/backlog_drafts/func_8017E7B4.c
975 func_8012E778 None None failed won't compile standalone (loose-typing / missing decl) .run/backlog_drafts/func_8012E778.c
976 func_8014CBE8 None None failed won't compile standalone (loose-typing / missing decl) .run/backlog_drafts/func_8014CBE8.c
977 func_80183D68 None None failed won't compile standalone (loose-typing / missing decl) .run/backlog_drafts/func_80183D68.c
978 func_8017F8CC None None failed won't compile standalone (loose-typing / missing decl) .run/backlog_drafts/func_8017F8CC.c
979 func_8017EDA4 None None failed won't compile standalone (loose-typing / missing decl) .run/backlog_drafts/func_8017EDA4.c
980 func_80180770 None None failed won't compile standalone (loose-typing / missing decl) .run/backlog_drafts/func_80180770.c
981 func_800CBBDC None None failed won't compile standalone (loose-typing / missing decl) .run/backlog_drafts/func_800CBBDC.c
982 func_800CB840 None None failed won't compile standalone (loose-typing / missing decl) .run/backlog_drafts/func_800CB840.c
983 func_801F0210 None None failed won't compile standalone (loose-typing / missing decl) .run/backlog_drafts/func_801F0210.c
984 func_801F0A9C None None failed won't compile standalone (loose-typing / missing decl) .run/backlog_drafts/func_801F0A9C.c
985 func_8016AB6C None None failed won't compile standalone (loose-typing / missing decl) .run/backlog_drafts/func_8016AB6C.c
986 func_8013EE10 None None failed won't compile standalone (loose-typing / missing decl) .run/backlog_drafts/func_8013EE10.c
987 func_8013BC7C None None failed won't compile standalone (loose-typing / missing decl) .run/backlog_drafts/func_8013BC7C.c
988 func_8013B598 None None failed won't compile standalone (loose-typing / missing decl) .run/backlog_drafts/func_8013B598.c
989 func_8013B6A0 None None failed won't compile standalone (loose-typing / missing decl) .run/backlog_drafts/func_8013B6A0.c
990 func_8013C08C None None failed won't compile standalone (loose-typing / missing decl) .run/backlog_drafts/func_8013C08C.c
991 func_8016D1D8 None None failed won't compile standalone (loose-typing / missing decl) .run/backlog_drafts/func_8016D1D8.c
992 func_8018A890 None None failed won't compile standalone (loose-typing / missing decl) .run/backlog_drafts/func_8018A890.c
993 func_80183AA0 None None failed won't compile standalone (loose-typing / missing decl) .run/backlog_drafts/func_80183AA0.c
994 func_8017BFA0 None None failed won't compile standalone (loose-typing / missing decl) .run/backlog_drafts/func_8017BFA0.c
995 func_8018A808 None None failed won't compile standalone (loose-typing / missing decl) .run/backlog_drafts/func_8018A808.c
996 func_80180748 None None failed won't compile standalone (loose-typing / missing decl) .run/backlog_drafts/func_80180748.c
997 func_801809F8 None None failed won't compile standalone (loose-typing / missing decl) .run/backlog_drafts/func_801809F8.c
998 func_80185BA8 None None failed won't compile standalone (loose-typing / missing decl) .run/backlog_drafts/func_80185BA8.c
999 func_80181A64 None None failed won't compile standalone (loose-typing / missing decl) .run/backlog_drafts/func_80181A64.c
1000 func_80181FC4 None None failed won't compile standalone (loose-typing / missing decl) .run/backlog_drafts/func_80181FC4.c
1001 func_8017D994 None None failed won't compile standalone (loose-typing / missing decl) .run/backlog_drafts/func_8017D994.c
1002 func_80183280 None None failed won't compile standalone (loose-typing / missing decl) .run/backlog_drafts/func_80183280.c
1003 func_801856B4 None None failed won't compile standalone (loose-typing / missing decl) .run/backlog_drafts/func_801856B4.c
1004 func_8017E558 None None failed won't compile standalone (loose-typing / missing decl) .run/backlog_drafts/func_8017E558.c
1005 func_8018E198 None None failed won't compile standalone (loose-typing / missing decl) .run/backlog_drafts/func_8018E198.c
1006 func_80180AF0 None None failed won't compile standalone (loose-typing / missing decl) .run/backlog_drafts/func_80180AF0.c
1007 func_8017E1D4 None None failed won't compile standalone (loose-typing / missing decl) .run/backlog_drafts/func_8017E1D4.c
1008 func_801840A0 None None failed won't compile standalone (loose-typing / missing decl) .run/backlog_drafts/func_801840A0.c
1009 func_80183EE4 None None failed won't compile standalone (loose-typing / missing decl) .run/backlog_drafts/func_80183EE4.c
1010 func_80185A64 None None failed won't compile standalone (loose-typing / missing decl) .run/backlog_drafts/func_80185A64.c
1011 func_8017DDE0 None None failed won't compile standalone (loose-typing / missing decl) .run/backlog_drafts/func_8017DDE0.c
1012 func_80183940 None None failed won't compile standalone (loose-typing / missing decl) .run/backlog_drafts/func_80183940.c
1013 func_8018C608 None None failed won't compile standalone (loose-typing / missing decl) .run/backlog_drafts/func_8018C608.c
1014 func_80187624 None None failed won't compile standalone (loose-typing / missing decl) .run/backlog_drafts/func_80187624.c
1015 func_801902A8 None None failed won't compile standalone (loose-typing / missing decl) .run/backlog_drafts/func_801902A8.c
1016 func_80181918 None None failed won't compile standalone (loose-typing / missing decl) .run/backlog_drafts/func_80181918.c
1017 func_8017E7E8 None None failed won't compile standalone (loose-typing / missing decl) .run/backlog_drafts/func_8017E7E8.c
1018 func_8018471C None None failed won't compile standalone (loose-typing / missing decl) .run/backlog_drafts/func_8018471C.c
1019 func_8018046C None None failed won't compile standalone (loose-typing / missing decl) .run/backlog_drafts/func_8018046C.c
1020 func_8017EA34 None None failed won't compile standalone (loose-typing / missing decl) .run/backlog_drafts/func_8017EA34.c
1021 func_8017FA54 None None failed won't compile standalone (loose-typing / missing decl) .run/backlog_drafts/func_8017FA54.c
1022 func_801F1AC8 None None failed won't compile standalone (loose-typing / missing decl) .run/backlog_drafts/func_801F1AC8.c
1023 func_80186178 None None failed won't compile standalone (loose-typing / missing decl) .run/backlog_drafts/func_80186178.c
1024 func_8017D8E0 None None failed won't compile standalone (loose-typing / missing decl) .run/backlog_drafts/func_8017D8E0.c
1025 func_80187118 None None failed won't compile standalone (loose-typing / missing decl) .run/backlog_drafts/func_80187118.c