mescc: initialize missing struct fields to 0 #2

Merged
andrius merged 1 commits from tmp into wip-riscv 2023-08-21 19:50:23 +01:00
Collaborator

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.
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.
ekaitz-zarraga added 1 commit 2023-08-21 19:35:31 +01:00
3000b9b46e mescc: initialize missing struct fields to 0
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.
andrius merged commit 3000b9b46e into wip-riscv 2023-08-21 19:50:23 +01:00
andrius deleted branch tmp 2023-08-21 19:50:23 +01:00
Sign in to join this conversation.
No reviewers
No Label
No Milestone
No project
No Assignees
1 Participants
Notifications
Due Date
The due date is invalid or out of range. Please use the format 'yyyy-mm-dd'.

No due date set.

Dependencies

No dependencies set.

Reference: andrius/mes#2
No description provided.