re PR ipa/59469 (LLVM build failure with gcc LTO)
authorJan Hubicka <hubicka@gcc.gnu.org>
Fri, 7 Feb 2014 02:27:37 +0000 (02:27 +0000)
committerJan Hubicka <hubicka@gcc.gnu.org>
Fri, 7 Feb 2014 02:27:37 +0000 (02:27 +0000)
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

gcc/ChangeLog

index 73a9bd7..43e9d9c 100644 (file)
@@ -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.