r139785 - in /branches/lto/gcc: ChangeLog.lto l...
dnovillo@gcc.gnu.org
dnovillo@gcc.gnu.org
Fri Aug 29 19:07:00 GMT 2008
Author: dnovillo
Date: Fri Aug 29 19:07:45 2008
New Revision: 139785
URL: http://gcc.gnu.org/viewcvs?root=gcc&view=rev&rev=139785
Log:
2008-08-29 Diego Novillo <dnovillo@google.com>
* lto-tree-flags.def: Add readonly_flag for
FUNCTION_DECLs.
lto/ChangeLog
* lto-lang.c (handle_noreturn_attribute): New local function.
(handle_const_attribute): New local function.
(handle_malloc_attribute): New local function.
(handle_pure_attribute): New local function.
(handle_novops_attribute): New local function.
(handle_nonnull_attribute): New local function.
(handle_nothrow_attribute): New local function.
(handle_sentinel_attribute): New local function.
(handle_type_generic_attribute): New local function.
(handle_format_attribute): New local function.
(handle_format_arg_attribute): New local function.
(lto_attribute_table): Declare.
(lto_format_attribute_table): Declare.
(lto_init_attributes): New local function.
(lto_define_builtins): Call it.
Call targetm.init_builtins and build_common_builtin_nodes.
(LANG_HOOKS_COMMON_ATTRIBUTE_TABLE): Define.
(LANG_HOOKS_FORMAT_ATTRIBUTE_TABLE): Define.
testsuite/ChangeLog.lto
2008-08-29 Simon Baldwin <simonb@google.com>
* g++.dg/other/lto2.C: New test.
Added:
branches/lto/gcc/testsuite/g++.dg/other/lto2.C
Modified:
branches/lto/gcc/ChangeLog.lto
branches/lto/gcc/lto-tree-flags.def
branches/lto/gcc/lto/ChangeLog
branches/lto/gcc/lto/lto-lang.c
branches/lto/gcc/testsuite/ChangeLog.lto
More information about the Gcc-cvs
mailing list