Skip to content

Conversation

@n-isaka
Copy link
Member

@n-isaka n-isaka commented Sep 27, 2023

  • I encountered the following error when running 'make' command using the latest 1.0.13. This error didn't occur with the previous 1.0.12.
codegen.c: In function ‘joutput_param’:
codegen.c:1484:5: error: a label can only be part of a statement and a declaration is not a statement
 1484 |     struct literal_list* l = lookup_literal(x);
      |     ^~~~~~
  • Variable declarations in CASE statements were causing errors, which have been corrected.

* Variable declarations in CASE statements were causing errors, which have been corrected.
@yutaro-sakamoto yutaro-sakamoto merged commit 8b06340 into opensourcecobol:develop Sep 28, 2023
@yutaro-sakamoto
Copy link
Contributor

Thank you!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants