about summary refs log tree commit diff stats
path: root/subx/032check_operand_bounds.cc
diff options
context:
space:
mode:
authorKartik Agaram <vc@akkartik.com>2019-07-25 17:15:20 -0700
committerKartik Agaram <vc@akkartik.com>2019-07-25 17:15:20 -0700
commit68ccf4d3245e78c869f25ffc5078f267eb22a9ee (patch)
tree40be5d4393a2112ced92c244fadb87c37607a5d7 /subx/032check_operand_bounds.cc
parent6dff1f28b4a513ab51e21cc9ee2680797dc62e49 (diff)
downloadmu-68ccf4d3245e78c869f25ffc5078f267eb22a9ee.tar.gz
5478 - disallow programs without 'data' segments
Now all known discrepancies between C++ and SubX translators are fixed.
If a SubX program builds with C++, it should also build fine with just
SubX.

(If it doesn't build with C++, all bets are off. The self-hosted SubX
translator has negligible error-detection or handling.)
Diffstat (limited to 'subx/032check_operand_bounds.cc')
0 files changed, 0 insertions, 0 deletions
recipes again take ingredients and reply with results' href='/akkartik/mu/commit/cpp/022call_reply?h=main&id=69f04c3fb0136778b80f7f64e16ae37cf8d22907'>69f04c3f ^
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39