On April 23, 2023 11:15:04 AM UTC, John Paul Adrian Glaubitz <glaubitz@xxxxxxxxxxxxxxxxxxx> wrote:
Now, the interesting part is the question why the compiler is even trying to take this codepath since RTD should normally be turned off in the M68k backend by default as it's the case for GCC.
As you say.. looks like that codepath should never be taken unless -mrtd is explicitly asked for.. so the problem seems to be somewhere in the argument/options parsing logic of the compiler. Richard