Skip to content

Fix use array and argument types instead of T_int to correctly unroll non-int prf

Simon Pillen requested to merge simon/sac2c:fix-issue#2569-optPRFUNR into develop

Closes #2569 (closed)

src/libsac2c/stdopt/prfunroll.c had hard-coded T_int for the created selection and result variables. Now copies the simple type of the original result and arguments respectively.

Edited by Simon Pillen

Merge request reports