Am 30.06.25 um 15:29 schrieb Andre Vehreschild:
Hi all,attached patch fixes an ICE when in an expression with a coindex a function was used more than once. E.g. coarray(mod( something ), mod( something else ))[i] ICE'd because a component for aliasing the second mod() could not be created. Regtests ok on x86_64-pc-linux-gnu / F41. Ok for mainline and gcc-15 later on? Regards, Andre
Yes, this is OK for both. (Be careful about PR numbers, they are correct in the patch; the subject is off-by-one.) Thanks for the patch! Harald
