]> git.ipfire.org Git - thirdparty/gcc.git/blobdiff - gcc/testsuite/gcc.target/bfin/workarounds-none.c
bfin.h (TARGET_CPU_CPP_BUILTINS): Define __WORKAROUND_RETS when appropriate.
[thirdparty/gcc.git] / gcc / testsuite / gcc.target / bfin / workarounds-none.c
index d9781bae2fde1268df1bd6fef941eac6cc6ee405..3209f2348912a1c8747a0f033a034e5a50bcb4a3 100644 (file)
 #error "__WORKAROUNDS_ENABLED is defined"
 #endif
 
+#ifdef __WORKAROUND_RETS
+#error "__WORKAROUND_RETS is defined"
+#endif
+
 #ifdef __WORKAROUND_SPECULATIVE_LOADS
 #error "__WORKAROUND_SPECULATIVE_LOADS is defined"
 #endif