We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 22bed18 commit eaf9e01Copy full SHA for eaf9e01
gcc/config/arc64/arc64.c
@@ -1768,6 +1768,10 @@ arc64_limm_addr_p (rtx op)
1768
#define TARGET_PROMOTE_FUNCTION_MODE \
1769
default_promote_function_mode_always_promote
1770
1771
+/* To be checked if it is better without it. */
1772
+#undef TARGET_PROMOTE_PROTOTYPES
1773
+#define TARGET_PROMOTE_PROTOTYPES hook_bool_const_tree_true
1774
+
1775
struct gcc_target targetm = TARGET_INITIALIZER;
1776
1777
#include "gt-arc64.h"
0 commit comments