r141995 - in /branches/lto/gcc: ChangeLog.lto l...

dougkwan@gcc.gnu.org dougkwan@gcc.gnu.org
Wed Nov 19 06:54:00 GMT 2008


Author: dougkwan
Date: Wed Nov 19 06:54:34 2008
New Revision: 141995

URL: http://gcc.gnu.org/viewcvs?root=gcc&view=rev&rev=141995
Log:
2008-11-18  Doug Kwan  <dougkwan@google.com>

        * lto.c (LTO_FIXUP_SUBTREE): New macro.
        (no_fixup_p, lto_fixup_common, lto_fixup_decl_minimal,
        lto_fixup_decl_common, lto_fixup_decl_with_vis,
        lto_fixup_decl_non_common, lto_fixup_field_decl, lto_fixup_type,
        lto_fixup_binfo): New functions.
        (lto_fixup_tree): Handle missing cases in walk_tree.
        (lto_fixup_state): Go through all trees in all streams.

2008-11-18  Doug Kwan  <dougkwan@google.com>

        * gcc.dg/lto/20081118_0.c: New.
        * gcc.dg/lto/20081118_1.c: New.
        * gcc.dg/lto/20081118_2.c: New.
        * g++.dg/lto/20081118_0.C: New.
        * g++.dg/lto/20081118_1.C: New.
        * g++.dg/lto/20081118_2.C: New.


Added:
    branches/lto/gcc/testsuite/g++.dg/lto/20081118_0.C
    branches/lto/gcc/testsuite/g++.dg/lto/20081118_1.C
    branches/lto/gcc/testsuite/gcc.dg/lto/20081118_0.c
    branches/lto/gcc/testsuite/gcc.dg/lto/20081118_1.c
    branches/lto/gcc/testsuite/gcc.dg/lto/20081118_2.c
Modified:
    branches/lto/gcc/ChangeLog.lto
    branches/lto/gcc/lto/lto.c
    branches/lto/gcc/testsuite/ChangeLog.lto



More information about the Gcc-cvs mailing list