mirror of
https://github.com/Mercury-Language/mercury.git
synced 2026-04-15 17:33:38 +00:00
compiler/structure_sharing.analysis.m:
Fix the failures in tests/structure_reuse.
This pass invokes liveness, which requires that the arg_info slots
in pred_infos should be filled in. Invoke generate_arg_info to fill
them in. (I don't know why they happened to be already filled in
in non-debug grades.)
tests/declarative_debugger/ignore.{inp2,exp2}:
Update the line numbers in these files. I updated ignore.{inp,exp}
when I cleaned up ignore.m, but didn't update these, which are the
input and expected output for debug grades.
24 lines
159 B
Plaintext
24 lines
159 B
Plaintext
register --quiet
|
|
context none
|
|
echo on
|
|
trust int
|
|
trust ignore_1
|
|
step
|
|
finish
|
|
dd -d 3 -n 7
|
|
b 1
|
|
mark
|
|
n
|
|
y
|
|
break 21
|
|
continue
|
|
finish
|
|
dd -d 3 -n 7
|
|
n
|
|
y
|
|
y
|
|
y
|
|
y
|
|
y
|
|
quit -y
|