PR target/52898
commit383be66e74b67a98160e8dd086bf29e39ee507ae
authorolegendo <olegendo@138bc75d-0d04-0410-961f-82ee72b054a4>
Sun, 8 Dec 2013 22:15:59 +0000 (8 22:15 +0000)
committerolegendo <olegendo@138bc75d-0d04-0410-961f-82ee72b054a4>
Sun, 8 Dec 2013 22:15:59 +0000 (8 22:15 +0000)
treed1175879cba07a0ec229fb6fe29a736690803357
parentd1ed71e537d52a42eeb174b85f9075a4aae9a231
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.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@205794 138bc75d-0d04-0410-961f-82ee72b054a4
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]