Bootstrapped/regtested on power8-linux, ok for trunk?
2014-11-13 Marek Polacek <[email protected]>
* tree.c (build_common_builtin_nodes): Remove doubled ECF_LEAF.
diff --git gcc/tree.c gcc/tree.c
index cf37a19..5c6fe0b 100644
--- gcc/tree.c
+++ gcc/tree.c
@@ -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)
Marek