Håkan Thörngren
Håkan Thörngren
I have fixed it for 5.14. This problem has been around for long. The signed 16 modulo routine had a fall into next section. The problem is that the next...
Fixed in 5.14 which is now available.
Fixed for the next release. This happens with `-O2` and 68020 or above. It is missing a pattern match case for `([a1,d1])` style operands in the low level assembly optimizer...
Fixed in 5.14 which is now available.
I am on an older Clang front end that does not support C23. I have made some progress on updating it to a more recent version, but more work is...
I am familiar with computed goto after using it for an interpreter decades ago. The request is noted, how urgent is it to you to get it implemented?
Fixed for 5.14. The problem is in right shift narrowing and is more likely to happen on a target with 32 bits `int`.
Fixed in 5.14 which is now available.
This is happening in the constant evaluation inside Clang. I have so far not been able to pinpoint the reason and it is code I am not familiar with so...
Can you edit the code above so that it separated the code from the command line and error? I had to guess a bit how it may look. The stack...