mes/scaffold/tests
Jan Nieuwenhuizen c0af8a1452
doc: Release update.
* BOOTSTRAP: Update.
* HACKING: Update.
* INSTALL: Update.
* NEWS: Update.
* README: Update.
* scaffold/tests/23-pointer.c: Add (janneke) to copyright line.
* doc/images/gcc-mesboot-graph.png: Update.
* doc/mes.texi (The Mes Bootstrap Process): Describe update.
2018-07-12 22:30:01 +02:00
..
00-exit-0.c mescc: Tinycc support: Update some tests. 2018-05-14 21:18:08 +02:00
01-return-0.c doc: Release udpate. 2017-11-21 19:22:26 +01:00
02-return-1.c doc: Release udpate. 2017-11-21 19:22:26 +01:00
02-return-1.exit test: enable all tests, use expect count, add tinycc tests. 2018-05-01 16:50:29 +02:00
03-call.c doc: Release udpate. 2017-11-21 19:22:26 +01:00
04-call-0.c doc: Release udpate. 2017-11-21 19:22:26 +01:00
4a-char-array.c mescc: Tinycc support: Structured type with char or short on heap. 2018-05-19 14:53:05 +02:00
05-call-1.c doc: Release udpate. 2017-11-21 19:22:26 +01:00
05-call-1.exit test: enable all tests, use expect count, add tinycc tests. 2018-05-01 16:50:29 +02:00
06-call-!1.c doc: Release udpate. 2017-11-21 19:22:26 +01:00
07-include.c doc: Release udpate. 2017-11-21 19:22:26 +01:00
7a-struct-char-array.c doc: Release udpate. 2017-11-21 19:22:26 +01:00
7b-struct-int-array.c doc: Release udpate. 2017-11-21 19:22:26 +01:00
7c-dynarray.c mlibc: Cleanup. 2018-05-29 18:15:22 +02:00
7d-cast-char.c doc: Release udpate. 2017-11-21 19:22:26 +01:00
7e-struct-array-access.c doc: Release udpate. 2017-11-21 19:22:26 +01:00
7f-struct-pointer-arithmetic.c mlibc: Cleanup. 2018-05-29 18:15:22 +02:00
7g-struct-byte-word-field.c doc: Release udpate. 2017-11-21 19:22:26 +01:00
7h-struct-assign.c doc: Release udpate. 2017-11-21 19:22:26 +01:00
7i-struct-struct.c mescc: Refactor variable declaration. 2018-05-05 12:30:06 +02:00
7j-strtoull.c build: Use arch-dir. 2018-05-29 20:07:46 +02:00
7k-for-each-elem.c doc: Release udpate. 2017-11-21 19:22:26 +01:00
7l-struct-any-size-array.c doc: Release udpate. 2017-11-21 19:22:26 +01:00
7m-struct-char-array-assign.c doc: Release udpate. 2017-11-21 19:22:26 +01:00
7n-struct-struct-array.c mlibc: Cleanup. 2018-05-29 18:15:22 +02:00
7o-struct-pre-post.c mescc: Tinycc support: Implement (foo--)->bar and permutations. 2018-05-13 13:50:32 +02:00
7p-struct-cast.c mescc: Tinycc support: Implement ((struct foo*)p)->bar. 2018-05-12 00:20:51 +02:00
7q-bit-field.c mescc: Tinycc support: Support bit-fields. 2018-05-13 17:05:28 +02:00
7r-sign-extend.c mescc: Tinycc support: Char and short sign extend. 2018-05-18 23:58:10 +02:00
7s-struct-short.c mescc: Tinycc support: Structured type with char or short on heap. 2018-05-19 14:53:05 +02:00
7s-unsigned-compare.c mescc: Tinycc support: Unsigned comparison. 2018-05-19 11:41:53 +02:00
10-if-0.c doc: Release udpate. 2017-11-21 19:22:26 +01:00
11-if-1.c doc: Release udpate. 2017-11-21 19:22:26 +01:00
12-if-==.c doc: Release udpate. 2017-11-21 19:22:26 +01:00
13-if-!=.c doc: Release udpate. 2017-11-21 19:22:26 +01:00
14-if-goto.c doc: Release udpate. 2017-11-21 19:22:26 +01:00
15-if-!f.c doc: Release udpate. 2017-11-21 19:22:26 +01:00
16-if-t.c doc: Release udpate. 2017-11-21 19:22:26 +01:00
20-while.c doc: Release udpate. 2017-11-21 19:22:26 +01:00
21-char[].c mescc: Refactor variable declaration. 2018-05-05 12:30:06 +02:00
22-while-char[].c doc: Release udpate. 2017-11-21 19:22:26 +01:00
23-pointer.c doc: Release update. 2018-07-12 22:30:01 +02:00
30-strlen.c doc: Release udpate. 2017-11-21 19:22:26 +01:00
31-eputs.c doc: Release udpate. 2017-11-21 19:22:26 +01:00
32-compare.c mescc: Tinycc support: Unsigned comparison. 2018-05-19 11:41:53 +02:00
33-and-or.c doc: Release udpate. 2017-11-21 19:22:26 +01:00
34-pre-post.c doc: Release udpate. 2017-11-21 19:22:26 +01:00
35-compare-char.c doc: Release udpate. 2017-11-21 19:22:26 +01:00
36-compare-arithmetic.c doc: Release udpate. 2017-11-21 19:22:26 +01:00
37-compare-assign.c doc: Release udpate. 2017-11-21 19:22:26 +01:00
38-compare-call.c doc: Release udpate. 2017-11-21 19:22:26 +01:00
40-if-else.c doc: Release udpate. 2017-11-21 19:22:26 +01:00
41-?.c mescc: Tinycc support: Fix for ?-operator. 2018-05-11 15:13:55 +02:00
42-goto-label.c doc: Release udpate. 2017-11-21 19:22:26 +01:00
43-for-do-while.c doc: Release udpate. 2017-11-21 19:22:26 +01:00
44-switch.c mescc: Tinycc support: Switch with heterogeneous body, non-last default. 2018-05-17 07:40:01 +02:00
45-void-call.c doc: Release udpate. 2017-11-21 19:22:26 +01:00
46-function-static.c mescc: Refactor type system: WIP 2018-05-10 12:40:07 +02:00
47-function-expression.c mescc: Tinycc support: Update some tests. 2018-05-14 21:18:08 +02:00
48-function-destruct.c mescc: Tinycc support: Valued function assign. 2018-05-11 13:34:45 +02:00
49-global-static.c mescc: Tinycc support: Update some tests. 2018-05-14 21:18:08 +02:00
50-assert.c doc: Release udpate. 2017-11-21 19:22:26 +01:00
51-strcmp.c mescc: Support gcc-2.6.3. 2018-06-02 11:41:06 +02:00
52-itoa.c mlibc: Cleanup. 2018-05-29 18:15:22 +02:00
53-strcpy.c doc: Release udpate. 2017-11-21 19:22:26 +01:00
54-argv.c mescc: Refactor variable declaration. 2018-05-05 12:30:06 +02:00
60-math.c core: Fixes for int-max, int-min. 2018-05-02 23:11:27 +02:00
61-array.c mlibc: Cleanup. 2018-05-29 18:15:22 +02:00
62-array.c mescc: Refactor variable declaration. 2018-05-05 12:30:06 +02:00
63-struct-cell.c mescc: Refactor variable declaration. 2018-05-05 12:30:06 +02:00
64-make-cell.c mescc: Refactor type system: WIP 2018-05-10 12:40:07 +02:00
65-read.c doc: Release udpate. 2017-11-21 19:22:26 +01:00
66-local-char-array.c mescc: Mescc-tools support: char foo[BAR] = {'a', 'b', 'c'}. 2017-11-27 19:51:18 +01:00
70-printf.c mescc: Support binutils 2.14: vfprint, vsprintf: %12.10d. 2018-06-21 00:27:49 +02:00
71-struct-array.c mescc: Refactor variable declaration. 2018-05-05 12:30:06 +02:00
72-typedef-struct-def.c doc: Release udpate. 2017-11-21 19:22:26 +01:00
73-union.c doc: Release udpate. 2017-11-21 19:22:26 +01:00
74-multi-line-string.c doc: Release udpate. 2017-11-21 19:22:26 +01:00
75-struct-union.c doc: Release udpate. 2017-11-21 19:22:26 +01:00
76-pointer-arithmetic.c doc: Release udpate. 2017-11-21 19:22:26 +01:00
77-pointer-assign.c build: Use arch-dir. 2018-05-29 20:07:46 +02:00
78-union-struct.c doc: Release udpate. 2017-11-21 19:22:26 +01:00
79-int-array.c mlibc: Cleanup. 2018-05-29 18:15:22 +02:00
80-setjmp.c mlibc: GNU Gcc support: setjmp, longjmp. 2017-11-26 13:10:46 +01:00
81-qsort.c mlibc: Tinycc support: qsort. 2017-12-04 19:01:39 +01:00
82-define.c mescc: M4 support: scaffold/tests/82-define.c. 2017-12-04 23:19:32 +01:00
83-heterogenoous-init.c mescc: Support heterogeneous variable init. 2018-05-04 22:38:01 +02:00
84-struct-field-list.c mescc: Handle struct field lists. 2018-05-05 00:14:47 +02:00
85-sizeof.c mescc: Tinycc support: Fix sizeof interesting expressions. 2018-05-14 20:14:42 +02:00
86-strncpy.c mescc: Tinycc support: strncpy. 2018-05-20 10:55:44 +02:00
87-sscanf.c mescc: Support gcc-2.6.3. 2018-06-02 11:41:06 +02:00
88-strrchr.c mescc: Support binutils 2.10.1: strrchr: Stop at start of string. 2018-06-24 17:25:46 +02:00
90-goto-var.c mescc: Refactor variable declaration. 2018-05-05 12:30:06 +02:00
90-strpbrk.c mescc: Support binutils-2.5.1. 2018-05-30 21:55:39 +02:00
91-fseek.c mescc: Support binutils-2.5.1. 2018-05-30 21:55:39 +02:00
91-goto-array.c mescc: Refactor variable declaration. 2018-05-05 12:30:06 +02:00
92-stat.c mescc: Support glibc-1.06.4. 2018-06-03 18:54:26 +02:00
93-fread-fwrite.c mescc: Support glibc-1.06.4. 2018-06-03 18:54:26 +02:00
94-unsetenv.c mescc: Support gcc-3.4.0: unsetenv. 2018-06-06 19:43:32 +02:00
95-signal.c mescc: Support gcc-3.2: Add getpid, signal. 2018-06-06 22:14:35 +02:00
96-strto.c mescc: Support gcc-3.2: Implement integer strto*. 2018-06-06 22:39:57 +02:00
97-fopen.c mescc: Add fopen test. 2018-06-16 15:18:27 +02:00
98-fopen.c mescc: Add another fopen test. 2018-06-16 16:12:51 +02:00
exit-42.i doc: Release udpate. 2017-11-21 19:22:26 +01:00
t.c mescc: Tinycc support: Export nested struct definitions. 2018-05-19 20:49:56 +02:00