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]

r156689 - in /branches/milepost-20100130-branch...


Author: amylaar
Date: Thu Feb 11 07:31:10 2010
New Revision: 156689

URL: http://gcc.gnu.org/viewcvs?root=gcc&view=rev&rev=156689
Log:
        * c-common.c (handle_target_arch_attribute): Use error_at instead of
        %J.
        (handle_caller_arch_attribute): Likewise.

        * optabs.c: Remove tailing semicolon from EXTRA_TARGETS_DECL use.
        * toplev.c, expr.c, tree-ssa-address.c, function.c: Likewise.
        * stor-layout.c, reginfo.c: Likewise.

        * toplev.c (lang_dependent_init_target): Make static.

        * function.c (lookup_attr_target): Mark fndecl as ATTRIBUTE_UNUSED.

        * tree-ssa-address.c (tree_addr_for_mem_ref): #if 0.

        * omp-low.c (expand_parallel_call): Separate decalrations and code.

Modified:
    branches/milepost-20100130-branch/gcc/ChangeLog.multi-target
    branches/milepost-20100130-branch/gcc/c-common.c
    branches/milepost-20100130-branch/gcc/expr.c
    branches/milepost-20100130-branch/gcc/function.c
    branches/milepost-20100130-branch/gcc/omp-low.c
    branches/milepost-20100130-branch/gcc/optabs.c
    branches/milepost-20100130-branch/gcc/reginfo.c
    branches/milepost-20100130-branch/gcc/stor-layout.c
    branches/milepost-20100130-branch/gcc/toplev.c
    branches/milepost-20100130-branch/gcc/tree-ssa-address.c


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