Message ID | a2ae5a42e097d4d7e1485abcb74be22f7a369294.camel@t-online.de |
---|---|
State | New |
Headers | show |
Series | [SH,committed] Fix PR 86805 | expand |
Index: gcc/config/sh/sh.c =================================================================== --- gcc/config/sh/sh.c (revision 276243) +++ gcc/config/sh/sh.c (working copy) @@ -661,6 +661,9 @@ #undef TARGET_CONSTANT_ALIGNMENT #define TARGET_CONSTANT_ALIGNMENT constant_alignment_word_strings +#undef TARGET_HAVE_SPECULATION_SAFE_VALUE +#define TARGET_HAVE_SPECULATION_SAFE_VALUE speculation_safe_value_not_needed + struct gcc_target targetm = TARGET_INITIALIZER;