diff options
Diffstat (limited to 'gcc/tree.c')
-rw-r--r-- | gcc/tree.c | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -9935,7 +9935,7 @@ build_common_builtin_nodes (void) local_define_builtin ("__builtin_unreachable", ftype, BUILT_IN_UNREACHABLE, "__builtin_unreachable", ECF_NOTHROW | ECF_LEAF | ECF_NORETURN - | ECF_CONST | ECF_LEAF); + | ECF_CONST); } if (!builtin_decl_explicit_p (BUILT_IN_MEMCPY) |