This is the mail archive of the gcc-cvs@gcc.gnu.org mailing list for the GCC project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

r136593 - in /branches/lto/gcc: ChangeLog.lto c...


Author: espindola
Date: Mon Jun  9 15:04:33 2008
New Revision: 136593

URL: http://gcc.gnu.org/viewcvs?root=gcc&view=rev&rev=136593
Log:
2008-06-09 Rafael Espindola  <espindola@google.com>
       based on http://gcc.gnu.org/ml/gcc-patches/2008-03/msg00349.html

       * cp-objcp-common.h (LANG_HOOKS_RESET_LANG_SPECIFICS): New.
       * cp-tree.h (cp_reset_lang_specifics): New.
       * tree.c (cp_reset_lang_specifics): New.

2008-06-09 Rafael Espindola  <espindola@google.com>
       based on http://gcc.gnu.org/ml/gcc-patches/2008-03/msg00349.html

       * langhooks-def.h (LANG_HOOKS_RESET_LANG_SPECIFICS): New.
       (LANG_HOOKS_INITIALIZER): add LANG_HOOKS_RESET_LANG_SPECIFICS.
       * langhooks.h (reset_lang_specifics): New.
       * lto-section-out.c (produce_asm_for_decls): Call free_lang_specifics.
       * tree.c (uid2type_map): New.
       (insert_type_to_uid_type_map): New.
       (uid_type_map_eq): New.
       (uid_type_map_hash): New.
       (init_ttree): Initialize uid2type_map.
       (make_node_stat): Call insert_type_to_uid_type_map.
       (copy_node_stat): Call insert_type_to_uid_type_map.
       (reset_type_lang_specific): New.
       (free_lang_specifics): New.
       * tree.h (free_lang_specifics) New.


Modified:
    branches/lto/gcc/ChangeLog.lto
    branches/lto/gcc/cp/ChangeLog.lto
    branches/lto/gcc/cp/cp-objcp-common.h
    branches/lto/gcc/cp/cp-tree.h
    branches/lto/gcc/cp/tree.c
    branches/lto/gcc/langhooks-def.h
    branches/lto/gcc/langhooks.h
    branches/lto/gcc/lto-section-out.c
    branches/lto/gcc/tree.c
    branches/lto/gcc/tree.h


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]