diff options
author | Jan Hubicka <hubicka@gcc.gnu.org> | 2014-02-07 02:27:37 +0000 |
---|---|---|
committer | Jan Hubicka <hubicka@gcc.gnu.org> | 2014-02-07 02:27:37 +0000 |
commit | 3c0f1105e1c9ada1cd0e40a510d65a138b3cdaa6 (patch) | |
tree | 09cb81e611d8944bef3fe02b6433480ea42dec3b | |
parent | 964512791e121b627ced9b14021856ca34121bc0 (diff) | |
download | gcc-3c0f1105e1c9ada1cd0e40a510d65a138b3cdaa6.zip gcc-3c0f1105e1c9ada1cd0e40a510d65a138b3cdaa6.tar.gz gcc-3c0f1105e1c9ada1cd0e40a510d65a138b3cdaa6.tar.bz2 |
re PR ipa/59469 (LLVM build failure with gcc LTO)
PR ipa/59469
* lto-cgraph.c (lto_output_node): Use
symtab_get_symbol_partitioning_class.
(lto_output_varpool_node): likewise.
(symtab_get_symbol_partitioning_class): Move here from
lto/lto-partition.c
* cgraph.h (symbol_partitioning_class): Likewise.
(symtab_get_symbol_partitioning_class): Declare.
From-SVN: r207590
-rw-r--r-- | gcc/ChangeLog | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/gcc/ChangeLog b/gcc/ChangeLog index 73a9bd7..43e9d9c 100644 --- a/gcc/ChangeLog +++ b/gcc/ChangeLog @@ -1,5 +1,16 @@ 2014-02-06 Jan Hubicka <hubicka@ucw.cz> + PR ipa/59469 + * lto-cgraph.c (lto_output_node): Use + symtab_get_symbol_partitioning_class. + (lto_output_varpool_node): likewise. + (symtab_get_symbol_partitioning_class): Move here from + lto/lto-partition.c + * cgraph.h (symbol_partitioning_class): Likewise. + (symtab_get_symbol_partitioning_class): Declare. + +2014-02-06 Jan Hubicka <hubicka@ucw.cz> + * ggc.h (ggc_internal_cleared_alloc): New macro. * vec.h (vec_safe_copy): Handle memory stats. * omp-low.c (simd_clone_struct_alloc): Use ggc_internal_cleared_alloc. |