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]

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


Author: maddox
Date: Fri Sep  5 20:50:36 2008
New Revision: 140045

URL: http://gcc.gnu.org/viewcvs?root=gcc&view=rev&rev=140045
Log:
gcc:
     * lto-function-in.c (input_var_decl): Use decl_function_context
     rather than DECL_FILE_SCOPE_P to determine whether a VAR_DECL
     is global.

gcc/lto:
     * lto-symtab.c (lto_symtab_merge_decl): Add comment.

gcc/testsuite:
      * g++.dg/other/lto3.C:  New test.

Added:
    branches/lto/gcc/testsuite/g++.dg/other/lto3.C
Modified:
    branches/lto/gcc/ChangeLog.lto
    branches/lto/gcc/lto-function-in.c
    branches/lto/gcc/lto/ChangeLog
    branches/lto/gcc/lto/lto-symtab.c
    branches/lto/gcc/testsuite/ChangeLog.lto


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