Hi Walter,
Walter Spector wrote:
I'm really looking forward to conditional expressions because I like
using them in other languages. So I built a gfortran from the trunk a
few days ago to test the mod.
Here is a simple test case that compiles, but SEGVs at run-time:
This seems to be fixed by Yuao's latest patch. In one of my local
branches, I have it applied – in the other not. And the one that has it
works, in the other, I get the segfault. Thus, it really must be that patch.
The patch is
https://gcc.gnu.org/pipermail/gcc-patches/2025-September/695638.html and
adds additionally support for the character type. Unfortunately, I found
some follow-up issues that need to be fixed before character support is
ready for prime time.
Thanks for testing!
Tobias