diff options
author | Richard Guenther <rguenther@suse.de> | 2011-07-05 14:39:30 +0000 |
---|---|---|
committer | Richard Biener <rguenth@gcc.gnu.org> | 2011-07-05 14:39:30 +0000 |
commit | fce5dddd3da4c6b9818b60a358b1e4869f922114 (patch) | |
tree | f391ed6d53fb9f966d7fd03f3dfafdac098f4acd /gcc/c-decl.c | |
parent | 12037899ea37255a21d90902bb00c1183fc17fb6 (diff) | |
download | gcc-fce5dddd3da4c6b9818b60a358b1e4869f922114.zip gcc-fce5dddd3da4c6b9818b60a358b1e4869f922114.tar.gz gcc-fce5dddd3da4c6b9818b60a358b1e4869f922114.tar.bz2 |
c-common.c (c_common_nodes_and_builtins): Build all common tree nodes first.
2011-07-05 Richard Guenther <rguenther@suse.de>
c-family/
* c-common.c (c_common_nodes_and_builtins): Build all common
tree nodes first.
* c-decl.c (c_init_decl_processing): Defer building common
tree nodes to c_common_nodes_and_builtins.
cp/
* decl.c (cxx_init_decl_processing): Defer building common
tree nodes to c_common_nodes_and_builtins.
From-SVN: r175856
Diffstat (limited to 'gcc/c-decl.c')
-rw-r--r-- | gcc/c-decl.c | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/gcc/c-decl.c b/gcc/c-decl.c index 7198cb2..357522b 100644 --- a/gcc/c-decl.c +++ b/gcc/c-decl.c @@ -3478,8 +3478,6 @@ c_init_decl_processing (void) using preprocessed headers. */ input_location = BUILTINS_LOCATION; - build_common_tree_nodes (flag_signed_char); - c_common_nodes_and_builtins (); /* In C, comparisons and TRUTH_* expressions have type int. */ |