Skip to content

Commit eaf9e01

Browse files
clazissartemiy-volkov
authored andcommitted
Cleanup attr-alloc_size-11.c XPASS
1 parent 22bed18 commit eaf9e01

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

gcc/config/arc64/arc64.c

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1768,6 +1768,10 @@ arc64_limm_addr_p (rtx op)
17681768
#define TARGET_PROMOTE_FUNCTION_MODE \
17691769
default_promote_function_mode_always_promote
17701770

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+
17711775
struct gcc_target targetm = TARGET_INITIALIZER;
17721776

17731777
#include "gt-arc64.h"

0 commit comments

Comments
 (0)