mes/lib/tests
Ekaitz Zarraga 1fb7ade93c mescc: Initialize missing struct fields to 0.
This is a follow-up to commits
    7a8a2fc517
    mescc: x86_64 support: Refactor to abstracted assembly, add x86_64.

and

    c9ba7a619b
    mescc: Refactor variable declaration.

There was a debug "22" leaking in compile.scm.  It should be a "0".

* module/mescc/compile.scm (init-local): Replace "22" with "0".
* lib/tests/scaffold/7v-struct-initialize-zeroes.c: New test.
* build-aux/check-mescc.sh (tcc_tests): Add it.
(xfail-tests): Remove lib/tests/scaffold/72-typedef-struct-def-local.c.
2023-11-05 09:40:38 +01:00
..
assert lib/tests: Initialize local variable. 2023-07-08 15:10:05 +02:00
dirent test: 90-readdir: Remove qsort dependency. Fixes tmpfs failures. 2019-12-01 23:58:48 +01:00
io Prepare tests for ARMv4. 2020-06-02 14:30:02 +02:00
mes hurd: Add _write. 2019-12-13 21:52:30 +01:00
posix lib/test: Cater for gcc-12.2.0. 2022-09-15 13:56:38 +02:00
scaffold mescc: Initialize missing struct fields to 0. 2023-11-05 09:40:38 +01:00
setjmp build: Improve --with-system-libc support. 2019-06-25 19:05:58 +02:00
signal mes: Run build-aux/indent.sh. 2019-05-18 13:27:42 +02:00
stdio hurd: Add open. 2019-12-13 21:52:30 +01:00
stdlib lib: abtol: Fix number digits in hex number conversion. 2022-10-07 11:59:57 +02:00
string mescc: Mes C Library: memcmp: bugfix. 2020-06-06 22:37:30 +02:00