[Bug target/62663] m68k / coldfire : compiling with -msep-data breaks the code

mikpelinux at gmail dot com gcc-bugzilla@gcc.gnu.org
Tue Sep 2 11:57:00 GMT 2014


https://gcc.gnu.org/bugzilla/show_bug.cgi?id=62663

--- Comment #2 from Mikael Pettersson <mikpelinux at gmail dot com> ---
Without -msep-data gcc outputs

        jsr square_test

With -msep-data gcc outputs

        move.l square_test@GOT(%a5),%a0
        jsr (%a0)

Is that move.l unavailable on the mcf5307?  (I'm familiar with classic m68k but
not with the Coldfire line.)



More information about the Gcc-bugs mailing list