[Bug target/40487] Extra zero extensions produced for ARM.
ramana at gcc dot gnu dot org
gcc-bugzilla@gcc.gnu.org
Mon Jun 22 22:57:00 GMT 2009
------- Comment #8 from ramana at gcc dot gnu dot org 2009-06-22 22:57 -------
(In reply to comment #5)
> Compiling with gcc 4.4.1 with options "-Os -mtune=cortex-a8" I get this:
Try with -mcpu=cortex-a8 . -mtune=cortex-a8 doesn't choose the cpu for that ,
insn selection for the arm port happens with mcpu and tuning and costs are
controlled by mtune.
And no it isn't a whole load better :)
I had configured the toolchain with --with-cpu=cortex-a8.
Thanks,
Ramana
--
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=40487
More information about the Gcc-bugs
mailing list