mes/scaffold/tests
Jan Nieuwenhuizen b7cc9d375d mescc: Tinycc support: bugfix struct.array.
* module/language/c99/compiler.mes (struct-field): Update pointer
  info.
  (field:name,field:pointer,field:size,field:type): Rely on pointer
  info.
  (field:pointer): New function.
 (expr->accu): Use it.
* scaffold/tests/71-struct-array.c (test): Test it.
2017-07-26 11:36:45 +02:00
..
00-exit-0.c test: Split-up Mescc scaffold test. 2017-07-09 09:24:07 +02:00
01-return-0.c test: Split-up Mescc scaffold test. 2017-07-09 09:24:07 +02:00
02-return-1.c test: Split-up Mescc scaffold test. 2017-07-09 09:24:07 +02:00
03-call.c test: Split-up Mescc scaffold test. 2017-07-09 09:24:07 +02:00
04-call-0.c test: Split-up Mescc scaffold test. 2017-07-09 09:24:07 +02:00
05-call-1.c test: Split-up Mescc scaffold test. 2017-07-09 09:24:07 +02:00
06-call-!1.c test: Split-up Mescc scaffold test. 2017-07-09 09:24:07 +02:00
10-if-0.c test: Split-up Mescc scaffold test. 2017-07-09 09:24:07 +02:00
11-if-1.c test: Split-up Mescc scaffold test. 2017-07-09 09:24:07 +02:00
12-if-==.c test: Split-up Mescc scaffold test. 2017-07-09 09:24:07 +02:00
13-if-!=.c test: Split-up Mescc scaffold test. 2017-07-09 09:24:07 +02:00
14-if-goto.c test: Split-up Mescc scaffold test. 2017-07-09 09:24:07 +02:00
15-if-!f.c test: Split-up Mescc scaffold test. 2017-07-09 09:24:07 +02:00
16-if-t.c test: Split-up Mescc scaffold test. 2017-07-09 09:24:07 +02:00
20-while.c test: Split-up Mescc scaffold test. 2017-07-09 09:24:07 +02:00
21-char[].c test: Split-up Mescc scaffold test. 2017-07-09 09:24:07 +02:00
22-while-char[].c test: Split-up Mescc scaffold test. 2017-07-09 09:24:07 +02:00
23-pointer.c mescc: Tinycc support: bugfix struct pointer. 2017-07-26 11:36:45 +02:00
30-strlen.c test: Split-up Mescc scaffold test. 2017-07-09 09:24:07 +02:00
31-eputs.c test: Split-up Mescc scaffold test. 2017-07-09 09:24:07 +02:00
32-compare.c test: Split-up Mescc scaffold test. 2017-07-09 09:24:07 +02:00
33-and-or.c test: Split-up Mescc scaffold test. 2017-07-09 09:24:07 +02:00
34-pre-post.c test: Split-up Mescc scaffold test. 2017-07-09 09:24:07 +02:00
35-compare-char.c test: Split-up Mescc scaffold test. 2017-07-09 09:24:07 +02:00
36-compare-arithmetic.c test: Split-up Mescc scaffold test. 2017-07-09 09:24:07 +02:00
37-compare-assign.c test: Split-up Mescc scaffold test. 2017-07-09 09:24:07 +02:00
38-compare-call.c test: Split-up Mescc scaffold test. 2017-07-09 09:24:07 +02:00
40-if-else.c test: Split-up Mescc scaffold test. 2017-07-09 09:24:07 +02:00
41-?.c test: Split-up Mescc scaffold test. 2017-07-09 09:24:07 +02:00
42-goto-label.c test: Split-up Mescc scaffold test. 2017-07-09 09:24:07 +02:00
43-for-do-while.c test: Split-up Mescc scaffold test. 2017-07-09 09:24:07 +02:00
44-switch.c mescc: Tinycc support: multiple statements in default case. 2017-07-26 11:36:44 +02:00
45-void-call.c test: Split-up Mescc scaffold test. 2017-07-09 09:24:07 +02:00
50-assert.c test: Split-up Mescc scaffold test. 2017-07-09 09:24:07 +02:00
51-strcmp.c test: Split-up Mescc scaffold test. 2017-07-09 09:24:07 +02:00
52-itoa.c test: Split-up Mescc scaffold test. 2017-07-09 09:24:07 +02:00
53-strcpy.c test: Split-up Mescc scaffold test. 2017-07-09 09:24:07 +02:00
54-argv.c test: Split-up Mescc scaffold test. 2017-07-09 09:24:07 +02:00
60-math.c mescc: Tinycc support: ~, ^=. 2017-07-26 11:36:08 +02:00
61-array.c test: Split-up Mescc scaffold test. 2017-07-09 09:24:07 +02:00
63-struct-cell.c test: Split-up Mescc scaffold test. 2017-07-09 09:24:07 +02:00
64-make-cell.c test: Split-up Mescc scaffold test. 2017-07-09 09:24:07 +02:00
65-read.c mescc: Refactor decl. 2017-07-26 11:36:08 +02:00
70-printf.c test: Split-up Mescc scaffold test. 2017-07-09 09:24:07 +02:00
71-struct-array.c mescc: Tinycc support: bugfix struct.array. 2017-07-26 11:36:45 +02:00
72-typedef-struct-def.c mescc: Tinycc support: struct foo {int bar; int baz} = {0}. 2017-07-26 11:36:08 +02:00
73-union.c mescc: Tinycc support: union. 2017-07-26 11:36:08 +02:00
74-multi-line-string.c mescc: Tinycc support: *global =. 2017-07-26 11:36:08 +02:00
75-struct-union.c mescc: Tinycc support: struct.union. 2017-07-26 11:36:08 +02:00
t.c mescc: Refactor decl. 2017-07-26 11:36:08 +02:00