]> gcc.gnu.org Git - gcc.git/commit
re PR target/52898 (SH Target: Inefficient DImode comparisons)
authorOleg Endo <olegendo@gcc.gnu.org>
Sun, 8 Dec 2013 22:15:59 +0000 (22:15 +0000)
committerOleg Endo <olegendo@gcc.gnu.org>
Sun, 8 Dec 2013 22:15:59 +0000 (22:15 +0000)
commit7337ddf4bfe0544121c8735624f90b6bc6bc33c3
treed1175879cba07a0ec229fb6fe29a736690803357
parente1775b33f51ecff1824554750d249bedf380dd27
re PR target/52898 (SH Target: Inefficient DImode comparisons)

PR target/52898
PR target/51697
* common/config/sh/sh-common.c (sh_option_optimization_table): Remove
OPT_mcbranchdi entry.
* config/sh/sh.opt (mcbranchdi, mcmpeqdi): Mark as undocumented and
emit a warning.
* config/sh/sh.c (sh_option_override): Initialize TARGET_CBRANCHDI4
and TARGET_CMPEQDI_T variables.
* doc/invoke.texi (SH options): Undocument -mcbranchdi and -mcmpeqdi.

PR target/52898
PR target/51697
* gcc.target/sh/pr51697.c: New.

From-SVN: r205794
gcc/ChangeLog
gcc/common/config/sh/sh-common.c
gcc/config/sh/sh.c
gcc/config/sh/sh.opt
gcc/doc/invoke.texi
gcc/testsuite/ChangeLog
gcc/testsuite/gcc.target/sh/pr51697.c [new file with mode: 0644]
This page took 0.061423 seconds and 5 git commands to generate.