* tree.c (build_common_builtin_nodes): Remove doubled ECF_LEAF.
From-SVN: r217543
This commit is contained in:
parent
1023001708
commit
5b98e88f0c
@ -1,3 +1,7 @@
|
||||
2014-11-14 Marek Polacek <polacek@redhat.com>
|
||||
|
||||
* tree.c (build_common_builtin_nodes): Remove doubled ECF_LEAF.
|
||||
|
||||
2014-11-14 Richard Biener <rguenther@suse.de>
|
||||
|
||||
* genmatch.c (add_operator): Allow CONSTRUCTOR.
|
||||
|
@ -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)
|
||||
|
Loading…
Reference in New Issue
Block a user