Skip to content

Injecting the correct suffixes for various C constants when printing ICM args

Sven-Bodo Scholz requested to merge sbs/sac2c:hotfix-2470 into develop

This MR fixes issue #2470 (closed). I wanted to add some tests which would check that we always do the right thing when dealing with larger integer types but due to the vagueness that we face in C this seems harder to do generically. Therefore, I decided not to add any tests. Once (if ever) we have a good solution for the C observations of issue #2506 (closed), we should add nice generic tests....

Edited by Sven-Bodo Scholz

Merge request reports